From 894d09bb619271c47e2f37926c91a32114520061 Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 17 Dec 2024 20:33:46 +0100 Subject: [PATCH] base-image-migration --- .../connectors/destination-iceberg/metadata.yaml | 4 +++- docs/integrations/destinations/iceberg.md | 13 +++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/airbyte-integrations/connectors/destination-iceberg/metadata.yaml b/airbyte-integrations/connectors/destination-iceberg/metadata.yaml index ac57b80475a4..165d570e1c8d 100644 --- a/airbyte-integrations/connectors/destination-iceberg/metadata.yaml +++ b/airbyte-integrations/connectors/destination-iceberg/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: database connectorType: destination definitionId: df65a8f3-9908-451b-aa9b-445462803560 - dockerImageTag: 0.2.2 + dockerImageTag: 0.2.3 dockerRepository: airbyte/destination-iceberg githubIssueLabel: destination-iceberg icon: iceberg.svg @@ -21,6 +21,8 @@ data: sl: 100 ql: 100 supportLevel: community + connectorBuildOptions: + baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a connectorTestSuitesOptions: - suite: unitTests - suite: integrationTests diff --git a/docs/integrations/destinations/iceberg.md b/docs/integrations/destinations/iceberg.md index f664933d8c20..a923aad86c6c 100644 --- a/docs/integrations/destinations/iceberg.md +++ b/docs/integrations/destinations/iceberg.md @@ -75,11 +75,12 @@ specify the target size of compacted Iceberg data file. | Version | Date | Pull Request | Subject | |:--------|:-----------|:----------------------------------------------------------|:---------------------------------------------------------------| -| 0.2.2 | 2024-09-23 | [45861](https://github.com/airbytehq/airbyte/pull/45861) | Keeping only S3 with Glue Catalog as config option | -| 0.2.1 | 2024-09-20 | [45711](https://github.com/airbytehq/airbyte/pull/45711) | Initial Cloud version for registry purpose [UNTESTED ON CLOUD] | -| 0.2.0 | 2024-09-20 | [45707](https://github.com/airbytehq/airbyte/pull/45707) | Add support for AWS Glue Catalog | -| 0.1.8 | 2024-09-16 | [45206](https://github.com/airbytehq/airbyte/pull/45206) | Fixing tests to work in airbyte-ci | -| 0.1.7 | 2024-05-17 | [38283](https://github.com/airbytehq/airbyte/pull/38283) | Bump Iceberg library to 1.5.2 and Spark to 3.5.1 | +| 0.2.3 | 2024-12-17 | [49841](https://github.com/airbytehq/airbyte/pull/49841) | Use a base image: airbyte/java-connector-base:1.0.0 | +| 0.2.2 | 2024-09-23 | [45861](https://github.com/airbytehq/airbyte/pull/45861) | Keeping only S3 with Glue Catalog as config option | +| 0.2.1 | 2024-09-20 | [45711](https://github.com/airbytehq/airbyte/pull/45711) | Initial Cloud version for registry purpose [UNTESTED ON CLOUD] | +| 0.2.0 | 2024-09-20 | [45707](https://github.com/airbytehq/airbyte/pull/45707) | Add support for AWS Glue Catalog | +| 0.1.8 | 2024-09-16 | [45206](https://github.com/airbytehq/airbyte/pull/45206) | Fixing tests to work in airbyte-ci | +| 0.1.7 | 2024-05-17 | [38283](https://github.com/airbytehq/airbyte/pull/38283) | Bump Iceberg library to 1.5.2 and Spark to 3.5.1 | | 0.1.6 | 2024-04-04 | [#36846](https://github.com/airbytehq/airbyte/pull/36846) | Remove duplicate S3 Region | | 0.1.5 | 2024-01-03 | [#33924](https://github.com/airbytehq/airbyte/pull/33924) | Add new ap-southeast-3 AWS region | | 0.1.4 | 2023-07-20 | [28506](https://github.com/airbytehq/airbyte/pull/28506) | Support server-managed storage config | @@ -88,4 +89,4 @@ specify the target size of compacted Iceberg data file. | 0.1.1 | 2023-02-27 | [23201](https://github.com/airbytehq/airbyte/pull/23301) | Bump Iceberg library to 1.1.0 | | 0.1.0 | 2022-11-01 | [18836](https://github.com/airbytehq/airbyte/pull/18836) | Initial Commit | - \ No newline at end of file +