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

🐙 source-gitlab: run up-to-date pipeline [2025-01-11] (#44671)

Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
This commit is contained in:
Airbyte
2025-01-15 12:10:54 +02:00
committed by GitHub
parent 90f3b558b1
commit 43ab110851
3 changed files with 4 additions and 3 deletions

View File

@@ -6,11 +6,11 @@ data:
hosts:
- ${api_url}
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
connectorSubtype: api
connectorType: source
definitionId: 5e6175e5-68e1-4c17-bff9-56103bbb0d80
dockerImageTag: 4.3.3
dockerImageTag: 4.3.4
dockerRepository: airbyte/source-gitlab
documentationUrl: https://docs.airbyte.com/integrations/sources/gitlab
githubIssueLabel: source-gitlab

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "4.3.3"
version = "4.3.4"
name = "source-gitlab"
description = "Source implementation for GitLab."
authors = [ "Airbyte <contact@airbyte.io>",]