1
0
mirror of synced 2025-12-23 21:03:15 -05:00

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

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-10 18:11:31 -07:00
committed by GitHub
parent e3f37ee7ca
commit f33eea336b
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,14 +3,14 @@ data:
ql: 100
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:2.0.0@sha256:5a1a21c75c5e1282606de9fa539ba136520abe2fbd013058e988bb0297a9f454
baseImage: docker.io/airbyte/java-connector-base:2.0.1@sha256:ec89bd1a89e825514dd2fc8730ba299a3ae1544580a078df0e35c5202c2085b3
connectorSubtype: api
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
connectorType: source
definitionId: 7cf88806-25f5-4e1a-b422-b2fa9e1b0090
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
dockerRepository: airbyte/source-elasticsearch
documentationUrl: https://docs.airbyte.com/integrations/sources/elasticsearch
githubIssueLabel: source-elasticsearch

View File

@@ -87,6 +87,7 @@ all values in the array must be of the same data type. Hence, every field can be
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
| 0.1.5 | 2025-07-10 | [62918](https://github.com/airbytehq/airbyte/pull/62918) | Convert to new gradle build flow |
| 0.1.4 | 2025-01-10 | [51509](https://github.com/airbytehq/airbyte/pull/51509) | Use a non root base image |
| 0.1.3 | 2024-12-18 | [49863](https://github.com/airbytehq/airbyte/pull/49863) | Use a base image: airbyte/java-connector-base:1.0.0 |
| 0.1.2 | 2024-02-13 | [35230](https://github.com/airbytehq/airbyte/pull/35230) | Adopt CDK 0.20.4 |