1
0
mirror of synced 2026-01-03 15:04:01 -05:00

🐙 source-wrike: run up-to-date pipeline [2024-07-10] (#41360)

This commit is contained in:
Augustin
2024-07-10 14:28:52 +02:00
committed by GitHub
parent 63bc213057
commit 0f086de2ca
3 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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 <contact@airbyte.io>",]

View File

@@ -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 |