Skip to content

Commit 84d6adf

Browse files
authored
🐙 source-strava: run up-to-date pipeline [2024-08-24] (#44667)
1 parent 2f7ac74 commit 84d6adf

File tree

4 files changed

+59
-58
lines changed

4 files changed

+59
-58
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 7a4327c4-315a-11ec-8d3d-0242ac130003
13-
dockerImageTag: 0.2.16
13+
dockerImageTag: 0.2.17
1414
dockerRepository: airbyte/source-strava
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/strava
1616
githubIssueLabel: source-strava

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

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
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.2.16"
6+
version = "0.2.17"
77
name = "source-strava"
88
description = "Source implementation for Strava."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/strava.md

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ More information about Strava rate limits and adjustments to those limits can be
127127
128128
| Version | Date | Pull Request | Subject |
129129
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
130+
| 0.2.17 | 2024-08-24 | [44667](https://github.com/airbytehq/airbyte/pull/44667) | Update dependencies |
130131
| 0.2.16 | 2024-08-17 | [44354](https://github.com/airbytehq/airbyte/pull/44354) | Update dependencies |
131132
| 0.2.15 | 2024-08-10 | [43588](https://github.com/airbytehq/airbyte/pull/43588) | Update dependencies |
132133
| 0.2.14 | 2024-08-03 | [43283](https://github.com/airbytehq/airbyte/pull/43283) | Update dependencies |

0 commit comments

Comments
 (0)