File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
airbyte-integrations/connectors/source-primetric
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33build-backend = " poetry.core.masonry.api"
44
55[tool .poetry ]
6- version = " 1.0.0 "
6+ version = " 1.0.1 "
77name = " source-primetric"
88description = " Source implementation for primetric."
99authors = [ " Airbyte <contact@airbyte.io>" ,]
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments