Skip to content

Commit

Permalink
source-callrail: [autopull] Upgrade base image to v1.2.2 (#39281)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 7, 2024
1 parent 4dbc720 commit 1832734
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
23 changes: 13 additions & 10 deletions airbyte-integrations/connectors/source-callrail/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: dc98a6ad-2dd1-47b6-9529-2ec35820f9c6
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
dockerRepository: airbyte/source-callrail
githubIssueLabel: source-callrail
icon: callrail.svg
Expand All @@ -26,14 +26,17 @@ data:
sl: 100
ql: 100
supportLevel: community
connectorTestSuitesOptions:
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-CALLRAIL__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
# Disable acceptance tests for now
# They are not passing
# No/Low Airbyte Cloud Usage
# connectorTestSuitesOptions:
# - suite: acceptanceTests
# testSecrets:
# - name: SECRET_SOURCE-CALLRAIL__CREDS
# fileName: config.json
# secretStore:
# 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.1"
version = "0.1.2"
name = "source-callrail"
description = "Source implementation for Callrail."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/callrail.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ This Source is capable of syncing the following core Streams:

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :---------------------- |
| 0.1.2 | 2024-06-06 | [39281](https://github.com/airbytehq/airbyte/pull/39281) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.1 | 2024-05-21 | [38531](https://github.com/airbytehq/airbyte/pull/38531) | [autopull] base image + poetry + up_to_date |
| 0.1.0 | 2022-10-31 | [18739](https://github.com/airbytehq/airbyte/pull/18739) | 🎉 New Source: CallRail |

</details>
</details>

0 comments on commit 1832734

Please sign in to comment.