destination-databend: [autopull] Upgrade base image to v1.2.1 (#39090)
This commit is contained in:
@@ -2,7 +2,7 @@ data:
|
||||
connectorSubtype: database
|
||||
connectorType: destination
|
||||
definitionId: 302e4d8e-08d3-4098-acd4-ac67ca365b88
|
||||
dockerImageTag: 0.1.4
|
||||
dockerImageTag: 0.1.5
|
||||
dockerRepository: airbyte/destination-databend
|
||||
githubIssueLabel: destination-databend
|
||||
icon: databend.svg
|
||||
@@ -35,5 +35,5 @@ data:
|
||||
# type: GSM
|
||||
# alias: airbyte-connector-testing-secret-store
|
||||
connectorBuildOptions:
|
||||
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
|
||||
baseImage: docker.io/airbyte/python-connector-base:1.2.1@sha256:4a4255e2bccab71fa5912487e42d9755cdecffae77273fed8be01a081cd6e795
|
||||
metadataSpecVersion: "1.0"
|
||||
|
||||
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
name = "destination-databend"
|
||||
description = "Destination implementation for Databend."
|
||||
authors = [ "Airbyte <contact@airbyte.io>",]
|
||||
|
||||
@@ -67,11 +67,9 @@ And the [Databend Cloud](https://app.databend.com/) will only support databend v
|
||||
|
||||
## Changelog
|
||||
|
||||
<details>
|
||||
<summary>Expand to review</summary>
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
| :------------------------------------------------------- | :--------------------------------------- | :-------------------------------------------------------- | :------------------------------------------------------- | ----------- |
|
||||
| 0.1.5 | 2024-06-04 | [39090](https://github.com/airbytehq/airbyte/pull/39090) | [autopull] Upgrade base image to v1.2.1 |
|
||||
| 0.1.4 | 2024-05-21 | [38510](https://github.com/airbytehq/airbyte/pull/38510) | [autopull] base image + poetry + up_to_date |
|
||||
| 0.1.3 | 2024-03-05 | [#35838](https://github.com/airbytehq/airbyte/pull/35838) | Un-archive connector |
|
||||
| 0.1.2 | 2023-02-11 | [22855](https://github.com/airbytehq/airbyte/pull/22855) | Fix compatibility |
|
||||
@@ -79,5 +77,3 @@ And the [Databend Cloud](https://app.databend.com/) will only support databend v
|
||||
| [21182](https://github.com/airbytehq/airbyte/pull/21182) | Remove protocol option and enforce HTTPS |
|
||||
| | 0.1.0 | 2022-01-09 | [20909](https://github.com/airbytehq/airbyte/pull/20909) | Destination |
|
||||
| Databend |
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user