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

chore(source-redshift): Convert to new gradle build flow (do not merge) (#62922)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: yue.li@airbyte.io <yue.li@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-07-16 16:21:58 -07:00
committed by GitHub
parent eb75e82617
commit 6ba689fefd
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
plugins {
id 'airbyte-java-connector'
id "io.airbyte.gradle.docker"
id 'airbyte-connector-docker-convention'
}
airbyteJavaConnector {

View File

@@ -3,7 +3,7 @@ data:
ql: 200
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
baseImage: docker.io/airbyte/java-connector-base:2.0.1@sha256:ec89bd1a89e825514dd2fc8730ba299a3ae1544580a078df0e35c5202c2085b3
connectorSubtype: database
connectorTestSuitesOptions:
- suite: unitTests
@@ -16,7 +16,7 @@ data:
type: GSM
connectorType: source
definitionId: e87ffa8e-a3b5-f69c-9076-6011339de1f6
dockerImageTag: 0.5.3
dockerImageTag: 0.5.4
dockerRepository: airbyte/source-redshift
documentationUrl: https://docs.airbyte.com/integrations/sources/redshift
githubIssueLabel: source-redshift

View File

@@ -59,6 +59,7 @@ All Redshift connections are encrypted using SSL
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- |
| 0.5.4 | 2025-07-10 | [62922](https://github.com/airbytehq/airbyte/pull/62922) | Convert to new gradle build flow |
| 0.5.3 | 2024-12-18 | [49893](https://github.com/airbytehq/airbyte/pull/49893) | Use a base image: airbyte/java-connector-base:1.0.0 |
| 0.5.2 | 2024-02-13 | [35223](https://github.com/airbytehq/airbyte/pull/35223) | Adopt CDK 0.20.4 |
| 0.5.1 | 2024-01-24 | [34453](https://github.com/airbytehq/airbyte/pull/34453) | bump CDK version |