1
0
mirror of synced 2025-12-19 18:14:56 -05:00

[up-to-date]Upgrade the base image to the latest version in metadata.yaml; Update versions of libraries in poetry; PATCH bump source-microsoft-onedrive version to 0.2.45; Create or update pull request on Airbyte repository; Add changelog entry

This commit is contained in:
octavia-bot-hoard[bot]
2025-12-16 07:07:57 +00:00
committed by GitHub
parent 499a92d065
commit 23f136d6c9
4 changed files with 1196 additions and 1017 deletions

View File

@@ -16,11 +16,11 @@ data:
cloud:
enabled: true
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
baseImage: docker.io/airbyte/python-connector-base:4.1.0@sha256:1d1aa21d34e851df4e8a87b391c27724c06e2597608e7161f4d167be853bd7b6
connectorSubtype: file
connectorType: source
definitionId: 01d1c685-fd4a-4837-8f4c-93fe5a0d2188
dockerImageTag: 0.2.44
dockerImageTag: 0.2.45
dockerRepository: airbyte/source-microsoft-onedrive
githubIssueLabel: source-microsoft-onedrive
icon: microsoft-onedrive.svg

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.2.44"
version = "0.2.45"
name = "source-microsoft-onedrive"
description = "Source implementation for Microsoft OneDrive."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -259,6 +259,7 @@ The connector is restricted by normal Microsoft Graph [requests limitation](http
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------------------------------|
| 0.2.45 | 2025-12-16 | [61035](https://github.com/airbytehq/airbyte/pull/61035) | Update dependencies |
| 0.2.44 | 2025-05-24 | [60568](https://github.com/airbytehq/airbyte/pull/60568) | Update dependencies |
| 0.2.43 | 2025-05-10 | [60168](https://github.com/airbytehq/airbyte/pull/60168) | Update dependencies |
| 0.2.42 | 2025-05-03 | [59475](https://github.com/airbytehq/airbyte/pull/59475) | Update dependencies |