File tree 4 files changed +12
-11
lines changed
airbyte-integrations/connectors/source-declarative-manifest
docs/integrations/sources
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 8
8
connectorType : source
9
9
definitionId : 64a2f99c-542f-4af8-9a6f-355f1217b436
10
10
# This version should not be updated manually - it is updated by the CDK release workflow.
11
- dockerImageTag : 0.81.0
11
+ dockerImageTag : 0.81.1
12
12
dockerRepository : airbyte/source-declarative-manifest
13
13
# This page is hidden from the docs for now, since the connector is not in any Airbyte registries.
14
14
documentationUrl : https://docs.airbyte.com/integrations/sources/low-code
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include = "source_declarative_manifest"
17
17
18
18
[tool .poetry .dependencies ]
19
19
python = " ^3.9,<3.12"
20
- airbyte-cdk = " 0.81.0 "
20
+ airbyte-cdk = " 0.81.1 "
21
21
22
22
[tool .poetry .scripts ]
23
23
source-declarative-manifest = " source_declarative_manifest.run:run"
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ The changelog below is automatically updated by the `bump_version` command as pa
9
9
10
10
| Version | Date | Pull Request | Subject |
11
11
| :--------| :-----------| :---------------------------------------------------------| :---------------------------------------------------------------------|
12
- | 0.81.0 | 2024-04-09 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.81.0 |
13
- | 0.80.0 | 2024-04-09 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.80.0 |
14
- | 0.79.2 | 2024-04-09 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.79.2 |
15
- | 0.79.1 | 2024-04-05 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.79.1 |
16
- | 0.79.0 | 2024-04-05 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.79.0 |
12
+ | 0.81.1 | 2024-04-11 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.81.1 |
13
+ | 0.81.0 | 2024-04-09 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.81.0 |
14
+ | 0.80.0 | 2024-04-09 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.80.0 |
15
+ | 0.79.2 | 2024-04-09 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.79.2 |
16
+ | 0.79.1 | 2024-04-05 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.79.1 |
17
+ | 0.79.0 | 2024-04-05 | [ 36501] ( https://github.com/airbytehq/airbyte/pull/36501 ) | Bump CDK version to 0.79.0 |
17
18
| 0.78.9 | 2024-04-04 | [ 36834] ( https://github.com/airbytehq/airbyte/pull/36834 ) | Update CDK dependency to version 0.78.9 (before new publishing flow) |
You can’t perform that action at this time.
0 commit comments