diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d1f9fc071f9b..5f69d83b77c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1-alpha +current_version = 0.11.2-alpha commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index d70fd6223962..6052013474cb 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.11.1-alpha +VERSION=0.11.2-alpha DATABASE_USER=docker DATABASE_PASSWORD=docker DATABASE_DB=airbyte diff --git a/docs/changelog/platform.md b/docs/changelog/platform.md index 8d0768f03b33..c482815749e2 100644 --- a/docs/changelog/platform.md +++ b/docs/changelog/platform.md @@ -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 diff --git a/kube/overlays/stable/.env b/kube/overlays/stable/.env index 9b27d6f62f13..6cd67de9b713 100644 --- a/kube/overlays/stable/.env +++ b/kube/overlays/stable/.env @@ -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 diff --git a/kube/overlays/stable/kustomization.yaml b/kube/overlays/stable/kustomization.yaml index bd5a301e8466..7ca29b30cea4 100644 --- a/kube/overlays/stable/kustomization.yaml +++ b/kube/overlays/stable/kustomization.yaml @@ -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