Skip to content

Commit

Permalink
[skip ci] base-image-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Dec 18, 2024
1 parent 4be7f1a commit 8f56e92
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
34 changes: 18 additions & 16 deletions airbyte-integrations/connectors/destination-s3-glue/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
data:
ab_internal:
ql: 100
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
connectorSubtype: file
connectorTestSuitesOptions:
- suite: integrationTests
testSecrets:
- fileName: config.json
name: SECRET_DESTINATION-S3-GLUE__CREDS
secretStore:
alias: airbyte-connector-testing-secret-store
type: GSM
connectorType: destination
definitionId: 471e5cab-8ed1-49f3-ba11-79c687784737
dockerImageTag: 0.1.10
dockerImageTag: 0.1.11
dockerRepository: airbyte/destination-s3-glue
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-glue
githubIssueLabel: destination-s3-glue
icon: s3-glue.svg
license: MIT
Expand All @@ -14,19 +28,7 @@ data:
oss:
enabled: true
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-glue
tags:
- language:java
ab_internal:
sl: 100
ql: 100
supportLevel: community
connectorTestSuitesOptions:
- suite: integrationTests
testSecrets:
- name: SECRET_DESTINATION-S3-GLUE__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"
tags:
- language:java
metadataSpecVersion: '1.0'
3 changes: 2 additions & 1 deletion docs/integrations/destinations/s3-glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ the output filename will have an extra extension (GZIP: `.jsonl.gz`).

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :-------------------------------------------------------------------------------------- |
| 0.1.11 | 2024-12-18 | [*PR_NUMBER_PLACEHOLDER*](https://github.com/airbytehq/airbyte/pull/*PR_NUMBER_PLACEHOLDER*) | Use a base image: airbyte/java-connector-base:1.0.0 |
| 0.1.10 | 2024-10-29 | [#48820](https://github.com/airbytehq/airbyte/pull/48820) | revert back to CDK 0.2.0 |
| 0.1.9 | 2024-10-28 | [#47201](https://github.com/airbytehq/airbyte/pull/47201) | build against latest CDK |
| 0.1.8 | 2024-01-03 | [#33924](https://github.com/airbytehq/airbyte/pull/33924) | Add new ap-southeast-3 AWS region |
Expand All @@ -318,4 +319,4 @@ the output filename will have an extra extension (GZIP: `.jsonl.gz`).
| 0.1.1 | 2022-12-13 | [19907](https://github.com/airbytehq/airbyte/pull/19907) | Fix parsing empty object in schema |
| 0.1.0 | 2022-11-17 | [18695](https://github.com/airbytehq/airbyte/pull/18695) | Initial Commit |

</details>
</details>

0 comments on commit 8f56e92

Please sign in to comment.