1
0
mirror of synced 2025-12-25 02:09:19 -05:00

[S3-Data-Lake] Pin to the latest CDK version (#62835)

This commit is contained in:
Francis Genet
2025-07-07 12:48:44 -07:00
committed by GitHub
parent 895c50d654
commit f29c9c5fec
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ plugins {
airbyteBulkConnector {
core = 'load'
toolkits = ['load-iceberg-parquet', 'load-aws']
cdk = 'local'
cdk = '0.522'
}
application {

View File

@@ -27,7 +27,7 @@ data:
alias: airbyte-connector-testing-secret-store
connectorType: destination
definitionId: 716ca874-520b-4902-9f80-9fad66754b89
dockerImageTag: 0.3.30
dockerImageTag: 0.3.31
dockerRepository: airbyte/destination-s3-data-lake
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-data-lake
githubIssueLabel: destination-s3-data-lake

View File

@@ -312,6 +312,7 @@ Now, you can identify the latest version of the 'Alice' record by querying wheth
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------|
| 0.3.31 | 2025-07-07 | [62835](https://github.com/airbytehq/airbyte/pull/62835) | Pin to latest CDK version 0.522 |
| 0.3.30 | 2025-06-26 | [62105](https://github.com/airbytehq/airbyte/pull/62105) | ReplaceBranch to staging from main instead of fast forwarding |
| 0.3.29 | 2025-06-13 | [61588](https://github.com/airbytehq/airbyte/pull/61588) | ~~Publish version to account for possible duplicate publishing in pipeline. Noop change.~~ WARNING: THIS HAS A BUG. DO NOT USE. |
| 0.3.28 | 2025-05-07 | [59710](https://github.com/airbytehq/airbyte/pull/59710) | CDK backpressure bugfix |