Skip to content

Commit ea91e1e

Browse files
jrhizordavinchia
andauthored
Bump Airbyte version from 0.29.16-alpha to 0.29.17-alpha (#5939)
Co-authored-by: davinchia <[email protected]>
1 parent 7aa4c71 commit ea91e1e

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

.bumpversion.cfg

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

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.29.16-alpha
1+
VERSION=0.29.17-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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-webapp/package.json

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

docs/operator-guides/upgrading-airbyte.md

+1-1
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.16-alpha --\
84+
docker run --rm -v /tmp:/config airbyte/migration:0.29.17-alpha --\
8585
--input /config/airbyte_archive.tar.gz\
8686
--output /config/airbyte_archive_migrated.tar.gz
8787
```

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.29.16-alpha
1+
AIRBYTE_VERSION=0.29.17-alpha
22

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

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ bases:
88

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

kube/overlays/stable/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.29.16-alpha
1+
AIRBYTE_VERSION=0.29.17-alpha
22

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

kube/overlays/stable/kustomization.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ bases:
88

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

0 commit comments

Comments
 (0)