Skip to content

Commit

Permalink
Release 0.11.1-alpha (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Jan 18, 2021
1 parent d5489b1 commit bce2edb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 11 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.0-alpha
current_version = 0.11.1-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.0-alpha
VERSION=0.11.1-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_DB=airbyte
Expand Down
25 changes: 22 additions & 3 deletions docs/changelog/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,31 @@ 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!

## [Upcoming: 0.11.0](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - ETA 01/11/2020
## 0.11.1-alpha - Released 01/17/2021

* **Support incremental sync** for Salesforce, Slack, and Braintree sources
### 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

### New features
* Allow skipping the onboarding flow in the UI
* Add the ability to reset a connection's schema when the underlying data source schema changes

### Bugfixes
* Fix UI race condition which showed config for the wrong connector when rapidly choosing between different connector
* Fix a bug in MSSQL and Redshift source connectors where custom SQL types weren't being handled correctly. [Pull request](https://github.com/airbytehq/airbyte/pull/1576)
* Support incremental sync for Salesforce, Slack, and Braintree sources
* Gracefully handle invalid nuemric values (e.g NaN or Infinity) in MySQL, MSSQL, and Postgtres DB sources
* Fix flashing red sources/destinations fields after success submit
* Fix a bug which caused getting a connector's specification to hang indefinitely if the connector docker image failed to download

### New connectors
* Tempo
* Appstore

## [0.10.0](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - delivered on 01/04/2020
## [0.10.0](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - delivered on 01/04/2021

* You can now **deploy Airbyte on** [**Kuberbetes**](https://docs.airbyte.io/deploying-airbyte/on-kubernetes) _\*\*_\(alpha version\)
* **Support incremental sync** for Mixpanel and Hubspot sources
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.0-alpha
AIRBYTE_VERSION=0.11.1-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.0-alpha
newTag: 0.11.1-alpha
- name: airbyte/db
newTag: 0.11.0-alpha
newTag: 0.11.1-alpha
- name: airbyte/scheduler
newTag: 0.11.0-alpha
newTag: 0.11.1-alpha
- name: airbyte/server
newTag: 0.11.0-alpha
newTag: 0.11.1-alpha
- name: airbyte/webapp
newTag: 0.11.0-alpha
newTag: 0.11.1-alpha

configMapGenerator:
- name: airbyte-env
Expand Down

0 comments on commit bce2edb

Please sign in to comment.