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

This commit is contained in:
octavia-bot-hoard[bot]
2025-12-16 06:54:02 +00:00
committed by GitHub
parent 499a92d065
commit ccb79c133e
4 changed files with 538 additions and 449 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 6cbea164-3237-433b-9abb-36d384ee4cbf
dockerImageTag: 0.1.40
dockerImageTag: 0.1.41
dockerRepository: airbyte/source-gridly
githubIssueLabel: source-gridly
icon: gridly.svg
@@ -40,7 +40,7 @@ data:
type: GSM
alias: airbyte-connector-testing-secret-store
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
externalDocumentationUrls:
- title: Gridly API documentation
url: https://www.gridly.com/docs/api/

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.1.40"
version = "0.1.41"
name = "source-gridly"
description = "Source implementation for Gridly."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -38,6 +38,7 @@ This page contains the setup guide and reference information for the Gridly sour
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------- |
| 0.1.41 | 2025-12-16 | [61118](https://github.com/airbytehq/airbyte/pull/61118) | Update dependencies |
| 0.1.40 | 2025-05-24 | [60679](https://github.com/airbytehq/airbyte/pull/60679) | Update dependencies |
| 0.1.39 | 2025-05-10 | [59904](https://github.com/airbytehq/airbyte/pull/59904) | Update dependencies |
| 0.1.38 | 2025-05-03 | [59241](https://github.com/airbytehq/airbyte/pull/59241) | Update dependencies |