Skip to content

Commit

Permalink
source-secoda: [autopull] Upgrade base image to v1.2.1 (#38957)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 4, 2024
1 parent f7e7cd7 commit 37755cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-secoda/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: da9fc6b9-8059-4be0-b204-f56e22e4d52d
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
dockerRepository: airbyte/source-secoda
githubIssueLabel: source-secoda
icon: secoda.svg
Expand Down Expand Up @@ -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.1@sha256:4a4255e2bccab71fa5912487e42d9755cdecffae77273fed8be01a081cd6e795
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-secoda"
description = "Source implementation for Secoda."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/secoda.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ This source can sync data from the [Secoda API](https://docs.secoda.co/secoda-ap

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :--------------------------------------- |
| 0.1.2 | 2024-06-04 | [38957](https://github.com/airbytehq/airbyte/pull/38957) | [autopull] Upgrade base image to v1.2.1 |
| 0.1.1 | 2024-05-21 | [38530](https://github.com/airbytehq/airbyte/pull/38530) | [autopull] base image + poetry + up_to_date |
| 0.1.0 | 2022-10-27 | [#18378](https://github.com/airbytehq/airbyte/pull/18378) | 🎉 New Source: Secoda API [low-code CDK] |

0 comments on commit 37755cb

Please sign in to comment.