From 950ea0692efaa5ec7ee4dfd59265aefb8ac692c0 Mon Sep 17 00:00:00 2001 From: tolik0 Date: Fri, 6 Sep 2024 13:54:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Cut=20version=205.2.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 eea5d5ae636..30b93e15d0f 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: 5.1.0 + dockerImageTag: 5.2.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 adf82cd6608..5effc4cb55d 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 = "5.1.0" +version = "5.2.0" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "airbyte_cdk-5.1.0-py3-none-any.whl", hash = "sha256:98cef0398459f8ccc35335f486a30d7e13f8b929879730dbc18296d4df6e4e23"}, - {file = "airbyte_cdk-5.1.0.tar.gz", hash = "sha256:e8c039f392bb2d17ddb3ea8e191642e231e92d9b097e0705a2e69a26e44a97b5"}, + {file = "airbyte_cdk-5.2.0-py3-none-any.whl", hash = "sha256:1d4373e422e84e2eb37853baeabfb55e32e5c0159287dfa042c7d41381b33f7f"}, + {file = "airbyte_cdk-5.2.0.tar.gz", hash = "sha256:c76be0701427e2b2d99934558369004e2008b6778c8adb09494945f1784ea206"}, ] [package.dependencies] @@ -1605,4 +1605,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "5b8febed2b745b6298948425c022b91d7c33fe9e60fce2aa1a7c5a2e081ed1ad" +content-hash = "8b9677225336fa3548aa6d40746b75fee57fd0a29c46ceee7b00a9e13f98bd84" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 74345ba37e4..ca36d851e67 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 = "5.1.0" +version = "5.2.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 = "5.1.0" +airbyte-cdk = "5.2.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 09f9ea660f6..26e63e9dc7a 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 | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 5.2.0 | 2024-09-06 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.2.0 | | 5.1.0 | 2024-09-06 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.1.0 | | 5.0.1 | 2024-09-03 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.0.1 | | 5.0.0 | 2024-09-02 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.0.0 |