1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-monday: run up-to-date pipeline [2024-12-21] (#43901)

This commit is contained in:
Airbyte
2024-12-21 20:16:08 +02:00
committed by GitHub
parent 35a68b6907
commit 0011d7d268
3 changed files with 4 additions and 3 deletions

View File

@@ -6,11 +6,11 @@ data:
hosts:
- api.monday.com
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
connectorSubtype: api
connectorType: source
definitionId: 80a54ea2-9959-4040-aac1-eee42423ec9b
dockerImageTag: 2.1.6
dockerImageTag: 2.1.7
releases:
breakingChanges:
2.0.0:

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.1.6"
version = "2.1.7"
name = "source-monday"
description = "Source implementation for Monday."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -77,6 +77,7 @@ The Monday connector should not run into Monday API limitations under normal usa
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------------------------ |
| 2.1.7 | 2024-12-21 | [43901](https://github.com/airbytehq/airbyte/pull/43901) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 2.1.6 | 2024-12-19 | [49943](https://github.com/airbytehq/airbyte/pull/49943) | Pin CDK constraint to avoid breaking change in newer versions |
| 2.1.5 | 2024-10-31 | [48054](https://github.com/airbytehq/airbyte/pull/48054) | Moved to `DeclarativeOAuthFlow` specification |
| 2.1.4 | 2024-08-17 | [44201](https://github.com/airbytehq/airbyte/pull/44201) | Add boards name to the `items` stream |