From 39fe5fed1622e1a82d8c5983a4d7876ad81e1f9b Mon Sep 17 00:00:00 2001 From: Abhi Vaidyanatha Date: Mon, 21 Jun 2021 17:10:54 -0700 Subject: [PATCH] Add 0.26.2 changelog (#4259) * Add 0.26.2 changelog * Removing the core Co-authored-by: Abhi Vaidyanatha --- docs/project-overview/changelog/README.md | 10 +++++----- docs/project-overview/changelog/platform.md | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/project-overview/changelog/README.md b/docs/project-overview/changelog/README.md index 35b7d5c99cc..ea51619b7a9 100644 --- a/docs/project-overview/changelog/README.md +++ b/docs/project-overview/changelog/README.md @@ -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 @@ -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. diff --git a/docs/project-overview/changelog/platform.md b/docs/project-overview/changelog/platform.md index ec79e5bef6b..89f1ea19ffc 100644 --- a/docs/project-overview/changelog/platform.md +++ b/docs/project-overview/changelog/platform.md @@ -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!