Skip to content

Commit 43eb752

Browse files
authored
Release v0.11.2-alpha (#1704)
1 parent 2176968 commit 43eb752

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
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.11.1-alpha
2+
current_version = 0.11.2-alpha
33
commit = True
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.11.1-alpha
1+
VERSION=0.11.2-alpha
22
DATABASE_USER=docker
33
DATABASE_PASSWORD=docker
44
DATABASE_DB=airbyte

docs/changelog/platform.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ This is the changelog for Airbyte core. For our connector changelog, please visi
88

99
If you're interested in our progress on the Airbyte platform, please read below!
1010

11+
## 0.11.1-alpha - Released 01/18/2021
12+
* Increase timeout for long running catalog discovery operations from 3 minutes to 30 minutes to avoid prematurely failing long-running operations
13+
1114
## 0.11.1-alpha - Released 01/17/2021
1215

1316
### Bugfixes
1417
* Writing boolean columns to Redshift destination now works correctly
15-
* Increase timeout for long running catalog discovery operations from 3 minutes to 30 minutes to avoid prematurely failing long-running operations
1618

1719
## [0.11.0-alpha](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - Delivered 01/14/2021
1820

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.11.1-alpha
1+
AIRBYTE_VERSION=0.11.2-alpha
22
DATABASE_USER=docker
33
DATABASE_PASSWORD=docker
44
DATABASE_URL=jdbc:postgresql://airbyte-db-svc:5432/airbyte

kube/overlays/stable/kustomization.yaml

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

77
images:
88
- name: airbyte/seed
9-
newTag: 0.11.1-alpha
9+
newTag: 0.11.2-alpha
1010
- name: airbyte/db
11-
newTag: 0.11.1-alpha
11+
newTag: 0.11.2-alpha
1212
- name: airbyte/scheduler
13-
newTag: 0.11.1-alpha
13+
newTag: 0.11.2-alpha
1414
- name: airbyte/server
15-
newTag: 0.11.1-alpha
15+
newTag: 0.11.2-alpha
1616
- name: airbyte/webapp
17-
newTag: 0.11.1-alpha
17+
newTag: 0.11.2-alpha
1818

1919
configMapGenerator:
2020
- name: airbyte-env

0 commit comments

Comments
 (0)