Skip to content

Commit

Permalink
source-sap-fieldglass: [autopull] Upgrade base image to v1.2.1 (#39021)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jun 5, 2024
1 parent 6ec9914 commit cda1738
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: ec5f3102-fb31-4916-99ae-864faf8e7e25
dockerImageTag: 0.1.2
dockerImageTag: 0.1.3
dockerRepository: airbyte/source-sap-fieldglass
githubIssueLabel: source-sap-fieldglass
icon: sapfieldglass.svg
Expand Down Expand Up @@ -35,5 +35,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.1@sha256:4a4255e2bccab71fa5912487e42d9755cdecffae77273fed8be01a081cd6e795
metadataSpecVersion: "1.0"
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-sap-fieldglass"
description = "Source implementation for Sap Fieldglass."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/sap-fieldglass.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ This page contains the setup guide and reference information for the SAP Fieldgl

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :---------------------------------------------- |:--------------------------------------------|
| 0.1.2 | 2024-05-28 | [38689](https://github.com/airbytehq/airbyte/pull/38689) | Make connector compatible with Builder |
| 0.1.3 | 2024-06-04 | [39021](https://github.com/airbytehq/airbyte/pull/39021) | [autopull] Upgrade base image to v1.2.1 |
| 0.1.2 | 2024-05-28 | [38689](https://github.com/airbytehq/airbyte/pull/38689) | Make connector compatible with Builder |
| 0.1.1 | 2024-05-20 | [38384](https://github.com/airbytehq/airbyte/pull/38384) | [autopull] base image + poetry + up_to_date |
| 0.1.0 | 2022-10-22 | https://github.com/airbytehq/airbyte/pull/18656 | Initial commit |

Expand Down

0 comments on commit cda1738

Please sign in to comment.