Bump Airbyte version from 0.29.17-alpha to 0.29.18-alpha (#6125)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.29.17-alpha
|
||||
current_version = 0.29.18-alpha
|
||||
commit = False
|
||||
tag = False
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
|
||||
|
||||
2
.env
2
.env
@@ -1,4 +1,4 @@
|
||||
VERSION=0.29.17-alpha
|
||||
VERSION=0.29.18-alpha
|
||||
|
||||
# Airbyte Internal Job Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
|
||||
DATABASE_USER=docker
|
||||
|
||||
2
airbyte-webapp/package-lock.json
generated
2
airbyte-webapp/package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "airbyte-webapp",
|
||||
"version": "0.29.17-alpha",
|
||||
"version": "0.29.18-alpha",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "airbyte-webapp",
|
||||
"version": "0.29.17-alpha",
|
||||
"version": "0.29.18-alpha",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
||||
@@ -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.17-alpha --\
|
||||
docker run --rm -v /tmp:/config airbyte/migration:0.29.18-alpha --\
|
||||
--input /config/airbyte_archive.tar.gz\
|
||||
--output /config/airbyte_archive_migrated.tar.gz
|
||||
```
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AIRBYTE_VERSION=0.29.17-alpha
|
||||
AIRBYTE_VERSION=0.29.18-alpha
|
||||
|
||||
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
|
||||
DATABASE_HOST=airbyte-db-svc
|
||||
|
||||
@@ -8,15 +8,15 @@ bases:
|
||||
|
||||
images:
|
||||
- name: airbyte/db
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/scheduler
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/server
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/webapp
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/worker
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: temporalio/auto-setup
|
||||
newTag: 1.7.0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AIRBYTE_VERSION=0.29.17-alpha
|
||||
AIRBYTE_VERSION=0.29.18-alpha
|
||||
|
||||
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
|
||||
DATABASE_HOST=airbyte-db-svc
|
||||
|
||||
@@ -8,15 +8,15 @@ bases:
|
||||
|
||||
images:
|
||||
- name: airbyte/db
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/scheduler
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/server
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/webapp
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: airbyte/worker
|
||||
newTag: 0.29.17-alpha
|
||||
newTag: 0.29.18-alpha
|
||||
- name: temporalio/auto-setup
|
||||
newTag: 1.7.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user