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

🐙 source-omnisend: run up-to-date pipeline [2024-12-11] (#48284)

This commit is contained in:
Airbyte
2024-12-11 20:14:19 +02:00
committed by GitHub
parent 7c843c2a45
commit cf9408dc2a
2 changed files with 3 additions and 2 deletions

View File

@@ -12,11 +12,11 @@ data:
# Please update to the latest version of the connector base image.
# https://hub.docker.com/r/airbyte/python-connector-base
# Please use the full address with sha256 hash to guarantee build reproducibility.
baseImage: docker.io/airbyte/source-declarative-manifest:5.17.0@sha256:9c6bfd080a247b7781ce5b25687e7c44e29d31315d0bf656584b38810521bbaa
baseImage: docker.io/airbyte/source-declarative-manifest:6.9.2@sha256:ea8087899b36a891ce16e47035b10de8d52b0fb041b593b18e53ed2d699e3b46
connectorSubtype: api
connectorType: source
definitionId: e7f0c5e2-4815-48c4-90cf-f47124209835
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
dockerRepository: airbyte/source-omnisend
githubIssueLabel: source-omnisend
icon: omnisend.svg

View File

@@ -36,6 +36,7 @@ The connector has a rate limit of 400 requests per 1 minute.
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :------------------------------------------------------- | :------------- |
| 0.2.2 | 2024-12-11 | [48284](https://github.com/airbytehq/airbyte/pull/48284) | 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 |
| 0.2.1 | 2024-10-29 | [47474](https://github.com/airbytehq/airbyte/pull/47474) | Update dependencies |
| 0.2.0 | 2024-08-19 | [44411](https://github.com/airbytehq/airbyte/pull/44411) | Refactor connector to manifest-only format |
| 0.1.13 | 2024-08-17 | [44307](https://github.com/airbytehq/airbyte/pull/44307) | Update dependencies |