1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-hardcoded-records: run up-to-date pipeline [2025-07-12] (#63159)

This commit is contained in:
Airbyte
2025-07-12 15:08:23 -07:00
committed by GitHub
parent 0debc5546f
commit 15eb3d1d6a
3 changed files with 4 additions and 3 deletions

View File

@@ -5,11 +5,11 @@ data:
allowedHosts:
hosts: []
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
baseImage: docker.io/airbyte/python-connector-base:4.0.2@sha256:9fdb1888c4264cf6fee473649ecb593f56f58e5d0096a87ee0b231777e2e3e73
connectorSubtype: api
connectorType: source
definitionId: 084124ab-22db-4019-b36d-630418541bf7
dockerImageTag: 0.0.41
dockerImageTag: 0.0.42
dockerRepository: airbyte/source-hardcoded-records
documentationUrl: https://docs.airbyte.com/integrations/sources/hardcoded-records
githubIssueLabel: source-hardcoded-records

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.0.41"
version = "0.0.42"
name = "source-hardcoded-records"
description = "Source implementation for hardcoded records."
authors = [ "Airbyte <evan@airbyte.io>",]

View File

@@ -149,6 +149,7 @@ None!
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-------------------------|
| 0.0.42 | 2025-07-12 | [63159](https://github.com/airbytehq/airbyte/pull/63159) | Update dependencies |
| 0.0.41 | 2025-05-17 | [60722](https://github.com/airbytehq/airbyte/pull/60722) | Update dependencies |
| 0.0.40 | 2025-05-10 | [59811](https://github.com/airbytehq/airbyte/pull/59811) | Update dependencies |
| 0.0.39 | 2025-05-03 | [58789](https://github.com/airbytehq/airbyte/pull/58789) | Update dependencies |