Skip to content

Commit 0e30088

Browse files
committed
Upgrade the base image to the latest version in metadata.yaml
PATCH bump source-rss version to 1.0.32 Create or update pull request on Airbyte repository Add changelog entry
1 parent 3a47e8b commit 0e30088

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ data:
2020
# Please update to the latest version of the connector base image.
2121
# https://hub.docker.com/r/airbyte/python-connector-base
2222
# Please use the full address with sha256 hash to guarantee build reproducibility.
23-
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
23+
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
2424
connectorSubtype: api
2525
connectorType: source
2626
definitionId: 0efee448-6948-49e2-b786-17db50647908
27-
dockerImageTag: 1.0.31
27+
dockerImageTag: 1.0.32
2828
dockerRepository: airbyte/source-rss
2929
githubIssueLabel: source-rss
3030
icon: rss.svg

airbyte-integrations/connectors/source-rss/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.31"
6+
version = "1.0.32"
77
name = "source-rss"
88
description = "Source implementation for rss."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/rss.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ None
3838

3939
| Version | Date | Pull Request | Subject |
4040
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
41+
| 1.0.32 | 2025-02-15 | [53952](https://github.com/airbytehq/airbyte/pull/53952) | Update dependencies |
4142
| 1.0.31 | 2025-02-01 | [51897](https://github.com/airbytehq/airbyte/pull/51897) | Update dependencies |
4243
| 1.0.30 | 2025-01-11 | [51334](https://github.com/airbytehq/airbyte/pull/51334) | Update dependencies |
4344
| 1.0.29 | 2025-01-04 | [50935](https://github.com/airbytehq/airbyte/pull/50935) | Update dependencies |

0 commit comments

Comments
 (0)