From 87f514d56adeac134f61400a70095b2a73b0bf02 Mon Sep 17 00:00:00 2001 From: artem1205 Date: Thu, 7 Nov 2024 15:15:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Cut=20version=206.3.0=20of=20sou?= =?UTF-8?q?rce-declarative-manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectors/source-declarative-manifest/metadata.yaml | 2 +- .../connectors/source-declarative-manifest/poetry.lock | 8 ++++---- .../connectors/source-declarative-manifest/pyproject.toml | 4 ++-- docs/integrations/sources/low-code.md | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index 53039337afab..8af16dc7b9e8 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml +++ b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml @@ -8,7 +8,7 @@ data: connectorType: source definitionId: 64a2f99c-542f-4af8-9a6f-355f1217b436 # This version should not be updated manually - it is updated by the CDK release workflow. - dockerImageTag: 6.2.1 + dockerImageTag: 6.3.0 dockerRepository: airbyte/source-declarative-manifest # This page is hidden from the docs for now, since the connector is not in any Airbyte registries. documentationUrl: https://docs.airbyte.com/integrations/sources/low-code diff --git a/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock b/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock index 5877e15bc13c..3b2d09724e00 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock +++ b/airbyte-integrations/connectors/source-declarative-manifest/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "airbyte-cdk" -version = "6.2.0" +version = "6.3.0" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "airbyte_cdk-6.2.0-py3-none-any.whl", hash = "sha256:731f908577800a0c3f7f930629955ad27429cda3aed3c2436a9230f0692732fd"}, - {file = "airbyte_cdk-6.2.0.tar.gz", hash = "sha256:019e360c7e343246285b467d2a4d5aa9cb725690f818bc7056eb9e69fbdbc895"}, + {file = "airbyte_cdk-6.3.0-py3-none-any.whl", hash = "sha256:e7c0bf0798aa6e8b0ba542a001551d21523e9f02609a4576bfffe0c9ce402606"}, + {file = "airbyte_cdk-6.3.0.tar.gz", hash = "sha256:5dc996f3c3cc65e3f10a120ce7f49790a6023478f70743caf2c840edc9b38eb3"}, ] [package.dependencies] @@ -1779,4 +1779,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "eb2117f91ca29b32f5c630abeb0f86872aef6a883540a32bb87a3a84e16d49f8" +content-hash = "a9d70525034a9d720aa7700ca3bde75cd3d8ed925f35ae452017fe4e0bcc7069" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index d44f0c01b34a..f1e48fabdc58 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml +++ b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "6.2.1" +version = "6.3.0" name = "source-declarative-manifest" description = "Base source implementation for low-code sources." authors = ["Airbyte "] @@ -17,7 +17,7 @@ include = "source_declarative_manifest" [tool.poetry.dependencies] python = "^3.10,<3.12" -airbyte-cdk = "6.2.0" +airbyte-cdk = "6.3.0" [tool.poetry.scripts] source-declarative-manifest = "source_declarative_manifest.run:run" diff --git a/docs/integrations/sources/low-code.md b/docs/integrations/sources/low-code.md index 273b561b3f01..19d3cbad9097 100644 --- a/docs/integrations/sources/low-code.md +++ b/docs/integrations/sources/low-code.md @@ -9,6 +9,7 @@ The changelog below is automatically updated by the `bump_version` command as pa | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 6.3.0 | 2024-11-07 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 6.3.0 | | 6.2.1 | 2024-11-05 | [48373](https://github.com/airbytehq/airbyte/pull/48373) | Add CDK v6 support to remote manifest mode | | 6.2.0 | 2024-11-05 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 6.2.0 | | 6.1.2 | 2024-11-05 | [48344](https://github.com/airbytehq/airbyte/pull/48344) | Fix discover failing on new CDK |