From fb72f9ea51af3ba3a01133b397b1a1887f30875c Mon Sep 17 00:00:00 2001 From: Jared Rhizor Date: Fri, 24 Sep 2021 19:26:44 -0700 Subject: [PATCH] Bump Airbyte version from 0.29.21-alpha to 0.29.22-alpha (#6450) Co-authored-by: davinchia --- .bumpversion.cfg | 2 +- .env | 2 +- airbyte-webapp/package-lock.json | 2 +- airbyte-webapp/package.json | 2 +- charts/airbyte/Chart.yaml | 2 +- charts/airbyte/values.yaml | 6 +++--- docs/operator-guides/upgrading-airbyte.md | 2 +- kube/overlays/stable-with-resource-limits/.env | 2 +- .../stable-with-resource-limits/kustomization.yaml | 10 +++++----- kube/overlays/stable/.env | 2 +- kube/overlays/stable/kustomization.yaml | 10 +++++----- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 584e68bd3893..c0c191f5e4fb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.21-alpha +current_version = 0.29.22-alpha commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index 0c428e9253fa..7dbe5d53300f 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.29.21-alpha +VERSION=0.29.22-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 652ee378d86f..a8b2e7edc4fe 100644 --- a/airbyte-webapp/package-lock.json +++ b/airbyte-webapp/package-lock.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.21-alpha", + "version": "0.29.22-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/airbyte-webapp/package.json b/airbyte-webapp/package.json index 674a0fed49bc..c0f526bca851 100644 --- a/airbyte-webapp/package.json +++ b/airbyte-webapp/package.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.21-alpha", + "version": "0.29.22-alpha", "private": true, "scripts": { "start": "react-scripts start", diff --git a/charts/airbyte/Chart.yaml b/charts/airbyte/Chart.yaml index 0da411517177..6f929d2e0673 100644 --- a/charts/airbyte/Chart.yaml +++ b/charts/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.2.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.29.21-alpha" +appVersion: "0.29.22-alpha" dependencies: - name: common diff --git a/charts/airbyte/values.yaml b/charts/airbyte/values.yaml index b3523b06f41f..34985908061e 100644 --- a/charts/airbyte/values.yaml +++ b/charts/airbyte/values.yaml @@ -44,7 +44,7 @@ webapp: image: repository: airbyte/webapp pullPolicy: IfNotPresent - tag: 0.29.21-alpha + tag: 0.29.22-alpha ## @param webapp.podAnnotations [object] Add extra annotations to the scheduler pod ## @@ -141,7 +141,7 @@ scheduler: image: repository: airbyte/scheduler pullPolicy: IfNotPresent - tag: 0.29.21-alpha + tag: 0.29.22-alpha ## @param scheduler.podAnnotations [object] Add extra annotations to the scheduler pod ## @@ -240,7 +240,7 @@ server: image: repository: airbyte/server pullPolicy: IfNotPresent - tag: 0.29.21-alpha + tag: 0.29.22-alpha ## @param server.podAnnotations [object] Add extra annotations to the server pod ## diff --git a/docs/operator-guides/upgrading-airbyte.md b/docs/operator-guides/upgrading-airbyte.md index dc146385e68e..203765ab69dc 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.21-alpha --\ + docker run --rm -v /tmp:/config airbyte/migration:0.29.22-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 66cf30b300c0..9c74687f8764 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.21-alpha +AIRBYTE_VERSION=0.29.22-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 646aef4e476c..e40a477c8093 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.21-alpha + newTag: 0.29.22-alpha - name: airbyte/scheduler - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: airbyte/server - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: airbyte/webapp - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: airbyte/worker - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: temporalio/auto-setup newTag: 1.7.0 diff --git a/kube/overlays/stable/.env b/kube/overlays/stable/.env index 66cf30b300c0..9c74687f8764 100644 --- a/kube/overlays/stable/.env +++ b/kube/overlays/stable/.env @@ -1,4 +1,4 @@ -AIRBYTE_VERSION=0.29.21-alpha +AIRBYTE_VERSION=0.29.22-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 28d3afb03b85..10b150a7b618 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.21-alpha + newTag: 0.29.22-alpha - name: airbyte/scheduler - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: airbyte/server - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: airbyte/webapp - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: airbyte/worker - newTag: 0.29.21-alpha + newTag: 0.29.22-alpha - name: temporalio/auto-setup newTag: 1.7.0