From fb51bb274a4f35a045c9708116d9dcae440e1359 Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 11 Jun 2024 18:41:56 +0200 Subject: [PATCH] source-dremio: [autopull] Upgrade base image to v1.2.2 (#39235) --- airbyte-integrations/connectors/source-dremio/metadata.yaml | 4 ++-- airbyte-integrations/connectors/source-dremio/pyproject.toml | 2 +- docs/integrations/sources/dremio.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-dremio/metadata.yaml b/airbyte-integrations/connectors/source-dremio/metadata.yaml index 0901d94f22d6..758168e84083 100644 --- a/airbyte-integrations/connectors/source-dremio/metadata.yaml +++ b/airbyte-integrations/connectors/source-dremio/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: d99e9ace-8621-46c2-9144-76ae4751d64b - dockerImageTag: 0.1.1 + dockerImageTag: 0.1.2 dockerRepository: airbyte/source-dremio githubIssueLabel: source-dremio icon: dremio.svg @@ -35,5 +35,5 @@ data: type: GSM alias: airbyte-connector-testing-secret-store connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9 + baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/source-dremio/pyproject.toml b/airbyte-integrations/connectors/source-dremio/pyproject.toml index e1b7241a91b4..36062a0838f5 100644 --- a/airbyte-integrations/connectors/source-dremio/pyproject.toml +++ b/airbyte-integrations/connectors/source-dremio/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.1.1" +version = "0.1.2" name = "source-dremio" description = "Source implementation for Dremio." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/dremio.md b/docs/integrations/sources/dremio.md index d52de4a80785..759b7a1850e3 100644 --- a/docs/integrations/sources/dremio.md +++ b/docs/integrations/sources/dremio.md @@ -41,7 +41,8 @@ Please read [How to get your APIs credentials](https://docs.dremio.com/software/ | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :----------------- | +| 0.1.2 | 2024-06-06 | [39235](https://github.com/airbytehq/airbyte/pull/39235) | [autopull] Upgrade base image to v1.2.2 | | 0.1.1 | 2024-05-21 | [38497](https://github.com/airbytehq/airbyte/pull/38497) | [autopull] base image + poetry + up_to_date | | 0.1.0 | 2022-12-01 | [19912](https://github.com/airbytehq/airbyte/pull/19912) | New Source: Dremio | - \ No newline at end of file +