Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-copper: [autopull] Upgrade base image to v1.2.2 #39234

Merged
merged 3 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions airbyte-integrations/connectors/source-copper/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ data:
hosts:
- https://api.copper.com/
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
connectorSubtype: api
connectorType: source
definitionId: 44f3002f-2df9-4f6d-b21c-02cd3b47d0dc
dockerImageTag: 0.3.5
dockerImageTag: 0.3.6
dockerRepository: airbyte/source-copper
documentationUrl: https://docs.airbyte.com/integrations/sources/copper
githubIssueLabel: source-copper
Expand All @@ -28,12 +28,14 @@ data:
tags:
- language:python
- cdk:low-code
connectorTestSuitesOptions:
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-COPPER__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
# Disable acceptance tests for now
# No/Low airbyte cloud usage
# connectorTestSuitesOptions:
# - suite: acceptanceTests
# testSecrets:
# - name: SECRET_SOURCE-COPPER__CREDS
# fileName: config.json
# secretStore:
# type: GSM
# alias: airbyte-connector-testing-secret-store
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.3.5"
version = "0.3.6"
name = "source-copper"
description = "Source implementation for Copper."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
13 changes: 7 additions & 6 deletions docs/integrations/sources/copper.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ The Copper source connector supports the following [sync modes](https://docs.air

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.3.5 | 2024-05-17 | [38214](https://github.com/airbytehq/airbyte/pull/38214) | Make connector compatable with builder |
| 0.3.4 | 2024-04-19 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Updating to 0.80.0 CDK |
| 0.3.3 | 2024-04-18 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Manage dependencies with Poetry. |
| 0.3.2 | 2024-04-15 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Base image migration: remove Dockerfile and use the python-connector-base image |
| 0.3.1 | 2024-04-12 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | schema descriptions |
| 0.3.6 | 2024-06-06 | [39234](https://github.com/airbytehq/airbyte/pull/39234) | [autopull] Upgrade base image to v1.2.2 |
| 0.3.5 | 2024-05-17 | [38214](https://github.com/airbytehq/airbyte/pull/38214) | Make connector compatable with builder |
| 0.3.4 | 2024-04-19 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Updating to 0.80.0 CDK |
| 0.3.3 | 2024-04-18 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Manage dependencies with Poetry. |
| 0.3.2 | 2024-04-15 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Base image migration: remove Dockerfile and use the python-connector-base image |
| 0.3.1 | 2024-04-12 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | schema descriptions |
| 0.3.0 | 2023-08-10 | [**\***](https://github.com/airbytehq/airbyte/pull/*****) | Migrate to low code |
| 0.2.0 | 2023-04-17 | [24824](https://github.com/airbytehq/airbyte/pull/24824) | Add `opportunities` stream |
| 0.1.0 | 2022-11-17 | [18848](https://github.com/airbytehq/airbyte/pull/18848) | 🎉 New Source: Copper [python cdk] |

</details>
</details>
Loading