From ecf43a2dfb043a7b7fcdafb66daa225ad4e4ad73 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 23 Mar 2021 10:25:41 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20version:=200.17.2-alpha=20?= =?UTF-8?q?=E2=86=92=200.17.3-alpha=20(#2586)"=20(#2587)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8fb72113d5dc3dde241550e8cea72244072677ed. --- .bumpversion.cfg | 2 +- .env | 2 +- docs/tutorials/upgrading-airbyte.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e6051befe8a..dc6a4f1b97f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.3-alpha +current_version = 0.17.2-alpha commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index c22b4cb2e6c..35b1371f091 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.17.3-alpha +VERSION=0.17.2-alpha DATABASE_USER=docker DATABASE_PASSWORD=docker DATABASE_DB=airbyte diff --git a/docs/tutorials/upgrading-airbyte.md b/docs/tutorials/upgrading-airbyte.md index 5c532fa0ae2..bf3d91906c4 100644 --- a/docs/tutorials/upgrading-airbyte.md +++ b/docs/tutorials/upgrading-airbyte.md @@ -40,7 +40,7 @@ On the other hand, if you don't mind losing your current Airbyte configuration o Here's an example of what might look like with the values filled in. It assumes that the downloaded `airbyte_archive.tar.gz` is in `/tmp`. ```bash -docker run --rm -v /tmp:/config airbyte/migration:0.17.3-alpha --\ +docker run --rm -v /tmp:/config airbyte/migration:0.17.2-alpha --\ --input /config/airbyte_archive.tar.gz\ --output /config/airbyte_archive_migrated.tar.gz ```