diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c0c191f5e4fb..f4b875e39ff4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.22-alpha +current_version = 0.30.0-alpha commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index 7dbe5d53300f..c68380ef6d6a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.29.22-alpha +VERSION=0.30.0-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 a8b2e7edc4fe..1dfb152aacc7 100644 --- a/airbyte-webapp/package-lock.json +++ b/airbyte-webapp/package-lock.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.22-alpha", + "version": "0.30.0-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/airbyte-webapp/package.json b/airbyte-webapp/package.json index c0f526bca851..2fd5c278a6ca 100644 --- a/airbyte-webapp/package.json +++ b/airbyte-webapp/package.json @@ -1,6 +1,6 @@ { "name": "airbyte-webapp", - "version": "0.29.22-alpha", + "version": "0.30.0-alpha", "private": true, "scripts": { "start": "react-scripts start", diff --git a/charts/airbyte/Chart.yaml b/charts/airbyte/Chart.yaml index 6f929d2e0673..132bd11c0c8d 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.22-alpha" +appVersion: "0.30.0-alpha" dependencies: - name: common diff --git a/charts/airbyte/values.yaml b/charts/airbyte/values.yaml index 34985908061e..164dddb445c3 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.22-alpha + tag: 0.30.0-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.22-alpha + tag: 0.30.0-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.22-alpha + tag: 0.30.0-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 203765ab69dc..7ab3ee8db5ca 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.22-alpha --\ + docker run --rm -v /tmp:/config airbyte/migration:0.30.0-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 9c74687f8764..f5052d3b149e 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.22-alpha +AIRBYTE_VERSION=0.30.0-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 e40a477c8093..760eb64a9bff 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.22-alpha + newTag: 0.30.0-alpha - name: airbyte/scheduler - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: airbyte/server - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: airbyte/webapp - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: airbyte/worker - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: temporalio/auto-setup newTag: 1.7.0 diff --git a/kube/overlays/stable/.env b/kube/overlays/stable/.env index 9c74687f8764..f5052d3b149e 100644 --- a/kube/overlays/stable/.env +++ b/kube/overlays/stable/.env @@ -1,4 +1,4 @@ -AIRBYTE_VERSION=0.29.22-alpha +AIRBYTE_VERSION=0.30.0-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 10b150a7b618..6752166e6bf0 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.22-alpha + newTag: 0.30.0-alpha - name: airbyte/scheduler - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: airbyte/server - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: airbyte/webapp - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: airbyte/worker - newTag: 0.29.22-alpha + newTag: 0.30.0-alpha - name: temporalio/auto-setup newTag: 1.7.0