Skip to content

Commit 2b7c56e

Browse files
jrhizordavinchia
andauthored
Bump Airbyte version from 0.29.17-alpha to 0.29.18-alpha (#6125)
Co-authored-by: davinchia <[email protected]>
1 parent 078c660 commit 2b7c56e

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.29.17-alpha
2+
current_version = 0.29.18-alpha
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.29.17-alpha
1+
VERSION=0.29.18-alpha
22

33
# Airbyte Internal Job Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
44
DATABASE_USER=docker

airbyte-webapp/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airbyte-webapp",
3-
"version": "0.29.17-alpha",
3+
"version": "0.29.18-alpha",
44
"private": true,
55
"scripts": {
66
"start": "react-scripts start",

docs/operator-guides/upgrading-airbyte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte ver
8181
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`.
8282

8383
```bash
84-
docker run --rm -v /tmp:/config airbyte/migration:0.29.17-alpha --\
84+
docker run --rm -v /tmp:/config airbyte/migration:0.29.18-alpha --\
8585
--input /config/airbyte_archive.tar.gz\
8686
--output /config/airbyte_archive_migrated.tar.gz
8787
```

kube/overlays/stable-with-resource-limits/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.29.17-alpha
1+
AIRBYTE_VERSION=0.29.18-alpha
22

33
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
44
DATABASE_HOST=airbyte-db-svc

kube/overlays/stable-with-resource-limits/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ bases:
88

99
images:
1010
- name: airbyte/db
11-
newTag: 0.29.17-alpha
11+
newTag: 0.29.18-alpha
1212
- name: airbyte/scheduler
13-
newTag: 0.29.17-alpha
13+
newTag: 0.29.18-alpha
1414
- name: airbyte/server
15-
newTag: 0.29.17-alpha
15+
newTag: 0.29.18-alpha
1616
- name: airbyte/webapp
17-
newTag: 0.29.17-alpha
17+
newTag: 0.29.18-alpha
1818
- name: airbyte/worker
19-
newTag: 0.29.17-alpha
19+
newTag: 0.29.18-alpha
2020
- name: temporalio/auto-setup
2121
newTag: 1.7.0
2222

kube/overlays/stable/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.29.17-alpha
1+
AIRBYTE_VERSION=0.29.18-alpha
22

33
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
44
DATABASE_HOST=airbyte-db-svc

kube/overlays/stable/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ bases:
88

99
images:
1010
- name: airbyte/db
11-
newTag: 0.29.17-alpha
11+
newTag: 0.29.18-alpha
1212
- name: airbyte/scheduler
13-
newTag: 0.29.17-alpha
13+
newTag: 0.29.18-alpha
1414
- name: airbyte/server
15-
newTag: 0.29.17-alpha
15+
newTag: 0.29.18-alpha
1616
- name: airbyte/webapp
17-
newTag: 0.29.17-alpha
17+
newTag: 0.29.18-alpha
1818
- name: airbyte/worker
19-
newTag: 0.29.17-alpha
19+
newTag: 0.29.18-alpha
2020
- name: temporalio/auto-setup
2121
newTag: 1.7.0
2222

0 commit comments

Comments
 (0)