Skip to content

Commit

Permalink
Upgrade terraform-provider-harbor to v3.9.4 (#121)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks
  • Loading branch information
dirien committed Jul 18, 2023
1 parent 56b1aae commit fbad866
Show file tree
Hide file tree
Showing 34 changed files with 749 additions and 105 deletions.
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-harbor/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@
},
"projectId": {
"type": "string",
"description": "The project id of the harbor that webhook related to.\n"
"description": "The project id (**/projects/ID**) of the harbor that webhook related to.\n"
},
"skipCertVerify": {
"type": "boolean",
Expand Down Expand Up @@ -1396,7 +1396,7 @@
},
"projectId": {
"type": "string",
"description": "The project id of the harbor that webhook related to.\n"
"description": "The project id (**/projects/ID**) of the harbor that webhook related to.\n"
},
"skipCertVerify": {
"type": "boolean",
Expand Down Expand Up @@ -1446,7 +1446,7 @@
},
"projectId": {
"type": "string",
"description": "The project id of the harbor that webhook related to.\n"
"description": "The project id (**/projects/ID**) of the harbor that webhook related to.\n"
},
"skipCertVerify": {
"type": "boolean",
Expand Down
20 changes: 10 additions & 10 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module github.com/pulumiverse/pulumi-harbor/provider/v3

go 1.20

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230327102345-3fa930f86570
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230710100801-03a71d0fca3d

require (
github.com/goharbor/terraform-provider-harbor v1.4.1-0.20230612135319-b2e9f761a36e
github.com/pulumi/pulumi-terraform-bridge/v3 v3.53.0
github.com/goharbor/terraform-provider-harbor v1.4.1-0.20230713153442-10a7b0dd31c5
github.com/pulumi/pulumi-terraform-bridge/v3 v3.54.0
github.com/pulumi/pulumi/sdk/v3 v3.75.0
)

Expand All @@ -18,7 +18,7 @@ require (
cloud.google.com/go/kms v1.10.1 // indirect
cloud.google.com/go/logging v1.7.0 // indirect
cloud.google.com/go/longrunning v0.4.1 // indirect
cloud.google.com/go/storage v1.28.1 // indirect
cloud.google.com/go/storage v1.29.0 // indirect
github.com/AlecAivazis/survey/v2 v2.0.5 // indirect
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect
Expand All @@ -42,8 +42,8 @@ require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
Expand Down Expand Up @@ -86,8 +86,8 @@ require (
github.com/fatih/color v1.15.0 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.4.0 // indirect
github.com/go-git/go-git/v5 v5.6.0 // indirect
github.com/go-git/go-billy/v5 v5.4.1 // indirect
github.com/go-git/go-git/v5 v5.6.1 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
Expand Down Expand Up @@ -178,7 +178,7 @@ require (
github.com/pulumi/pulumi-java/pkg v0.9.4 // indirect
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4 // indirect
github.com/pulumi/pulumi-yaml v1.1.1 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.74.0 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.75.0 // indirect
github.com/pulumi/schema-tools v0.1.2 // indirect
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
Expand Down Expand Up @@ -222,7 +222,7 @@ require (
golang.org/x/sys v0.9.0 // indirect
golang.org/x/term v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/time v0.1.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.114.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
656 changes: 622 additions & 34 deletions provider/go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sdk/dotnet/ProjectWebhook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public partial class ProjectWebhook : global::Pulumi.CustomResource
public Output<string> NotifyType { get; private set; } = null!;

/// <summary>
/// The project id of the harbor that webhook related to.
/// The project id (**/projects/ID**) of the harbor that webhook related to.
/// </summary>
[Output("projectId")]
public Output<string> ProjectId { get; private set; } = null!;
Expand Down Expand Up @@ -166,7 +166,7 @@ public InputList<string> EventsTypes
public Input<string> NotifyType { get; set; } = null!;

/// <summary>
/// The project id of the harbor that webhook related to.
/// The project id (**/projects/ID**) of the harbor that webhook related to.
/// </summary>
[Input("projectId", required: true)]
public Input<string> ProjectId { get; set; } = null!;
Expand Down Expand Up @@ -234,7 +234,7 @@ public InputList<string> EventsTypes
public Input<string>? NotifyType { get; set; }

/// <summary>
/// The project id of the harbor that webhook related to.
/// The project id (**/projects/ID**) of the harbor that webhook related to.
/// </summary>
[Input("projectId")]
public Input<string>? ProjectId { get; set; }
Expand Down
3 changes: 3 additions & 0 deletions sdk/go/harbor/config/config.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/configAuth.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/configEmail.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/configSecurity.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/configSystem.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/garbageCollection.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/getProject.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/getRegistry.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/group.go

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

3 changes: 2 additions & 1 deletion sdk/go/harbor/immutableTagRule.go

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

6 changes: 5 additions & 1 deletion sdk/go/harbor/init.go

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

0 comments on commit fbad866

Please sign in to comment.