diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6c8ad205e653..ab71f181b4f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.17-alpha +current_version = 0.29.18-alpha commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index 9e2e0c8d9b5c..7ad72db7e049 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.29.17-alpha +VERSION=0.29.18-alpha # Airbyte Internal Job 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 afbb815221bc..16c351340148 100644 --- a/airbyte-webapp/package-lock.json +++ b/airbyte-webapp/package-lock.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.17-alpha", + "version": "0.29.18-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/airbyte-webapp/package.json b/airbyte-webapp/package.json index 42eda350ee3e..31b5ac4d8cc8 100644 --- a/airbyte-webapp/package.json +++ b/airbyte-webapp/package.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.17-alpha", + "version": "0.29.18-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 ef27e499b299..eadc4c874e55 100644 --- a/docs/operator-guides/upgrading-airbyte.md +++ b/docs/operator-guides/upgrading-airbyte.md @@ -81,7 +81,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.29.17-alpha --\ + docker run --rm -v /tmp:/config airbyte/migration:0.29.18-alpha --\ --input /config/airbyte_archive.tar.gz\ --output /config/airbyte_archive_migrated.tar.gz ``` diff --git a/kube/overlays/stable-with-resource-limits/.env b/kube/overlays/stable-with-resource-limits/.env index b99933cc17b1..07bb63b5723a 100644 --- a/kube/overlays/stable-with-resource-limits/.env +++ b/kube/overlays/stable-with-resource-limits/.env @@ -1,4 +1,4 @@ -AIRBYTE_VERSION=0.29.17-alpha +AIRBYTE_VERSION=0.29.18-alpha # Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db DATABASE_HOST=airbyte-db-svc diff --git a/kube/overlays/stable-with-resource-limits/kustomization.yaml b/kube/overlays/stable-with-resource-limits/kustomization.yaml index f5305b344dfa..5f2c7a5d3b35 100644 --- a/kube/overlays/stable-with-resource-limits/kustomization.yaml +++ b/kube/overlays/stable-with-resource-limits/kustomization.yaml @@ -8,15 +8,15 @@ bases: images: - name: airbyte/db - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/scheduler - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/server - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/webapp - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/worker - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: temporalio/auto-setup newTag: 1.7.0 diff --git a/kube/overlays/stable/.env b/kube/overlays/stable/.env index b99933cc17b1..07bb63b5723a 100644 --- a/kube/overlays/stable/.env +++ b/kube/overlays/stable/.env @@ -1,4 +1,4 @@ -AIRBYTE_VERSION=0.29.17-alpha +AIRBYTE_VERSION=0.29.18-alpha # Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db DATABASE_HOST=airbyte-db-svc diff --git a/kube/overlays/stable/kustomization.yaml b/kube/overlays/stable/kustomization.yaml index 13723de0a271..c1efc02b4003 100644 --- a/kube/overlays/stable/kustomization.yaml +++ b/kube/overlays/stable/kustomization.yaml @@ -8,15 +8,15 @@ bases: images: - name: airbyte/db - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/scheduler - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/server - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/webapp - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: airbyte/worker - newTag: 0.29.17-alpha + newTag: 0.29.18-alpha - name: temporalio/auto-setup newTag: 1.7.0