Skip to content

Commit

Permalink
Release v0.11.2-alpha (airbytehq#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Jan 19, 2021
1 parent 2176968 commit 43eb752
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.1-alpha
current_version = 0.11.2-alpha
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.11.1-alpha
VERSION=0.11.2-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_DB=airbyte
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ This is the changelog for Airbyte core. For our connector changelog, please visi

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

## 0.11.1-alpha - Released 01/18/2021
* Increase timeout for long running catalog discovery operations from 3 minutes to 30 minutes to avoid prematurely failing long-running operations

## 0.11.1-alpha - Released 01/17/2021

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

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

Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/stable/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRBYTE_VERSION=0.11.1-alpha
AIRBYTE_VERSION=0.11.2-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_URL=jdbc:postgresql://airbyte-db-svc:5432/airbyte
Expand Down
10 changes: 5 additions & 5 deletions kube/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ bases:

images:
- name: airbyte/seed
newTag: 0.11.1-alpha
newTag: 0.11.2-alpha
- name: airbyte/db
newTag: 0.11.1-alpha
newTag: 0.11.2-alpha
- name: airbyte/scheduler
newTag: 0.11.1-alpha
newTag: 0.11.2-alpha
- name: airbyte/server
newTag: 0.11.1-alpha
newTag: 0.11.2-alpha
- name: airbyte/webapp
newTag: 0.11.1-alpha
newTag: 0.11.2-alpha

configMapGenerator:
- name: airbyte-env
Expand Down

0 comments on commit 43eb752

Please sign in to comment.