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

🐙 source-oura: run up-to-date pipeline [2024-10-29] (#47800)

This commit is contained in:
Airbyte
2024-10-29 16:08:51 +02:00
committed by GitHub
parent 12ad1089f8
commit b277b57e18
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.16.0@sha256:6800f806944ee4fccf24ae01f6b8fbefb12d952c3b3da338f51f732b55de51f2
baseImage: docker.io/airbyte/source-declarative-manifest:5.17.0@sha256:9c6bfd080a247b7781ce5b25687e7c44e29d31315d0bf656584b38810521bbaa
connectorSubtype: api
connectorType: source
definitionId: 2bf6c581-bec5-4e32-891d-de33036bd631
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
dockerRepository: airbyte/source-oura
githubIssueLabel: source-oura
icon: oura.svg

View File

@@ -56,6 +56,7 @@ The following fields are required fields for the connector to work:
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------|
| 0.2.2 | 2024-10-29 | [47800](https://github.com/airbytehq/airbyte/pull/47800) | Update dependencies |
| 0.2.1 | 2024-10-28 | [47576](https://github.com/airbytehq/airbyte/pull/47576) | Update dependencies |
| 0.2.0 | 2024-08-19 | [44409](https://github.com/airbytehq/airbyte/pull/44409) | Refactor connector to manifest-only format |
| 0.1.14 | 2024-08-17 | [44271](https://github.com/airbytehq/airbyte/pull/44271) | Update dependencies |