Skip to content

Commit 80cee43

Browse files
authored
🐙 source-railz: run up-to-date pipeline [2024-08-31] (#45036)
1 parent fba3365 commit 80cee43

File tree

4 files changed

+28
-21
lines changed

4 files changed

+28
-21
lines changed

airbyte-integrations/connectors/source-railz/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 9b6cc0c0-da81-4103-bbfd-5279e18a849a
5-
dockerImageTag: 0.1.10
5+
dockerImageTag: 0.1.11
66
dockerRepository: airbyte/source-railz
77
githubIssueLabel: source-railz
88
icon: railz.svg

airbyte-integrations/connectors/source-railz/poetry.lock

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

airbyte-integrations/connectors/source-railz/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.1.10"
6+
version = "0.1.11"
77
name = "source-railz"
88
description = "Source implementation for Railz."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/railz.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The Railz connector should gracefully handle Railz API limitations under normal
9595

9696
| Version | Date | Pull Request | Subject |
9797
| :------ | :--------- | :------------------------------------------------------- | :---------------- |
98+
| 0.1.11 | 2024-08-31 | [45036](https://github.com/airbytehq/airbyte/pull/45036) | Update dependencies |
9899
| 0.1.10 | 2024-08-24 | [44649](https://github.com/airbytehq/airbyte/pull/44649) | Update dependencies |
99100
| 0.1.9 | 2024-08-17 | [44206](https://github.com/airbytehq/airbyte/pull/44206) | Update dependencies |
100101
| 0.1.8 | 2024-08-12 | [43801](https://github.com/airbytehq/airbyte/pull/43801) | Update dependencies |

0 commit comments

Comments
 (0)