diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f5fde07ba6d..952717019a91 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.27.0-alpha +current_version = 0.27.1-alpha commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index 54acb0952cdb..5b211f025882 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.27.0-alpha +VERSION=0.27.1-alpha # Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db DATABASE_USER=docker diff --git a/airbyte-webapp/package-lock.json b/airbyte-webapp/package-lock.json index 9106e7bc84ff..00800db77f6a 100644 --- a/airbyte-webapp/package-lock.json +++ b/airbyte-webapp/package-lock.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.27.0-alpha", + "version": "0.27.1-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/airbyte-webapp/package.json b/airbyte-webapp/package.json index a66bd59c9866..460b182b41c5 100644 --- a/airbyte-webapp/package.json +++ b/airbyte-webapp/package.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.27.0-alpha", + "version": "0.27.1-alpha", "private": true, "scripts": { "start": "react-scripts start", diff --git a/docs/operator-guides/upgrading-airbyte.md b/docs/operator-guides/upgrading-airbyte.md index 28697d28f484..2dc7360b8832 100644 --- a/docs/operator-guides/upgrading-airbyte.md +++ b/docs/operator-guides/upgrading-airbyte.md @@ -30,9 +30,9 @@ If you are running [Airbyte on Kubernetes](../deploying-airbyte/on-kubernetes.md docker-compose up ``` -## Upgrading on K8s (0.27.0-alpha and above) +## Upgrading on K8s (0.27.1-alpha and above) -If you are upgrading from (i.e. your current version of Airbyte is) Airbyte version **0.27.0-alpha or above** on Kubernetes : +If you are upgrading from (i.e. your current version of Airbyte is) Airbyte version **0.27.1-alpha or above** on Kubernetes : 1. In a terminal, on the host where Airbyte is running, turn off Airbyte. @@ -55,7 +55,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers Run `kubectl port-forward svc/airbyte-webapp-svc 8000:80` to allow access to the UI/API. ## Upgrading on K8s (0.26.4-alpha and below) -If you are upgrading from (i.e. your current version of Airbyte is) Airbyte version **before 0.27.0-alpha** on Kubernetes we **do not** support automatic migration. Please follow the following steps to upgrade your Airbyte Kubernetes deployment. +If you are upgrading from (i.e. your current version of Airbyte is) Airbyte version **before 0.27.1-alpha** on Kubernetes we **do not** support automatic migration. Please follow the following steps to upgrade your Airbyte Kubernetes deployment. 1. Switching over to your browser, navigate to the Admin page in the UI. Then go to the Configuration Tab. Click Export. This will download a compressed back-up archive \(gzipped tarball\) of all of your Airbyte configuration data and sync history locally. @@ -73,7 +73,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte ver Here's an example of what it 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.27.0-alpha --\ + docker run --rm -v /tmp:/config airbyte/migration:0.27.1-alpha --\ --input /config/airbyte_archive.tar.gz\ --output /config/airbyte_archive_migrated.tar.gz ``` diff --git a/kube/overlays/stable/.env b/kube/overlays/stable/.env index 82ccd06223fc..b06738b57da1 100644 --- a/kube/overlays/stable/.env +++ b/kube/overlays/stable/.env @@ -1,4 +1,4 @@ -AIRBYTE_VERSION=0.27.0-alpha +AIRBYTE_VERSION=0.27.1-alpha # Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db DATABASE_USER=docker diff --git a/kube/overlays/stable/kustomization.yaml b/kube/overlays/stable/kustomization.yaml index e2fd334a92a5..c4c627ee137b 100644 --- a/kube/overlays/stable/kustomization.yaml +++ b/kube/overlays/stable/kustomization.yaml @@ -8,15 +8,15 @@ bases: images: - name: airbyte/seed - newTag: 0.27.0-alpha + newTag: 0.27.1-alpha - name: airbyte/db - newTag: 0.27.0-alpha + newTag: 0.27.1-alpha - name: airbyte/scheduler - newTag: 0.27.0-alpha + newTag: 0.27.1-alpha - name: airbyte/server - newTag: 0.27.0-alpha + newTag: 0.27.1-alpha - name: airbyte/webapp - newTag: 0.27.0-alpha + newTag: 0.27.1-alpha - name: temporalio/auto-setup newTag: 1.7.0