Skip to content

Commit

Permalink
source-coinmarketcap: [autopull] Upgrade base image to v1.2.2 (#39161)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 6, 2024
1 parent 41b993f commit 9037221
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ data:
# Please update to the latest version of the connector base image.
# https://hub.docker.com/r/airbyte/python-connector-base
# Please use the full address with sha256 hash to guarantee build reproducibility.
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
connectorSubtype: api
connectorType: source
definitionId: 239463f5-64bb-4d88-b4bd-18ce673fd572
dockerImageTag: 0.1.2
dockerImageTag: 0.1.3
dockerRepository: airbyte/source-coinmarketcap
githubIssueLabel: source-coinmarketcap
icon: coinmarketcap.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.2"
version = "0.1.3"
name = "source-coinmarketcap"
description = "Source implementation for coinmarketcap."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
9 changes: 5 additions & 4 deletions docs/integrations/sources/coinmarketcap.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ Coinmarketcap APIs are under rate limits for the number of API calls allowed per

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :---------------------------------------------- |
| 0.1.2 | 2024-05-13 | [38134](https://github.com/airbytehq/airbyte/pull/38134) | Make connector compatabile with builder |
| 0.1.1 | 2022-11-01 | [18790](https://github.com/airbytehq/airbyte/pull/18790) | Correct coinmarket spec |
| 0.1.0 | 2022-10-29 | [18565](https://github.com/airbytehq/airbyte/pull/18565) | 🎉 New Source: Coinmarketcap API [low-code CDK] |
| 0.1.3 | 2024-06-06 | [39161](https://github.com/airbytehq/airbyte/pull/39161) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.2 | 2024-05-13 | [38134](https://github.com/airbytehq/airbyte/pull/38134) | Make connector compatabile with builder |
| 0.1.1 | 2022-11-01 | [18790](https://github.com/airbytehq/airbyte/pull/18790) | Correct coinmarket spec |
| 0.1.0 | 2022-10-29 | [18565](https://github.com/airbytehq/airbyte/pull/18565) | 🎉 New Source: Coinmarketcap API [low-code CDK] |

</details>
</details>

0 comments on commit 9037221

Please sign in to comment.