Skip to content

Commit

Permalink
source-zendesk-sell: [autopull] Upgrade base image to v1.2.2 (#39258)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jun 12, 2024
1 parent ec1c05b commit b208247
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 @@ -14,7 +14,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 982eaa4c-bba1-4cce-a971-06a41f700b8c
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
dockerRepository: airbyte/source-zendesk-sell
githubIssueLabel: source-zendesk-sell
icon: zendesk.svg
Expand All @@ -38,5 +38,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.2.1"
version = "0.2.2"
name = "source-zendesk-sell"
description = "Source implementation for Zendesk Sell."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/zendesk-sell.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ We recommend creating a restricted, read-only key specifically for Airbyte acces

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------- |
| 0.2.2 | 2024-06-06 | [39258](https://github.com/airbytehq/airbyte/pull/39258) | [autopull] Upgrade base image to v1.2.2 |
| 0.2.1 | 2024-05-20 | [38426](https://github.com/airbytehq/airbyte/pull/38426) | [autopull] base image + poetry + up_to_date |
| 0.2.0 | 2023-10-23 | [31016](https://github.com/airbytehq/airbyte/pull/31016) | Migrated to Low Code CDK |
| 0.1.1 | 2023-08-30 | [29830](https://github.com/airbytehq/airbyte/pull/29830) | Change phone_number in Calls to string (bug in zendesk sell api documentation) |
| 0.1.0 | 2022-10-27 | [17888](https://github.com/airbytehq/airbyte/pull/17888) | Initial Release |

</details>
</details>

0 comments on commit b208247

Please sign in to comment.