1
0
mirror of synced 2025-12-25 02:09:19 -05:00

source-instatus: [autopull] Upgrade base image to v1.2.2 (#39167)

This commit is contained in:
Augustin
2024-06-07 02:15:23 +02:00
committed by GitHub
parent edbf4ab2a3
commit 595d4ee5a5
3 changed files with 14 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 1901024c-0249-45d0-bcac-31a954652927
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
dockerRepository: airbyte/source-instatus
githubIssueLabel: source-instatus
icon: instatus.svg
@@ -28,13 +28,15 @@ data:
supportLevel: community
connectorTestSuitesOptions:
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-INSTATUS_CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
# Disabling acceptance tests for now
# No / Low airbyte cloud usage
# - suite: acceptanceTests
# testSecrets:
# - name: SECRET_SOURCE-INSTATUS_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"

View File

@@ -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-instatus"
description = "Source implementation for Instatus."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -67,7 +67,8 @@ The Instatus source connector supports the following [sync modes](https://docs.a
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :---------------------- |
| 0.1.2 | 2024-06-06 | [39167](https://github.com/airbytehq/airbyte/pull/39167) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.1 | 2024-05-21 | [38506](https://github.com/airbytehq/airbyte/pull/38506) | [autopull] base image + poetry + up_to_date |
| 0.1.0 | 2023-04-01 | [21008](https://github.com/airbytehq/airbyte/pull/21008) | Initial (alpha) release |
</details>
</details>