Skip to content

Commit 9611495

Browse files
authored
[destination-postgres/postgres-strict-encrypt] bump up CDK for postgres destination to use error translation framework (#43363)
Closes airbytehq/oncall#6191
1 parent 85762c3 commit 9611495

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

airbyte-integrations/connectors/destination-postgres-strict-encrypt/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ plugins {
33
}
44

55
airbyteJavaConnector {
6-
cdkVersionRequired = '0.42.0'
6+
cdkVersionRequired = '0.44.2'
77
features = ['db-destinations', 'typing-deduping', 'datastore-postgres']
8-
useLocalCdk = true
8+
useLocalCdk = false
99
}
1010

1111
application {

airbyte-integrations/connectors/destination-postgres-strict-encrypt/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
5-
dockerImageTag: 2.3.0
5+
dockerImageTag: 2.3.1
66
dockerRepository: airbyte/destination-postgres-strict-encrypt
77
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
88
githubIssueLabel: destination-postgres

airbyte-integrations/connectors/destination-postgres/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
airbyteJavaConnector {
6-
cdkVersionRequired = '0.43.6'
6+
cdkVersionRequired = '0.44.2'
77
features = ['db-destinations', 'datastore-postgres', 'typing-deduping']
88
useLocalCdk = false
99
}

airbyte-integrations/connectors/destination-postgres/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: database
66
connectorType: destination
77
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
8-
dockerImageTag: 2.3.0
8+
dockerImageTag: 2.3.1
99
dockerRepository: airbyte/destination-postgres
1010
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
1111
githubIssueLabel: destination-postgres

docs/integrations/destinations/postgres.md

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ _where_ it is deployed.
267267

268268
| Version | Date | Pull Request | Subject |
269269
|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------|
270+
| 2.3.1 | 2024-08-07 | [\#43363](https://github.com/airbytehq/airbyte/pull/43363) | Adopt latest CDK. |
270271
| 2.3.0 | 2024-07-22 | [\#41954](https://github.com/airbytehq/airbyte/pull/41954) | Support for [refreshes](../../operator-guides/refreshes.md) and resumable full refresh. WARNING: You must upgrade to platform 0.63.7 before upgrading to this connector version. |
271272
| 2.2.1 | 2024-07-22 | [\#42423](https://github.com/airbytehq/airbyte/pull/42423) | no-op. Bumping to a clean image |
272273
| 2.2.0 | 2024-07-22 | [\#42423](https://github.com/airbytehq/airbyte/pull/42423) | Revert refreshes support |

0 commit comments

Comments
 (0)