Skip to content

Commit c62ac8c

Browse files
authored
source-primetric: [autopull] Upgrade base image to v1.2.1 (#38956)
1 parent 37755cb commit c62ac8c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-primetric/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ data:
2020
# Please update to the latest version of the connector base image.
2121
# https://hub.docker.com/r/airbyte/python-connector-base
2222
# Please use the full address with sha256 hash to guarantee build reproducibility.
23-
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
23+
baseImage: docker.io/airbyte/python-connector-base:1.2.1@sha256:4a4255e2bccab71fa5912487e42d9755cdecffae77273fed8be01a081cd6e795
2424
connectorSubtype: api
2525
connectorType: source
2626
definitionId: f636c3c6-4077-45ac-b109-19fc62a283c1
27-
dockerImageTag: 1.0.0
27+
dockerImageTag: 1.0.1
2828
dockerRepository: airbyte/source-primetric
2929
githubIssueLabel: source-primetric
3030
icon: primetric.svg

airbyte-integrations/connectors/source-primetric/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.0.0"
6+
version = "1.0.1"
77
name = "source-primetric"
88
description = "Source implementation for primetric."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/primetric.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ your employees to the right projects.
5757

5858
| Version | Date | Pull Request | Subject |
5959
| :------ | :--------- | :------------------------------------------------------- | :---------------------- |
60-
| 1.0.0 | 2024-04-01 | [36508](https://github.com/airbytehq/airbyte/pull/36508) | Migrate to low code cdk |
61-
| 0.1.0 | 2022-09-05 | [15880](https://github.com/airbytehq/airbyte/pull/15880) | Initial implementation |
60+
| 1.0.1 | 2024-06-04 | [38956](https://github.com/airbytehq/airbyte/pull/38956) | [autopull] Upgrade base image to v1.2.1 |
61+
| 1.0.0 | 2024-04-01 | [36508](https://github.com/airbytehq/airbyte/pull/36508) | Migrate to low code cdk |
62+
| 0.1.0 | 2022-09-05 | [15880](https://github.com/airbytehq/airbyte/pull/15880) | Initial implementation |

0 commit comments

Comments
 (0)