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

Source monday: build with latest cdk version (#20533)

* build with latest cdk version

* update readme

* Update docs/integrations/sources/monday.md

Co-authored-by: Ella Rohm-Ensing <erohmensing@gmail.com>

Co-authored-by: Ella Rohm-Ensing <erohmensing@gmail.com>
This commit is contained in:
Alexandre Girard
2022-12-15 11:31:55 -08:00
committed by GitHub
parent 8bb41282c5
commit 4279902a46
2 changed files with 3 additions and 2 deletions

View File

@@ -34,5 +34,5 @@ COPY source_monday ./source_monday
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
LABEL io.airbyte.version=0.2.0
LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.name=airbyte/source-monday

View File

@@ -57,7 +57,8 @@ The Monday connector should not run into Monday API limitations under normal usa
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------|
| 0.2.0 | 2022-11-25 | [19586](https://github.com/airbytehq/airbyte/pull/19586) | Migrate to low-code |
| 0.2.1 | 2022-12-15 | [20533](https://github.com/airbytehq/airbyte/pull/20533) | Bump CDK version|
| 0.2.0 | 2022-12-13 | [19586](https://github.com/airbytehq/airbyte/pull/19586) | Migrate to low-code |
| 0.1.4 | 2022-06-06 | [14443](https://github.com/airbytehq/airbyte/pull/14443) | Increase retry_factor for Items stream |
| 0.1.3 | 2021-12-23 | [8172](https://github.com/airbytehq/airbyte/pull/8172) | Add oauth2.0 support |
| 0.1.2 | 2021-12-07 | [8429](https://github.com/airbytehq/airbyte/pull/8429) | Update titles and descriptions |