Skip to content

Commit

Permalink
Upgrade terraform-provider-gitlab to v16.11.0 (#570)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-gitlab
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-gitlab from 16.10.0  to 16.11.0.
	Fixes #569
  • Loading branch information
pulumi-bot authored Apr 19, 2024
1 parent a2c551c commit 88ccd0c
Show file tree
Hide file tree
Showing 123 changed files with 5,480 additions and 473 deletions.
9 changes: 7 additions & 2 deletions provider/cmd/pulumi-resource-gitlab/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,10 @@
}
}
},
"gitlab_compliance_framework": {
"current": "gitlab:index/getComplianceFramework:getComplianceFramework",
"majorVersion": 6
},
"gitlab_current_user": {
"current": "gitlab:index/getCurrentUser:getCurrentUser",
"majorVersion": 6
Expand Down Expand Up @@ -1040,7 +1044,7 @@
"gitlab:index/deployToken:DeployToken": 0,
"gitlab:index/globalLevelNotifications:GlobalLevelNotifications": 1,
"gitlab:index/group:Group": 0,
"gitlab:index/groupAccessToken:GroupAccessToken": 0,
"gitlab:index/groupAccessToken:GroupAccessToken": 1,
"gitlab:index/groupBadge:GroupBadge": 0,
"gitlab:index/groupCluster:GroupCluster": 0,
"gitlab:index/groupCustomAttribute:GroupCustomAttribute": 0,
Expand Down Expand Up @@ -1073,7 +1077,7 @@
"gitlab:index/pipelineScheduleVariable:PipelineScheduleVariable": 0,
"gitlab:index/pipelineTrigger:PipelineTrigger": 0,
"gitlab:index/project:Project": 0,
"gitlab:index/projectAccessToken:ProjectAccessToken": 0,
"gitlab:index/projectAccessToken:ProjectAccessToken": 1,
"gitlab:index/projectApprovalRule:ProjectApprovalRule": 0,
"gitlab:index/projectBadge:ProjectBadge": 0,
"gitlab:index/projectCluster:ProjectCluster": 0,
Expand Down Expand Up @@ -1121,6 +1125,7 @@
"gitlab:index/getBranch:getBranch": 0,
"gitlab:index/getClusterAgent:getClusterAgent": 0,
"gitlab:index/getClusterAgents:getClusterAgents": 0,
"gitlab:index/getComplianceFramework:getComplianceFramework": 1,
"gitlab:index/getCurrentUser:getCurrentUser": 0,
"gitlab:index/getGroup:getGroup": 0,
"gitlab:index/getGroupHook:getGroupHook": 0,
Expand Down
368 changes: 300 additions & 68 deletions provider/cmd/pulumi-resource-gitlab/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ require (
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/go-gitlab v0.100.0 // indirect
github.com/xanzy/go-gitlab v0.102.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3055,8 +3055,8 @@ github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV
github.com/vultr/govultr/v2 v2.17.2/go.mod h1:ZFOKGWmgjytfyjeyAdhQlSWwTjh2ig+X49cAp50dzXI=
github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
github.com/willf/bitset v1.1.11/go.mod h1:83CECat5yLh5zVOf4P1ErAgKA5UDvKtgyUABdr3+MjI=
github.com/xanzy/go-gitlab v0.100.0 h1:jaOtYj5nWI19+9oVVmgy233pax2oYqucwetogYU46ks=
github.com/xanzy/go-gitlab v0.100.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
github.com/xanzy/go-gitlab v0.102.0 h1:ExHuJ1OTQ2yt25zBMMj0G96ChBirGYv8U7HyUiYkZ+4=
github.com/xanzy/go-gitlab v0.102.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
Expand Down
176 changes: 176 additions & 0 deletions sdk/dotnet/GetComplianceFramework.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdk/dotnet/GetGroupHook.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdk/dotnet/GetProject.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdk/dotnet/GetProjectHook.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions sdk/dotnet/Group.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88ccd0c

Please sign in to comment.