File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
airbyte-integrations/connectors/source-xkcd
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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
4040metadataSpecVersion : " 1.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33build-backend = " poetry.core.masonry.api"
44
55[tool .poetry ]
6- version = " 0.1.2 "
6+ version = " 0.1.3 "
77name = " source-xkcd"
88description = " Source implementation for Xkcd."
99authors = [ " Airbyte <contact@airbyte.io>" ,]
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments