Skip to content

Commit cb59367

Browse files
authored
🐙 source-rss: run up-to-date pipeline [2024-09-14] (#45538)
1 parent c6f2a32 commit cb59367

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data:
2424
connectorSubtype: api
2525
connectorType: source
2626
definitionId: 0efee448-6948-49e2-b786-17db50647908
27-
dockerImageTag: 1.0.17
27+
dockerImageTag: 1.0.18
2828
dockerRepository: airbyte/source-rss
2929
githubIssueLabel: source-rss
3030
icon: rss.svg

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

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

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

docs/integrations/sources/rss.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ None
3838

3939
| Version | Date | Pull Request | Subject |
4040
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
41+
| 1.0.18 | 2024-09-14 | [45538](https://github.com/airbytehq/airbyte/pull/45538) | Update dependencies |
4142
| 1.0.17 | 2024-09-07 | [45223](https://github.com/airbytehq/airbyte/pull/45223) | Update dependencies |
4243
| 1.0.16 | 2024-08-31 | [45058](https://github.com/airbytehq/airbyte/pull/45058) | Update dependencies |
4344
| 1.0.15 | 2024-08-24 | [44635](https://github.com/airbytehq/airbyte/pull/44635) | Update dependencies |

0 commit comments

Comments
 (0)