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-sharepoint version to 0.10.5; Create or update pull request on Airbyte repository; Add changelog entry

This commit is contained in:
octavia-bot-hoard[bot]
2025-12-16 07:25:45 +00:00
committed by GitHub
parent 499a92d065
commit b474b4a60b
4 changed files with 1816 additions and 1423 deletions

View File

@@ -16,11 +16,11 @@ data:
cloud:
enabled: true
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.2@sha256:9fdb1888c4264cf6fee473649ecb593f56f58e5d0096a87ee0b231777e2e3e73
baseImage: docker.io/airbyte/python-connector-base:4.1.0@sha256:1d1aa21d34e851df4e8a87b391c27724c06e2597608e7161f4d167be853bd7b6
connectorSubtype: file
connectorType: source
definitionId: 59353119-f0f2-4e5a-a8ba-15d887bc34f6
dockerImageTag: 0.10.4
dockerImageTag: 0.10.5
dockerRepository: airbyte/source-microsoft-sharepoint
githubIssueLabel: source-microsoft-sharepoint
icon: microsoft-sharepoint.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.10.4"
version = "0.10.5"
name = "source-microsoft-sharepoint"
description = "Source implementation for Microsoft SharePoint."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -306,6 +306,7 @@ The connector is restricted by normal Microsoft Graph [requests limitation](http
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------|
| 0.10.5 | 2025-12-16 | [66939](https://github.com/airbytehq/airbyte/pull/66939) | Update dependencies |
| 0.10.4 | 2025-08-20 | [65118](https://github.com/airbytehq/airbyte/pull/65118) | Decertify connector |
| 0.10.3 | 2025-07-13 | [60562](https://github.com/airbytehq/airbyte/pull/60562) | Update dependencies |
| 0.10.2 | 2025-05-10 | [59113](https://github.com/airbytehq/airbyte/pull/59113) | Update dependencies |