From b7c381cf514e432d3e9deb2ddf535ea75bc902ba Mon Sep 17 00:00:00 2001 From: maxi297 Date: Tue, 18 Jun 2024 21:36:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Cut=20version=201.5.3=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 | 2 +- docs/integrations/sources/low-code.md | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index 7c115fbad782..e635343e325a 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: 1.5.2 + dockerImageTag: 1.5.3 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 86ba292a9ff4..8b37b69deca0 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 = "1.5.2" +version = "1.5.3" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "airbyte_cdk-1.5.2-py3-none-any.whl", hash = "sha256:7a0a58d0374b510b214366af8e08038f89ddb596b743167215c020a5775975f3"}, - {file = "airbyte_cdk-1.5.2.tar.gz", hash = "sha256:f513b72362efe037332b4f35aaec5c090bc31a7eddbb638654eb30bb535b70b7"}, + {file = "airbyte_cdk-1.5.3-py3-none-any.whl", hash = "sha256:594cfbd40f2f49ec191d58f9739c63e09c8438708bbbd2449be3915a17a67ed6"}, + {file = "airbyte_cdk-1.5.3.tar.gz", hash = "sha256:fb5d76f40026bf64625c73f39c7074c8079a9531d313b5411ee5108952115ee7"}, ] [package.dependencies] @@ -1326,4 +1326,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "940440e28c96ed34c2b5b613b5b457bf8d6359a666ac5a13b9f8a23173bfd9d2" +content-hash = "9fa194a460d02fdeedc0ac689b87d55cdd6dc2ebd531ad6b15792a2936d97adf" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index ee3af86ede2e..c5323e0605fe 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml +++ b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml @@ -17,7 +17,7 @@ include = "source_declarative_manifest" [tool.poetry.dependencies] python = "^3.9,<3.12" -airbyte-cdk = "1.5.2" +airbyte-cdk = "1.5.3" [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 e0c40aeb2193..7fec1770e314 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 | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 1.5.3 | 2024-06-18 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 1.5.3 | | 1.5.2 | 2024-06-18 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 1.5.2 | | 1.5.1 | 2024-06-18 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 1.5.1 | | 1.5.0 | 2024-06-18 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 1.5.0 |