Skip to content

Commit

Permalink
Upgrade terraform-provider-pagerduty to v3.15.0 (#578)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-pagerduty`.

---

- Upgrading terraform-provider-pagerduty from 3.14.5  to 3.15.0.
	Fixes #576
  • Loading branch information
guineveresaenger authored Jul 24, 2024
2 parents 028fe18 + 2a113ff commit 4243f8b
Show file tree
Hide file tree
Showing 57 changed files with 1,736 additions and 113 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: guineveresaenger <[email protected]>
Date: Wed, 24 Jul 2024 10:05:19 -0700
Subject: [PATCH] Add file explaining why this provider is patched


diff --git a/UPSTEAM_VENDORED.md b/UPSTEAM_VENDORED.md
new file mode 100644
index 00000000..e07ed16d
--- /dev/null
+++ b/UPSTEAM_VENDORED.md
@@ -0,0 +1,5 @@
+This file exists because due to incorrect upstream go mod versioning, we need to vendor these files.
+We do so via patching.
+There are no actual functional patches to upstream code, but our patching process demands the `patches` folder
+to be non-empty so that the patches mechanic can be invoked.
+

This file was deleted.

9 changes: 8 additions & 1 deletion provider/cmd/pulumi-resource-pagerduty/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,14 @@
"elem": {
"fields": {
"actions": {
"maxItemsOne": true
"maxItemsOne": true,
"elem": {
"fields": {
"dynamic_route_to": {
"maxItemsOne": false
}
}
}
},
"condition": {
"maxItemsOne": false
Expand Down
51 changes: 46 additions & 5 deletions provider/cmd/pulumi-resource-pagerduty/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 @@ -140,7 +140,7 @@ require (
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault/api v1.12.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/heimweh/go-pagerduty v0.0.0-20240503143637-3459408ac715 // indirect
github.com/heimweh/go-pagerduty v0.0.0-20240722154207-95f2261a009a // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1692,8 +1692,8 @@ github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKe
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=
github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
github.com/heimweh/go-pagerduty v0.0.0-20240503143637-3459408ac715 h1:DbdS2LIPkhsqgRcQzOAux0RpTJSH8VYOrN4rZZgznak=
github.com/heimweh/go-pagerduty v0.0.0-20240503143637-3459408ac715/go.mod h1:r59w5iyN01Qvi734yA5hZldbSeJJmsJzee/1kQ/MK7s=
github.com/heimweh/go-pagerduty v0.0.0-20240722154207-95f2261a009a h1:s7Z3DLwXMmfoeLEpgF8tfIxXGs8o734zcEVICTvAkAQ=
github.com/heimweh/go-pagerduty v0.0.0-20240722154207-95f2261a009a/go.mod h1:r59w5iyN01Qvi734yA5hZldbSeJJmsJzee/1kQ/MK7s=
github.com/hexops/autogold v1.3.0 h1:IEtGNPxBeBu8RMn8eKWh/Ll9dVNgSnJ7bp/qHgMQ14o=
github.com/hexops/autogold v1.3.0/go.mod h1:d4hwi2rid66Sag+BVuHgwakW/EmaFr8vdTSbWDbrDRI=
github.com/hexops/autogold/v2 v2.2.1 h1:JPUXuZQGkcQMv7eeDXuNMovjfoRYaa0yVcm+F3voaGY=
Expand Down
22 changes: 21 additions & 1 deletion sdk/dotnet/EventOrchestrationGlobal.cs

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

31 changes: 26 additions & 5 deletions sdk/dotnet/EventOrchestrationRouter.cs

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

22 changes: 21 additions & 1 deletion sdk/dotnet/EventOrchestrationService.cs

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

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

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

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

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

15 changes: 12 additions & 3 deletions sdk/dotnet/Inputs/EventOrchestrationRouterSetRuleActionsArgs.cs

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

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

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

Loading

0 comments on commit 4243f8b

Please sign in to comment.