From 643c8000338ce35190418571a9889236424358c2 Mon Sep 17 00:00:00 2001 From: pnilan Date: Wed, 28 Aug 2024 19:48:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Cut=20version=204.6.1=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 100a8bb324403..4a12248eec0bd 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: 4.6.0 + dockerImageTag: 4.6.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 ce21249f630bb..0856dd64756fc 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 = "4.6.0" +version = "4.6.1" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "airbyte_cdk-4.6.0-py3-none-any.whl", hash = "sha256:644e085e0762b3bb0e8fb6f8a63fb07cccd2fe76a368fbdfee40833dc75b0315"}, - {file = "airbyte_cdk-4.6.0.tar.gz", hash = "sha256:ec0e18296cba7aded6dda701516a43a5d9d43ef90ee0a46903aa01e74be5125f"}, + {file = "airbyte_cdk-4.6.1-py3-none-any.whl", hash = "sha256:b0cb4a145e356327a922e74ae619637bf491a4c5b9fb4c88cefddbc246f28c67"}, + {file = "airbyte_cdk-4.6.1.tar.gz", hash = "sha256:64827fd277f6fccef220594caa37364c173bf093288640a57f36899c2e194094"}, ] [package.dependencies] @@ -1545,4 +1545,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.12" -content-hash = "7ab84300436f17bb94d9339ab0be017fdfeba37e709d760fbd86c68181256807" +content-hash = "43fdb76fe8239ad7a96a495a8472f92d02fb5283a75e7ddfc2286d0442d531a8" diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 8ac69e349f959..7b5fb3d567af6 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 = "4.6.0" +version = "4.6.1" 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 = "4.6.0" +airbyte-cdk = "4.6.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 b2fa96adbf122..60fec0b6b038c 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 | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- | +| 4.6.1 | 2024-08-28 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.6.1 | | 4.6.0 | 2024-08-28 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.6.0 | | 4.5.4 | 2024-08-22 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.5.4 | | 4.5.3 | 2024-08-22 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.5.3 |