File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ data:
20
20
# Please update to the latest version of the connector base image.
21
21
# https://hub.docker.com/r/airbyte/python-connector-base
22
22
# 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
24
24
connectorSubtype : api
25
25
connectorType : source
26
26
definitionId : 0efee448-6948-49e2-b786-17db50647908
27
- dockerImageTag : 1.0.31
27
+ dockerImageTag : 1.0.32
28
28
dockerRepository : airbyte/source-rss
29
29
githubIssueLabel : source-rss
30
30
icon : rss.svg
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
3
3
build-backend = " poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
- version = " 1.0.31 "
6
+ version = " 1.0.32 "
7
7
name = " source-rss"
8
8
description = " Source implementation for rss."
9
9
authors = [
" Airbyte <[email protected] >" ,]
Original file line number Diff line number Diff line change 38
38
39
39
| Version | Date | Pull Request | Subject |
40
40
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
41
+ | 1.0.32 | 2025-02-15 | [ 53952] ( https://github.com/airbytehq/airbyte/pull/53952 ) | Update dependencies |
41
42
| 1.0.31 | 2025-02-01 | [ 51897] ( https://github.com/airbytehq/airbyte/pull/51897 ) | Update dependencies |
42
43
| 1.0.30 | 2025-01-11 | [ 51334] ( https://github.com/airbytehq/airbyte/pull/51334 ) | Update dependencies |
43
44
| 1.0.29 | 2025-01-04 | [ 50935] ( https://github.com/airbytehq/airbyte/pull/50935 ) | Update dependencies |
You can’t perform that action at this time.
0 commit comments