Skip to content

Commit

Permalink
Bump Airbyte version from 0.29.21-alpha to 0.29.22-alpha (#6450)
Browse files Browse the repository at this point in the history
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
  • Loading branch information
jrhizor and davinchia authored Sep 25, 2021
1 parent 2f835e4 commit fb72f9e
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.29.21-alpha
current_version = 0.29.22-alpha
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion airbyte-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airbyte-webapp",
"version": "0.29.21-alpha",
"version": "0.29.22-alpha",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down Expand Up @@ -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
##
Expand Down Expand Up @@ -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
##
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guides/upgrading-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/stable-with-resource-limits/.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions kube/overlays/stable-with-resource-limits/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/stable/.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions kube/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb72f9e

Please sign in to comment.