Skip to content

Commit 2c859db

Browse files
authored
πŸ™ source-microsoft-onedrive: run up-to-date pipeline [2024-08-31] (#45048)
1 parent ba2f812 commit 2c859db

File tree

4 files changed

+33
-22
lines changed

4 files changed

+33
-22
lines changed

β€Žairbyte-integrations/connectors/source-microsoft-onedrive/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data:
2020
connectorSubtype: file
2121
connectorType: source
2222
definitionId: 01d1c685-fd4a-4837-8f4c-93fe5a0d2188
23-
dockerImageTag: 0.2.16
23+
dockerImageTag: 0.2.17
2424
dockerRepository: airbyte/source-microsoft-onedrive
2525
githubIssueLabel: source-microsoft-onedrive
2626
icon: microsoft-onedrive.svg

β€Žairbyte-integrations/connectors/source-microsoft-onedrive/poetry.lock

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

β€Žairbyte-integrations/connectors/source-microsoft-onedrive/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-microsoft-onedrive"
88
description = "Source implementation for Microsoft OneDrive."
99
authors = [ "Airbyte <[email protected]>",]

β€Ždocs/integrations/sources/microsoft-onedrive.md

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ The connector is restricted by normal Microsoft Graph [requests limitation](http
126126

127127
| Version | Date | Pull Request | Subject |
128128
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------------------------------|
129+
| 0.2.17 | 2024-08-31 | [45048](https://github.com/airbytehq/airbyte/pull/45048) | Update dependencies |
129130
| 0.2.16 | 2024-08-24 | [44699](https://github.com/airbytehq/airbyte/pull/44699) | Update dependencies |
130131
| 0.2.15 | 2024-08-12 | [43799](https://github.com/airbytehq/airbyte/pull/43799) | Update dependencies |
131132
| 0.2.14 | 2024-08-10 | [43538](https://github.com/airbytehq/airbyte/pull/43538) | Update dependencies |

0 commit comments

Comments
Β (0)