Skip to content

Commit f97fae0

Browse files
authored
source-xkcd: [autopull] Upgrade base image to v1.2.2 (#39293)
1 parent 7ddc3a7 commit f97fae0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 80fddd16-17bd-4c0c-bf4a-80df7863fc9d
5-
dockerImageTag: 0.1.2
5+
dockerImageTag: 0.1.3
66
dockerRepository: airbyte/source-xkcd
77
githubIssueLabel: source-xkcd
88
icon: xkcd.svg
@@ -36,5 +36,5 @@ data:
3636
type: GSM
3737
alias: airbyte-connector-testing-secret-store
3838
connectorBuildOptions:
39-
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
39+
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
4040
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/source-xkcd/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 = "0.1.2"
6+
version = "0.1.3"
77
name = "source-xkcd"
88
description = "Source implementation for Xkcd."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/xkcd.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ XKCD does not perform rate limiting.
2525

2626
| Version | Date | Pull Request | Subject |
2727
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------- |
28+
| 0.1.3 | 2024-06-06 | [39293](https://github.com/airbytehq/airbyte/pull/39293) | [autopull] Upgrade base image to v1.2.2 |
2829
| 0.1.2 | 2024-05-20 | [38401](https://github.com/airbytehq/airbyte/pull/38401) | [autopull] base image + poetry + up_to_date |
2930
| 0.1.1 | 2022-10-24 | [18386](https://github.com/airbytehq/airbyte/pull/18386) | Readded xkcd to source def yaml |
3031
| 0.1.0 | 2022-10-17 | [18049](https://github.com/airbytehq/airbyte/pull/18049) | Initial version/release of the connector. |
3132

32-
</details>
33+
</details>

0 commit comments

Comments
 (0)