Skip to content

Commit 9e703da

Browse files
authored
🐙 source-gitlab: run up-to-date pipeline [2024-08-03] (#43058)
1 parent fef2bd8 commit 9e703da

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 5e6175e5-68e1-4c17-bff9-56103bbb0d80
13-
dockerImageTag: 4.3.0
13+
dockerImageTag: 4.3.1
1414
dockerRepository: airbyte/source-gitlab
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/gitlab
1616
githubIssueLabel: source-gitlab

airbyte-integrations/connectors/source-gitlab/poetry.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
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 = "4.3.0"
6+
version = "4.3.1"
77
name = "source-gitlab"
88
description = "Source implementation for GitLab."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/gitlab.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Gitlab has the [rate limits](https://docs.gitlab.com/ee/user/gitlab_com/index.ht
112112

113113
| Version | Date | Pull Request | Subject |
114114
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
115+
| 4.3.1 | 2024-08-03 | [43058](https://github.com/airbytehq/airbyte/pull/43058) | Update dependencies |
115116
| 4.3.0 | 2024-07-31 | [42920](https://github.com/airbytehq/airbyte/pull/42920) | Migrate to CDK v4.1.0 |
116117
| 4.2.2 | 2024-07-27 | [42601](https://github.com/airbytehq/airbyte/pull/42601) | Update dependencies |
117118
| 4.2.1 | 2024-07-20 | [42295](https://github.com/airbytehq/airbyte/pull/42295) | Update dependencies |

0 commit comments

Comments
 (0)