Skip to content

Commit

Permalink
source-gainsight-px: [autopull] Upgrade base image to v1.2.1 (#38979)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 5, 2024
1 parent edd97a1 commit 53f92f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data:
hosts:
- api.aptrinsic.com/v1
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
remoteRegistries:
pypi:
enabled: true
Expand All @@ -16,7 +16,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 0da3b186-8879-4e94-8738-55b48762f1e8
dockerImageTag: 0.1.2
dockerImageTag: 0.1.3
dockerRepository: airbyte/source-gainsight-px
githubIssueLabel: source-gainsight-px
icon: gainsight-px.svg
Expand Down
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.2"
version = "0.1.3"
name = "source-gainsight-px"
description = "Source implementation for Gainsight Px."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
9 changes: 5 additions & 4 deletions docs/integrations/sources/gainsight-px.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ Gainsight-PX-API's [API reference](https://gainsightpx.docs.apiary.io/) has v1 a

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- |:----------------------------------------|
| 0.1.2 | 2024-05-28 | [38669](https://github.com/airbytehq/airbyte/pull/38669) | Make connector compatible with Builder |
| 0.1.1 | 2024-05-03 | [37593](https://github.com/airbytehq/airbyte/pull/37593) | Changed `last_records` to `last_record` |
| 0.1.0 | 2023-05-10 | [26998](https://github.com/airbytehq/airbyte/pull/26998) | Initial PR |
| 0.1.3 | 2024-06-04 | [38979](https://github.com/airbytehq/airbyte/pull/38979) | [autopull] Upgrade base image to v1.2.1 |
| 0.1.2 | 2024-05-28 | [38669](https://github.com/airbytehq/airbyte/pull/38669) | Make connector compatible with Builder |
| 0.1.1 | 2024-05-03 | [37593](https://github.com/airbytehq/airbyte/pull/37593) | Changed `last_records` to `last_record` |
| 0.1.0 | 2023-05-10 | [26998](https://github.com/airbytehq/airbyte/pull/26998) | Initial PR |

</details>
</details>

0 comments on commit 53f92f2

Please sign in to comment.