You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade pulumi-terraform-bridge to v3.113.0 (#969)
This PR was generated via `$ upgrade-provider pulumi/pulumi-gitlab
--kind=bridge --pr-reviewers=guineveresaenger
--allow-missing-docs=false`.
---
- Upgrading pulumi-terraform-bridge from v3.112.0 to v3.113.0.
Use the GitLab provider to interact with GitLab resources, like
19
21
users, groups, projects and more. You must configure the provider with
20
22
the proper credentials before you can use it.
21
23
22
-
The provider uses the [`xanzy/go-gitlab`](https://github.com/xanzy/go-gitlab) library
23
-
to interact with the [GitLab REST API](https://docs.gitlab.com/ee/api/api_resources.html).
24
+
The provider uses the [`client-go`](https://gitlab.com/gitlab-org/api/client-go) library
25
+
to interact with the [GitLab REST API](https://docs.gitlab.com/api/api_resources/).
26
+
27
+
We support the following versions:
28
+
29
+
- Latest 3 patch releases within a major release. For example, if current is 17.8, we support 17.6-17.8. Or if current is 18.1, we support 18.0-18.1.
30
+
- We introduce any breaking changes on major releases only. For example, 17.0 or 18.0.
31
+
- We run tests against the latest 3 patch releases regardless of whether these cross a major release boundary. For example, if current is 17.8, we test 17.6-17.8. Or if current is 18.1, we test 17.11-18.1.
32
+
33
+
All other versions are best effort support.
34
+
35
+
> Note, that the compatibility between a provider release and GitLab itself **cannot** be inferred from the
36
+
release version. New features added to GitLab may not be added to the provider until later versions.
37
+
Equally, features removed or deprecated in GitLab may not be removed or deprecated from the provider until later versions.
24
38
25
39
Each function and resource references the appropriate upstream GitLab REST API documentation,
26
40
which may be consumed to better understand the behavior of the API.
-`headers` (Map of String) A map of headers to append to all API request to the GitLab instance.
415
429
-`insecure` (Boolean) When set to true this disables SSL verification of the connection to the GitLab instance.
416
430
-`retries` (Number) The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
417
-
-`token` (String, Sensitive) The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to connect to GitLab. The OAuth method is used in this provider for authentication (using Bearer authorization token). See <https://docs.gitlab.com/ee/api/#authentication> for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
431
+
-`token` (String, Sensitive) The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to connect to GitLab. The OAuth method is used in this provider for authentication (using Bearer authorization token). See <https://docs.gitlab.com/api/#authentication> for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
0 commit comments