Skip to content

Commit

Permalink
destination-astra: [autopull] Upgrade base image to v1.2.2 (#39198)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 6, 2024
1 parent 802cbb2 commit 8683400
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ data:
# Please update to the latest version of the connector base image.
# Please use the full address with sha256 hash to guarantee build reproducibility.
# https://hub.docker.com/r/airbyte/python-connector-base
baseImage: docker.io/airbyte/python-connector-base:1.0.0@sha256:dd17e347fbda94f7c3abff539be298a65af2d7fc27a307d89297df1081a45c27
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
connectorSubtype: database
connectorType: destination
definitionId: 042ce96f-1158-4662-9543-e2ff015be97a
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
dockerRepository: airbyte/destination-astra
githubIssueLabel: destination-astra
icon: astra.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "airbyte-destination-astra"
version = "0.1.4"
version = "0.1.5"
description = "Airbyte destination implementation for Astra DB."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/destinations/astra.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ This page contains the setup guide and reference information for the destination

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :----------- | :-------------------------------------------------------- |
| 0.1.5 | 2024-06-06 | [39198](https://github.com/airbytehq/airbyte/pull/39198) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.4 | 2024-05-16 | #38181 | Add explicit projection when reading from Astra DB |
| 0.1.3 | 2024-04-19 | #37405 | Add "airbyte" user-agent in the HTTP requests to Astra DB |
| 0.1.2 | 2024-04-15 | | Moved to Poetry; Updated CDK & pytest versions |
| 0.1.1 | 2024-01-26 | | DS Branding Update |
| 0.1.0 | 2024-01-08 | | Initial Release |

</details>
</details>

0 comments on commit 8683400

Please sign in to comment.