diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index 2a8afcc37b76d..2363a9dc7fa49 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.0 + dockerImageTag: 1.5.1 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 006abb988e0b0..a66d1f6ab9167 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.0" +version = "1.5.1" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "airbyte_cdk-1.5.0-py3-none-any.whl", hash = "sha256:6be69d7b4e96a2f9755c69e24c06939183979890485101bbc3d2b2b939f27459"}, - {file = "airbyte_cdk-1.5.0.tar.gz", hash = "sha256:4b312c5ca485be25434bfe33860221fd1a340643d4c7d7601245549c50254664"}, + {file = "airbyte_cdk-1.5.1-py3-none-any.whl", hash = "sha256:73ec579bf1bf9e9f88aa87d427ceccc072eacb0b91667d3b2e91278b67d7c71d"}, + {file = "airbyte_cdk-1.5.1.tar.gz", hash = "sha256:339855110b0017b4228793fd5abd19e50072209a7c1a34d7a4fdb615935f5c88"}, ] [package.dependencies] @@ -1326,4 +1326,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "672a2bc815c132ec56700376583d4fe8554f7e656071cadefb02c135acf2b4cb" +content-hash = "718b1c4cc1bba0d5508a2506d6da8376f1b0ef12492f288888823a5f09ea3d42" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index c3979c369582f..b40ad256b4bd7 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.0" +airbyte-cdk = "1.5.1" [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 89e44b7d2929d..a8cdbe67e926b 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.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 | | 1.4.0 | 2024-06-14 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 1.4.0 | | 1.3.2 | 2024-06-10 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 1.3.2 |