File tree Expand file tree Collapse file tree
airbyte-integrations/connectors/source-declarative-manifest
docs/integrations/sources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : 5.7.0
11+ dockerImageTag : 5.7.1
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
33build-backend = " poetry.core.masonry.api"
44
55[tool .poetry ]
6- version = " 5.7.0 "
6+ version = " 5.7.1 "
77name = " source-declarative-manifest"
88description = " Base source implementation for low-code sources."
99authors = [" Airbyte <contact@airbyte.io>" ]
@@ -17,7 +17,7 @@ include = "source_declarative_manifest"
1717
1818[tool .poetry .dependencies ]
1919python = " ^3.10,<3.12"
20- airbyte-cdk = " 5.7.0 "
20+ airbyte-cdk = " 5.7.1 "
2121
2222[tool .poetry .scripts ]
2323source-declarative-manifest = " source_declarative_manifest.run:run"
Original file line number Diff line number Diff 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.7.1 | 2024-09-24 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 5.7.1 |
1213| 5.7.0 | 2024-09-19 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 5.7.0 |
1314| 5.6.0 | 2024-09-17 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 5.6.0 |
1415| 5.5.2 | 2024-09-10 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 5.5.2 |
You can’t perform that action at this time.
0 commit comments