Skip to content

Commit

Permalink
destination-timeplus: [autopull] Upgrade base image to v1.2.2 (#39301)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 6, 2024
1 parent 3b4ada0 commit d213a9b
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 @@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: f70a8ece-351e-4790-b37b-cb790bcd6d54
dockerImageTag: 0.1.3
dockerImageTag: 0.1.4
dockerRepository: airbyte/destination-timeplus
githubIssueLabel: destination-timeplus
icon: timeplus.svg
Expand Down Expand Up @@ -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.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
metadataSpecVersion: "1.0"
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.3"
version = "0.1.4"
name = "destination-timeplus"
description = "Destination implementation for Timeplus."
authors = [ "Airbyte <jove@timeplus.io>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/destinations/timeplus.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ You'll need the following information to configure the Timeplus destination:

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :------------------- |
| 0.1.4 | 2024-06-06 | [39301](https://github.com/airbytehq/airbyte/pull/39301) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.3 | 2024-06-03 | [38901](https://github.com/airbytehq/airbyte/pull/38901) | Replace AirbyteLogger with logging.Logger |
| 0.1.2 | 2024-05-21 | [38491](https://github.com/airbytehq/airbyte/pull/38491) | [autopull] base image + poetry + up_to_date |
| 0.1.1 | 2024-03-05 | [#35838](https://github.com/airbytehq/airbyte/pull/35838) | Un-archive connector |
| 0.1.0 | 2023-06-14 | [21226](https://github.com/airbytehq/airbyte/pull/21226) | Destination Timeplus |

</details>
</details>

0 comments on commit d213a9b

Please sign in to comment.