From fbcd1231b0a405889a603aae33df133a207bfc47 Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 6 Jun 2024 11:09:59 +0200 Subject: [PATCH] source-hellobaton: [autopull] Upgrade base image to v1.2.2 (#39189) --- .../connectors/source-hellobaton/metadata.yaml | 4 ++-- .../connectors/source-hellobaton/pyproject.toml | 2 +- docs/integrations/sources/hellobaton.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-hellobaton/metadata.yaml b/airbyte-integrations/connectors/source-hellobaton/metadata.yaml index 645f53fe38ad..61129ad0ec33 100644 --- a/airbyte-integrations/connectors/source-hellobaton/metadata.yaml +++ b/airbyte-integrations/connectors/source-hellobaton/metadata.yaml @@ -14,7 +14,7 @@ data: connectorSubtype: api connectorType: source definitionId: 492b56d1-937c-462e-8076-21ad2031e784 - dockerImageTag: 0.2.1 + dockerImageTag: 0.2.2 dockerRepository: airbyte/source-hellobaton githubIssueLabel: source-hellobaton icon: hellobaton.svg @@ -43,5 +43,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-hellobaton/pyproject.toml b/airbyte-integrations/connectors/source-hellobaton/pyproject.toml index 2b75c8d25cf5..58592f0c64e9 100644 --- a/airbyte-integrations/connectors/source-hellobaton/pyproject.toml +++ b/airbyte-integrations/connectors/source-hellobaton/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.2.1" +version = "0.2.2" name = "source-hellobaton" description = "Source implementation for Hellobaton." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/hellobaton.md b/docs/integrations/sources/hellobaton.md index da24ca00c6a6..b121d91f2dbd 100644 --- a/docs/integrations/sources/hellobaton.md +++ b/docs/integrations/sources/hellobaton.md @@ -56,8 +56,9 @@ The connector is rate limited at 1000 requests per minute per api key. If you fi | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :---------------------------------- | +| 0.2.2 | 2024-06-06 | [39189](https://github.com/airbytehq/airbyte/pull/39189) | [autopull] Upgrade base image to v1.2.2 | | 0.2.1 | 2024-05-21 | [38507](https://github.com/airbytehq/airbyte/pull/38507) | [autopull] base image + poetry + up_to_date | | 0.2.0 | 2023-08-19 | [29490](https://github.com/airbytehq/airbyte/pull/29490) | Migrate CDK from Python to Low Code | | 0.1.0 | 2022-01-14 | [8461](https://github.com/airbytehq/airbyte/pull/8461) | 🎉 New Source: Hellobaton | - \ No newline at end of file +