From f3c0b384039f36095f5af3c1ee099bf029c295ca Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 6 Jun 2024 10:29:32 +0200 Subject: [PATCH] source-babelforce: [autopull] Upgrade base image to v1.2.2 (#39163) --- .../connectors/source-babelforce/metadata.yaml | 4 ++-- .../connectors/source-babelforce/pyproject.toml | 2 +- docs/integrations/sources/babelforce.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-babelforce/metadata.yaml b/airbyte-integrations/connectors/source-babelforce/metadata.yaml index f269b024b664..4117d3f4dde5 100644 --- a/airbyte-integrations/connectors/source-babelforce/metadata.yaml +++ b/airbyte-integrations/connectors/source-babelforce/metadata.yaml @@ -14,7 +14,7 @@ data: connectorSubtype: api connectorType: source definitionId: 971c3e1e-78a5-411e-ad56-c4052b50876b - dockerImageTag: 0.2.1 + dockerImageTag: 0.2.2 dockerRepository: airbyte/source-babelforce githubIssueLabel: source-babelforce icon: babelforce.svg @@ -31,5 +31,5 @@ data: ql: 100 supportLevel: community 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-babelforce/pyproject.toml b/airbyte-integrations/connectors/source-babelforce/pyproject.toml index b3e1f00fb7c6..47cc6fc29f4b 100644 --- a/airbyte-integrations/connectors/source-babelforce/pyproject.toml +++ b/airbyte-integrations/connectors/source-babelforce/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-babelforce" description = "Source implementation for Babelforce." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/babelforce.md b/docs/integrations/sources/babelforce.md index 3f6e87384700..14d9e71acd07 100644 --- a/docs/integrations/sources/babelforce.md +++ b/docs/integrations/sources/babelforce.md @@ -49,8 +49,9 @@ Generate a API access key ID and token using the [Babelforce documentation](http | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :-------------------------- | +| 0.2.2 | 2024-06-06 | [39163](https://github.com/airbytehq/airbyte/pull/39163) | [autopull] Upgrade base image to v1.2.2 | | 0.2.1 | 2024-05-21 | [38523](https://github.com/airbytehq/airbyte/pull/38523) | [autopull] base image + poetry + up_to_date | | 0.2.0 | 2023-08-24 | [29314](https://github.com/airbytehq/airbyte/pull/29314) | Migrate to Low Code | | 0.1.0 | 2022-05-09 | [12700](https://github.com/airbytehq/airbyte/pull/12700) | Introduce Babelforce source | - \ No newline at end of file +