diff --git a/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml b/airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml index b68d4220b235..75c216148f38 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: 0.88.1 + dockerImageTag: 0.89.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 4937f8848c43..2afb1f8a59a8 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 = "0.88.4" +version = "0.89.0" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "airbyte_cdk-0.88.4-py3-none-any.whl", hash = "sha256:0cbd9fd31781d4d5763e6cbd9826ba644602d0734b8e4f3e783a5332472b2975"}, - {file = "airbyte_cdk-0.88.4.tar.gz", hash = "sha256:275860b853047920a82ff54c03a1bd7a3ae5f7ee75e9ab7013e809b22ee94032"}, + {file = "airbyte_cdk-0.89.0-py3-none-any.whl", hash = "sha256:6a17ad7c0469d0800b900e8799a34b9de8268dcbc7779e514fa5df64c2820d1b"}, + {file = "airbyte_cdk-0.89.0.tar.gz", hash = "sha256:7ac2c7ec4519255ce3fa5a62d72c1f223f71668e3cc2e1b30daa8875ff558c46"}, ] [package.dependencies] @@ -1326,4 +1326,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "69ef34f8d4bc017bbe23df8b6e9e5534e9c9217491c62d8aed0f0a67e0026e91" +content-hash = "002d3b31661a7af430df1ea39d44ffb6adf030c13eaeb28620e78f81253da769" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 040552614600..59a9ddb9b686 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 = "0.88.1" +version = "0.89.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.9,<3.12" -airbyte-cdk = "0.88.4" +airbyte-cdk = "0.89.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 f2d4b9b1b1d3..3b990ed9174d 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 | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 0.89.0 | 2024-05-15 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.89.0 | | 0.88.1 | 2024-05-14 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.88.4 | | 0.88.0 | 2024-05-08 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.88.0 | | 0.87.0 | 2024-05-07 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 0.87.0 |