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

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

This commit is contained in:
Augustin
2024-06-06 10:36:20 +02:00
committed by GitHub
parent 858705f76a
commit bd6eae478c
3 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 2544ac39-02be-4bf5-82ad-f52bbb833bf5
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
dockerRepository: airbyte/source-pagerduty
githubIssueLabel: source-pagerduty
icon: pagerduty.svg
@@ -43,5 +43,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"

View File

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

View File

@@ -53,8 +53,9 @@ Key](https://support.pagerduty.com/docs/generating-api-keys#section-generating-a
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------------- | :----------------------------------- |
| 0.2.2 | 2024-06-06 | [39169](https://github.com/airbytehq/airbyte/pull/39169) | [autopull] Upgrade base image to v1.2.2 |
| 0.2.1 | 2024-05-20 | [38429](https://github.com/airbytehq/airbyte/pull/38429) | [autopull] base image + poetry + up_to_date |
| 0.2.0 | 2023-10-20 | [31160](https://github.com/airbytehq/airbyte/pull/31160) | Migrate to low code |
| 0.1.23 | 2021-11-12 | [125](https://github.com/faros-ai/airbyte-connectors/pull/125) | Add Pagerduty source and destination |
</details>
</details>