diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 30cf63177dff6..0346d1a44318a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.13-alpha +current_version = 0.29.14-alpha commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index e949303594392..d725b317d693b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.29.13-alpha +VERSION=0.29.14-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 2e8ff48e13796..de7abdddc9cf0 100644 --- a/airbyte-webapp/package-lock.json +++ b/airbyte-webapp/package-lock.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.13-alpha", + "version": "0.29.14-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/airbyte-webapp/package.json b/airbyte-webapp/package.json index 759ec8c4135da..d6ef2b377b89d 100644 --- a/airbyte-webapp/package.json +++ b/airbyte-webapp/package.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.13-alpha", + "version": "0.29.14-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 314958b9c814f..cc949acbe3868 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.13-alpha --\ + docker run --rm -v /tmp:/config airbyte/migration:0.29.14-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 0e53e80dd2d08..0c78893607ba5 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.13-alpha +AIRBYTE_VERSION=0.29.14-alpha # Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db DATABASE_USER=docker diff --git a/kube/overlays/stable-with-resource-limits/kustomization.yaml b/kube/overlays/stable-with-resource-limits/kustomization.yaml index 4361211146d6d..fdf4024cc479c 100644 --- a/kube/overlays/stable-with-resource-limits/kustomization.yaml +++ b/kube/overlays/stable-with-resource-limits/kustomization.yaml @@ -8,13 +8,13 @@ bases: images: - name: airbyte/db - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: airbyte/scheduler - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: airbyte/server - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: airbyte/webapp - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: temporalio/auto-setup newTag: 1.7.0 diff --git a/kube/overlays/stable/.env b/kube/overlays/stable/.env index 0e53e80dd2d08..0c78893607ba5 100644 --- a/kube/overlays/stable/.env +++ b/kube/overlays/stable/.env @@ -1,4 +1,4 @@ -AIRBYTE_VERSION=0.29.13-alpha +AIRBYTE_VERSION=0.29.14-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 51d06845db8b5..e5659efdff4f9 100644 --- a/kube/overlays/stable/kustomization.yaml +++ b/kube/overlays/stable/kustomization.yaml @@ -8,13 +8,13 @@ bases: images: - name: airbyte/db - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: airbyte/scheduler - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: airbyte/server - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: airbyte/webapp - newTag: 0.29.13-alpha + newTag: 0.29.14-alpha - name: temporalio/auto-setup newTag: 1.7.0