From 2f14ce21ca3cb1c2ddf6353ec1961cfb1db86352 Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 11 Jun 2024 18:41:34 +0200 Subject: [PATCH] source-recruitee: [autopull] Upgrade base image to v1.2.2 (#39282) --- .../connectors/source-recruitee/metadata.yaml | 4 ++-- .../connectors/source-recruitee/pyproject.toml | 2 +- docs/integrations/sources/recruitee.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-recruitee/metadata.yaml b/airbyte-integrations/connectors/source-recruitee/metadata.yaml index e52cf94b4f62..2dce28219250 100644 --- a/airbyte-integrations/connectors/source-recruitee/metadata.yaml +++ b/airbyte-integrations/connectors/source-recruitee/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: 3b046ac7-d8d3-4eb3-b122-f96b2a16d8a8 - dockerImageTag: 0.1.1 + dockerImageTag: 0.1.2 dockerRepository: airbyte/source-recruitee githubIssueLabel: source-recruitee icon: recruitee.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-recruitee/pyproject.toml b/airbyte-integrations/connectors/source-recruitee/pyproject.toml index b852d25d4f3d..29d9ff6a45f5 100644 --- a/airbyte-integrations/connectors/source-recruitee/pyproject.toml +++ b/airbyte-integrations/connectors/source-recruitee/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-recruitee" description = "Source implementation for Recruitee." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/recruitee.md b/docs/integrations/sources/recruitee.md index e6c382e8c402..351c234ee42a 100644 --- a/docs/integrations/sources/recruitee.md +++ b/docs/integrations/sources/recruitee.md @@ -53,7 +53,8 @@ The Recruitee source connector supports the following [sync modes](https://docs. | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :-------------------- | +| 0.1.2 | 2024-06-06 | [39282](https://github.com/airbytehq/airbyte/pull/39282) | [autopull] Upgrade base image to v1.2.2 | | 0.1.1 | 2024-05-20 | [38452](https://github.com/airbytehq/airbyte/pull/38452) | [autopull] base image + poetry + up_to_date | | 0.1.0 | 2022-10-30 | [18671](https://github.com/airbytehq/airbyte/pull/18671) | New Source: Recruitee | - \ No newline at end of file +