Skip to content

Commit dbae4ff

Browse files
authored
🐙 source-oura: run up-to-date pipeline [2024-07-09] (#41264)
1 parent c6b857f commit dbae4ff

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

airbyte-integrations/connectors/source-oura/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ data:
1212
# Please update to the latest version of the connector base image.
1313
# https://hub.docker.com/r/airbyte/python-connector-base
1414
# Please use the full address with sha256 hash to guarantee build reproducibility.
15-
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
15+
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: 2bf6c581-bec5-4e32-891d-de33036bd631
19-
dockerImageTag: 0.1.6
19+
dockerImageTag: 0.1.7
2020
dockerRepository: airbyte/source-oura
2121
githubIssueLabel: source-oura
2222
icon: oura.svg

airbyte-integrations/connectors/source-oura/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-oura/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.6"
6+
version = "0.1.7"
77
name = "source-oura"
88
description = "Source implementation for Oura."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/oura.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The following fields are required fields for the connector to work:
5656

5757
| Version | Date | Pull Request | Subject |
5858
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------|
59+
| 0.1.7 | 2024-07-09 | [41264](https://github.com/airbytehq/airbyte/pull/41264) | Update dependencies |
5960
| 0.1.6 | 2024-07-06 | [40951](https://github.com/airbytehq/airbyte/pull/40951) | Update dependencies |
6061
| 0.1.5 | 2024-06-25 | [40450](https://github.com/airbytehq/airbyte/pull/40450) | Update dependencies |
6162
| 0.1.4 | 2024-06-22 | [40097](https://github.com/airbytehq/airbyte/pull/40097) | Update dependencies |

0 commit comments

Comments
 (0)