Skip to content

Commit

Permalink
🤖 Cut version 6.3.0 of source-declarative-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 authored and octavia-squidington-iii committed Nov 7, 2024
1 parent 944e010 commit 87f514d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.2.1
dockerImageTag: 6.3.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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "6.2.1"
version = "6.3.0"
name = "source-declarative-manifest"
description = "Base source implementation for low-code sources."
authors = ["Airbyte <[email protected]>"]
Expand All @@ -17,7 +17,7 @@ include = "source_declarative_manifest"

[tool.poetry.dependencies]
python = "^3.10,<3.12"
airbyte-cdk = "6.2.0"
airbyte-cdk = "6.3.0"

[tool.poetry.scripts]
source-declarative-manifest = "source_declarative_manifest.run:run"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/low-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The changelog below is automatically updated by the `bump_version` command as pa

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
| 6.3.0 | 2024-11-07 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 6.3.0 |
| 6.2.1 | 2024-11-05 | [48373](https://github.com/airbytehq/airbyte/pull/48373) | Add CDK v6 support to remote manifest mode |
| 6.2.0 | 2024-11-05 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 6.2.0 |
| 6.1.2 | 2024-11-05 | [48344](https://github.com/airbytehq/airbyte/pull/48344) | Fix discover failing on new CDK |
Expand Down

0 comments on commit 87f514d

Please sign in to comment.