Skip to content

Commit

Permalink
Add 0.26.2 changelog (airbytehq#4259)
Browse files Browse the repository at this point in the history
* Add 0.26.2 changelog

* Removing the core

Co-authored-by: Abhi Vaidyanatha <[email protected]>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha authored Jun 22, 2021
1 parent b57736b commit 39fe5fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/project-overview/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Airbyte is comprised of 2 parts:

* Core is any non-connector code. It includes the scheduler, workers, api, web app, and the Airbyte protocol. Here is the [changelog for Core](platform.md).
* Connectors that run into Docker containers. Here is the [changelog for the connectors](connectors.md).
* Platform (The scheduler, workers, api, web app, and the Airbyte protocol). Here is the [changelog for Platform](platform.md).
* Connectors that run in Docker containers. Here is the [changelog for the connectors](connectors.md).

## Airbyte Core Releases
## Airbyte Platform Releases

### Production v. Dev Releases

Expand Down Expand Up @@ -43,7 +43,7 @@ If there is ever a feature that is only on the development version, and you need

## Airbyte Connector Releases

Each connector is tracked with its own version. These versions are separate from the versions of Airbyte Core. We generally will bump the version of a connector anytime we make a change to it. We rely on a large suite of tests to make sure that these changes do not cause regressions in our connectors.
Each connector is tracked with its own version. These versions are separate from the versions of Airbyte Platform. We generally will bump the version of a connector anytime we make a change to it. We rely on a large suite of tests to make sure that these changes do not cause regressions in our connectors.

When we updated the version of a connector, we usually update the connector's version in Airbyte Core as well. Keep in mind that you might not see the updated version of that connector in the production version of Airbyte Core until after a production release of Airbyte Core.
When we updated the version of a connector, we usually update the connector's version in Airbyte Platform as well. Keep in mind that you might not see the updated version of that connector in the production version of Airbyte Platform until after a production release of Airbyte Platform.

4 changes: 4 additions & 0 deletions docs/project-overview/changelog/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: Be sure to not miss out on new features and improvements!

This is the changelog for Airbyte Platform. For our connector changelog, please visit our [Connector Changelog](connectors.md) page.

## [06-21-2021](https://github.com/airbytehq/airbyte/releases/tag/v0.26.2-alpha)

* First-Class Kubernetes support!

## [06-16-2021](https://github.com/airbytehq/airbyte/releases/tag/v0.26.0-alpha)

* Custom dbt transformations!
Expand Down

0 comments on commit 39fe5fe

Please sign in to comment.