1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Bump version: 0.27.4-alpha → 0.27.5-alpha (#4940)

This commit is contained in:
Davin Chia
2021-07-23 12:52:59 +08:00
committed by GitHub
parent 73e6f576bb
commit fcaf8df218
9 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.27.4-alpha
current_version = 0.27.5-alpha
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

2
.env
View File

@@ -1,4 +1,4 @@
VERSION=0.27.4-alpha
VERSION=0.27.5-alpha
# Airbyte Internal Job Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
DATABASE_USER=docker

View File

@@ -1,6 +1,6 @@
{
"name": "airbyte-webapp",
"version": "0.27.4-alpha",
"version": "0.27.5-alpha",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "airbyte-webapp",
"version": "0.27.4-alpha",
"version": "0.27.5-alpha",
"private": true,
"scripts": {
"start": "react-scripts start",

View File

@@ -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.27.4-alpha --\
docker run --rm -v /tmp:/config airbyte/migration:0.27.5-alpha --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```

View File

@@ -1,4 +1,4 @@
AIRBYTE_VERSION=0.27.4-alpha
AIRBYTE_VERSION=0.27.5-alpha
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
DATABASE_USER=docker

View File

@@ -8,15 +8,15 @@ bases:
images:
- name: airbyte/seed
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/db
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/scheduler
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/server
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/webapp
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: temporalio/auto-setup
newTag: 1.7.0

View File

@@ -1,4 +1,4 @@
AIRBYTE_VERSION=0.27.4-alpha
AIRBYTE_VERSION=0.27.5-alpha
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
DATABASE_USER=docker

View File

@@ -8,15 +8,15 @@ bases:
images:
- name: airbyte/seed
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/db
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/scheduler
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/server
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: airbyte/webapp
newTag: 0.27.4-alpha
newTag: 0.27.5-alpha
- name: temporalio/auto-setup
newTag: 1.7.0