Skip to content

Commit 6eb0d36

Browse files
artem1205octavia-squidington-iii
authored andcommitted
🤖 Cut version 5.0.0 of source-declarative-manifest
1 parent b1df9b8 commit 6eb0d36

File tree

4 files changed

+72
-16
lines changed

4 files changed

+72
-16
lines changed

airbyte-integrations/connectors/source-declarative-manifest/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
connectorType: source
99
definitionId: 64a2f99c-542f-4af8-9a6f-355f1217b436
1010
# This version should not be updated manually - it is updated by the CDK release workflow.
11-
dockerImageTag: 4.6.2
11+
dockerImageTag: 5.0.0
1212
dockerRepository: airbyte/source-declarative-manifest
1313
# This page is hidden from the docs for now, since the connector is not in any Airbyte registries.
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/low-code

airbyte-integrations/connectors/source-declarative-manifest/poetry.lock

+68-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "4.6.2"
6+
version = "5.0.0"
77
name = "source-declarative-manifest"
88
description = "Base source implementation for low-code sources."
99
authors = ["Airbyte <[email protected]>"]
@@ -17,7 +17,7 @@ include = "source_declarative_manifest"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.10,<3.12"
20-
airbyte-cdk = "4.6.2"
20+
airbyte-cdk = "5.0.0"
2121

2222
[tool.poetry.scripts]
2323
source-declarative-manifest = "source_declarative_manifest.run:run"

docs/integrations/sources/low-code.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The changelog below is automatically updated by the `bump_version` command as pa
99

1010
| Version | Date | Pull Request | Subject |
1111
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
12+
| 5.0.0 | 2024-09-02 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.0.0 |
1213
| 4.6.2 | 2024-08-29 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.6.2 |
1314
| 4.6.1 | 2024-08-28 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.6.1 |
1415
| 4.6.0 | 2024-08-28 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.6.0 |

0 commit comments

Comments
 (0)