From 842762ddfa122798189fdbf9af0f419bea2d0567 Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 5 Jun 2024 02:14:14 +0200 Subject: [PATCH] source-vantage: [autopull] Upgrade base image to v1.2.1 (#39081) --- airbyte-integrations/connectors/source-vantage/metadata.yaml | 4 ++-- airbyte-integrations/connectors/source-vantage/pyproject.toml | 2 +- docs/integrations/sources/vantage.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-vantage/metadata.yaml b/airbyte-integrations/connectors/source-vantage/metadata.yaml index 7904b90789e8..dee8cea4b621 100644 --- a/airbyte-integrations/connectors/source-vantage/metadata.yaml +++ b/airbyte-integrations/connectors/source-vantage/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: 28ce1fbd-1e15-453f-aa9f-da6c4d928e92 - dockerImageTag: 0.1.2 + dockerImageTag: 0.1.3 dockerRepository: airbyte/source-vantage githubIssueLabel: source-vantage icon: vantage.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.1@sha256:4a4255e2bccab71fa5912487e42d9755cdecffae77273fed8be01a081cd6e795 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/source-vantage/pyproject.toml b/airbyte-integrations/connectors/source-vantage/pyproject.toml index 83c9325244fe..5299cfcc510a 100644 --- a/airbyte-integrations/connectors/source-vantage/pyproject.toml +++ b/airbyte-integrations/connectors/source-vantage/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.1.2" +version = "0.1.3" name = "source-vantage" description = "Source implementation for Vantage." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/vantage.md b/docs/integrations/sources/vantage.md index 636fa8a22922..16d339e052b5 100644 --- a/docs/integrations/sources/vantage.md +++ b/docs/integrations/sources/vantage.md @@ -35,7 +35,8 @@ Vantage APIs are under rate limits for the number of API calls allowed per API k | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :---------------------------------------- | -| 0.1.2 | 2024-06-05 | [38839](https://github.com/airbytehq/airbyte/pull/38839) | Make compatible with builder | +| 0.1.3 | 2024-06-04 | [39081](https://github.com/airbytehq/airbyte/pull/39081) | [autopull] Upgrade base image to v1.2.1 | +| 0.1.2 | 2024-06-05 | [38839](https://github.com/airbytehq/airbyte/pull/38839) | Make compatible with builder | | 0.1.1 | 2024-05-21 | [38490](https://github.com/airbytehq/airbyte/pull/38490) | [autopull] base image + poetry + up_to_date | | 0.1.0 | 2022-10-30 | [#18665](https://github.com/airbytehq/airbyte/pull/18665) | 🎉 New Source: Vantage API [low-code CDK] |