[up-to-date]Upgrade the base image to the latest version in metadata.yaml; Update versions of libraries in poetry; PATCH bump source-hardcoded-records version to 0.0.47; Create or update pull request on Airbyte repository; Add changelog entry
This commit is contained in:
committed by
GitHub
parent
499a92d065
commit
7c834a8e1f
@@ -5,11 +5,11 @@ data:
|
||||
allowedHosts:
|
||||
hosts: []
|
||||
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: api
|
||||
connectorType: source
|
||||
definitionId: 084124ab-22db-4019-b36d-630418541bf7
|
||||
dockerImageTag: 0.0.46
|
||||
dockerImageTag: 0.0.47
|
||||
dockerRepository: airbyte/source-hardcoded-records
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/hardcoded-records
|
||||
githubIssueLabel: source-hardcoded-records
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
version = "0.0.46"
|
||||
version = "0.0.47"
|
||||
name = "source-hardcoded-records"
|
||||
description = "Source implementation for hardcoded records."
|
||||
authors = [ "Airbyte <evan@airbyte.io>",]
|
||||
|
||||
@@ -149,6 +149,7 @@ None!
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:--------|:-----------|:---------------------------------------------------------|:-------------------------|
|
||||
| 0.0.47 | 2025-12-16 | [68757](https://github.com/airbytehq/airbyte/pull/68757) | Update dependencies |
|
||||
| 0.0.46 | 2025-10-21 | [68285](https://github.com/airbytehq/airbyte/pull/68285) | Update dependencies |
|
||||
| 0.0.45 | 2025-10-14 | [67921](https://github.com/airbytehq/airbyte/pull/67921) | Update dependencies |
|
||||
| 0.0.44 | 2025-10-07 | [67413](https://github.com/airbytehq/airbyte/pull/67413) | Update dependencies |
|
||||
|
||||
Reference in New Issue
Block a user