From 0f086de2ca75dbfc0bafa2149bf317ac48a7e366 Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 10 Jul 2024 14:28:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20source-wrike:=20run=20up-to-date?= =?UTF-8?q?=20pipeline=20[2024-07-10]=20(#41360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airbyte-integrations/connectors/source-wrike/metadata.yaml | 4 ++-- airbyte-integrations/connectors/source-wrike/pyproject.toml | 2 +- docs/integrations/sources/wrike.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-wrike/metadata.yaml b/airbyte-integrations/connectors/source-wrike/metadata.yaml index 16a525b2b93..1078653296b 100644 --- a/airbyte-integrations/connectors/source-wrike/metadata.yaml +++ b/airbyte-integrations/connectors/source-wrike/metadata.yaml @@ -5,7 +5,7 @@ data: - app-eu*.wrike.com - www.wrike.com connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696 + baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 remoteRegistries: pypi: enabled: true @@ -18,7 +18,7 @@ data: connectorSubtype: api connectorType: source definitionId: 9c13f986-a13b-4988-b808-4705badf71c2 - dockerImageTag: 0.2.7 + dockerImageTag: 0.2.8 dockerRepository: airbyte/source-wrike githubIssueLabel: source-wrike icon: wrike.svg diff --git a/airbyte-integrations/connectors/source-wrike/pyproject.toml b/airbyte-integrations/connectors/source-wrike/pyproject.toml index 6a834db0cf8..24692529c9f 100644 --- a/airbyte-integrations/connectors/source-wrike/pyproject.toml +++ b/airbyte-integrations/connectors/source-wrike/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.2.7" +version = "0.2.8" name = "source-wrike" description = "Source implementation for Wrike." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/wrike.md b/docs/integrations/sources/wrike.md index d24a8169733..316a0ec6a49 100644 --- a/docs/integrations/sources/wrike.md +++ b/docs/integrations/sources/wrike.md @@ -50,6 +50,7 @@ The Wrike connector should not run into Wrike API limitations under normal usage | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- |:-----------------------------------------------------------------------| +| 0.2.8 | 2024-07-10 | [41360](https://github.com/airbytehq/airbyte/pull/41360) | Update dependencies | | 0.2.7 | 2024-07-09 | [41278](https://github.com/airbytehq/airbyte/pull/41278) | Update dependencies | | 0.2.6 | 2024-07-06 | [40954](https://github.com/airbytehq/airbyte/pull/40954) | Update dependencies | | 0.2.5 | 2024-06-25 | [40330](https://github.com/airbytehq/airbyte/pull/40330) | Update dependencies |