Skip to content

Commit e151c29

Browse files
authored
πŸ™ source-hardcoded-records: run up-to-date pipeline [2024-08-12] (#43823)
1 parent 9292d86 commit e151c29

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

β€Žairbyte-integrations/connectors/source-hardcoded-records/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: 084124ab-22db-4019-b36d-630418541bf7
12-
dockerImageTag: 0.0.5
12+
dockerImageTag: 0.0.6
1313
dockerRepository: airbyte/source-hardcoded-records
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/hardcoded-records
1515
githubIssueLabel: source-hardcoded-records

β€Žairbyte-integrations/connectors/source-hardcoded-records/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žairbyte-integrations/connectors/source-hardcoded-records/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.0.5"
6+
version = "0.0.6"
77
name = "source-hardcoded-records"
88
description = "Source implementation for hardcoded recprds."
99
authors = [ "Airbyte <[email protected]>",]

β€Ždocs/integrations/sources/hardcoded-records.md

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ None!
149149

150150
| Version | Date | Pull Request | Subject |
151151
|:--------|:-----------|:---------------------------------------------------------|:-------------------------|
152+
| 0.0.6 | 2024-08-12 | [43823](https://github.com/airbytehq/airbyte/pull/43823) | Update dependencies |
152153
| 0.0.5 | 2024-08-10 | [43645](https://github.com/airbytehq/airbyte/pull/43645) | Update dependencies |
153154
| 0.0.4 | 2024-08-03 | [43244](https://github.com/airbytehq/airbyte/pull/43244) | Update dependencies |
154155
| 0.0.3 | 2024-07-29 | [42850](https://github.com/airbytehq/airbyte/pull/42850) | Update Airbyte CDK to v4 |

0 commit comments

Comments
Β (0)