Skip to content

Commit 819f26f

Browse files
authored
Upgrade terraform-provider-gitlab to v17.2.0 (#676)
This PR was generated via `$ upgrade-provider pulumi/pulumi-gitlab --kind=all --target-bridge-version=latest`. --- - Upgrading terraform-provider-gitlab from 17.1.0 to 17.2.0. Fixes #675
1 parent e58dfcd commit 819f26f

34 files changed

+1954
-162
lines changed

patches/0001-fork.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] fork
55

66

77
diff --git a/internal/provider/sdk/resource_gitlab_project.go b/internal/provider/sdk/resource_gitlab_project.go
8-
index 79e7be15..84cbdcc6 100644
8+
index 54a23f4b..480bcd1e 100644
99
--- a/internal/provider/sdk/resource_gitlab_project.go
1010
+++ b/internal/provider/sdk/resource_gitlab_project.go
1111
@@ -398,33 +398,34 @@ var resourceGitLabProjectSchema = map[string]*schema.Schema{

provider/cmd/pulumi-resource-gitlab/bridge-metadata.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@
454454
"current": "gitlab:index/projectRunnerEnablement:ProjectRunnerEnablement",
455455
"majorVersion": 8
456456
},
457+
"gitlab_project_security_policy_attachment": {
458+
"current": "gitlab:index/projectSecurityPolicyAttachment:ProjectSecurityPolicyAttachment",
459+
"majorVersion": 8
460+
},
457461
"gitlab_project_share_group": {
458462
"current": "gitlab:index/projectShareGroup:ProjectShareGroup",
459463
"majorVersion": 8
@@ -1095,7 +1099,7 @@
10951099
"gitlab:index/integrationTelegram:IntegrationTelegram": 1,
10961100
"gitlab:index/label:Label": 0,
10971101
"gitlab:index/pagesDomain:PagesDomain": 1,
1098-
"gitlab:index/personalAccessToken:PersonalAccessToken": 0,
1102+
"gitlab:index/personalAccessToken:PersonalAccessToken": 1,
10991103
"gitlab:index/pipelineSchedule:PipelineSchedule": 1,
11001104
"gitlab:index/pipelineScheduleVariable:PipelineScheduleVariable": 0,
11011105
"gitlab:index/pipelineTrigger:PipelineTrigger": 0,
@@ -1122,6 +1126,7 @@
11221126
"gitlab:index/projectProtectedEnvironment:ProjectProtectedEnvironment": 1,
11231127
"gitlab:index/projectPushRules:ProjectPushRules": 1,
11241128
"gitlab:index/projectRunnerEnablement:ProjectRunnerEnablement": 0,
1129+
"gitlab:index/projectSecurityPolicyAttachment:ProjectSecurityPolicyAttachment": 1,
11251130
"gitlab:index/projectShareGroup:ProjectShareGroup": 0,
11261131
"gitlab:index/projectTag:ProjectTag": 0,
11271132
"gitlab:index/projectVariable:ProjectVariable": 0,

provider/cmd/pulumi-resource-gitlab/schema.json

+82-25
Large diffs are not rendered by default.

provider/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pulumi/pulumi-gitlab/provider/v8
22

3-
go 1.22.4
3+
go 1.22.5
44

55
require (
66
github.com/pulumi/providertest v0.0.13
@@ -128,7 +128,7 @@ require (
128128
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
129129
github.com/hashicorp/logutils v1.0.0 // indirect
130130
github.com/hashicorp/terraform-plugin-framework v1.10.0 // indirect
131-
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
131+
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 // indirect
132132
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
133133
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
134134
github.com/hashicorp/terraform-plugin-mux v0.16.0 // indirect
@@ -213,7 +213,7 @@ require (
213213
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
214214
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
215215
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
216-
github.com/xanzy/go-gitlab v0.105.0 // indirect
216+
github.com/xanzy/go-gitlab v0.106.0 // indirect
217217
github.com/xanzy/ssh-agent v0.3.3 // indirect
218218
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
219219
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect

provider/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1680,8 +1680,8 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
16801680
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
16811681
github.com/hashicorp/terraform-plugin-framework v1.10.0 h1:xXhICE2Fns1RYZxEQebwkB2+kXouLC932Li9qelozrc=
16821682
github.com/hashicorp/terraform-plugin-framework v1.10.0/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM=
1683-
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
1684-
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0/go.mod h1:jfHGE/gzjxYz6XoUwi/aYiiKrJDeutQNUtGQXkaHklg=
1683+
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 h1:bxZfGo9DIUoLLtHMElsu+zwqI4IsMZQBRRy4iLzZJ8E=
1684+
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0/go.mod h1:wGeI02gEhj9nPANU62F2jCaHjXulejm/X+af4PdZaNo=
16851685
github.com/hashicorp/terraform-plugin-go v0.22.0/go.mod h1:mPULV91VKss7sik6KFEcEu7HuTogMLLO/EvWCuFkRVE=
16861686
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co=
16871687
github.com/hashicorp/terraform-plugin-go v0.23.0/go.mod h1:1E3Cr9h2vMlahWMbsSEcNrOCxovCZhOOIXjFHbjc/lQ=
@@ -2080,8 +2080,8 @@ github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21
20802080
github.com/vmihailenco/tagparser v0.1.1/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI=
20812081
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
20822082
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
2083-
github.com/xanzy/go-gitlab v0.105.0 h1:3nyLq0ESez0crcaM19o5S//SvezOQguuIHZ3wgX64hM=
2084-
github.com/xanzy/go-gitlab v0.105.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
2083+
github.com/xanzy/go-gitlab v0.106.0 h1:EDfD03K74cIlQo2EducfiupVrip+Oj02bq9ofw5F8sA=
2084+
github.com/xanzy/go-gitlab v0.106.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
20852085
github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0=
20862086
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
20872087
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=

sdk/dotnet/ClusterAgentToken.cs

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

sdk/dotnet/DeployKey.cs

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

sdk/dotnet/PersonalAccessToken.cs

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

0 commit comments

Comments
 (0)