Skip to content

Commit 2733402

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.115.0 (#1185)
This PR was generated via `$ upgrade-provider pulumi/pulumi-newrelic --kind=bridge --pr-reviewers=guineveresaenger --allow-missing-docs=false`. --- - Upgrading pulumi-terraform-bridge from v3.114.0 to v3.115.0.
1 parent fb85ef1 commit 2733402

File tree

648 files changed

+3913
-3551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+3913
-3551
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ require (
176176
lukechampine.com/frand v1.4.2 // indirect
177177
)
178178

179-
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250530111747-935112552988
179+
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250923233607-7f1981c8674a

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

Lines changed: 647 additions & 647 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
module github.com/pulumi/pulumi-newrelic/provider/v5
22

3-
go 1.23.11
3+
go 1.24.0
44

55
toolchain go1.24.6
66

77
require (
88
github.com/newrelic/terraform-provider-newrelic/v2 v2.2.1
99
github.com/pulumi/providertest v0.3.0
10-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.114.0
10+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0
1111
github.com/pulumi/pulumi/sdk/v3 v3.190.0
1212
github.com/stretchr/testify v1.10.0
1313
)
1414

1515
replace (
16-
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250530111747-935112552988
16+
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250923233607-7f1981c8674a
1717
github.com/newrelic/terraform-provider-newrelic/v2 => ../upstream
1818
)
1919

2020
require (
2121
cloud.google.com/go v0.112.1 // indirect
22-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
22+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2323
cloud.google.com/go/iam v1.1.6 // indirect
2424
cloud.google.com/go/storage v1.39.1 // indirect
2525
dario.cat/mergo v1.0.0 // indirect
@@ -48,7 +48,7 @@ require (
4848
github.com/cloudflare/circl v1.6.1 // indirect
4949
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
5050
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
51-
github.com/davecgh/go-spew v1.1.1 // indirect
51+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5252
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
5353
github.com/djherbis/times v1.5.0 // indirect
5454
github.com/edsrzf/mmap-go v1.1.0 // indirect
@@ -60,10 +60,10 @@ require (
6060
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
6161
github.com/go-git/go-billy/v5 v5.6.2 // indirect
6262
github.com/go-git/go-git/v5 v5.16.0 // indirect
63-
github.com/go-logr/logr v1.4.2 // indirect
63+
github.com/go-logr/logr v1.4.3 // indirect
6464
github.com/go-logr/stdr v1.2.2 // indirect
6565
github.com/gogo/protobuf v1.3.2 // indirect
66-
github.com/golang/glog v1.2.4 // indirect
66+
github.com/golang/glog v1.2.5 // indirect
6767
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
6868
github.com/golang/protobuf v1.5.4 // indirect
6969
github.com/google/go-cmp v0.7.0 // indirect
@@ -81,24 +81,24 @@ require (
8181
github.com/hashicorp/go-getter v1.7.5 // indirect
8282
github.com/hashicorp/go-hclog v1.6.3 // indirect
8383
github.com/hashicorp/go-multierror v1.1.1 // indirect
84-
github.com/hashicorp/go-plugin v1.6.3 // indirect
84+
github.com/hashicorp/go-plugin v1.7.0 // indirect
8585
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
8686
github.com/hashicorp/go-safetemp v1.0.0 // indirect
8787
github.com/hashicorp/go-uuid v1.0.3 // indirect
8888
github.com/hashicorp/go-version v1.7.0 // indirect
8989
github.com/hashicorp/hc-install v0.9.2 // indirect
9090
github.com/hashicorp/hcl v1.0.0 // indirect
91-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
91+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
9292
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
9393
github.com/hashicorp/logutils v1.0.0 // indirect
94-
github.com/hashicorp/terraform-exec v0.23.0 // indirect
95-
github.com/hashicorp/terraform-json v0.25.0 // indirect
96-
github.com/hashicorp/terraform-plugin-go v0.28.0 // indirect
94+
github.com/hashicorp/terraform-exec v0.24.0 // indirect
95+
github.com/hashicorp/terraform-json v0.27.1 // indirect
96+
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
9797
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
9898
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
99-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
99+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
100100
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
101-
github.com/hashicorp/yamux v0.1.1 // indirect
101+
github.com/hashicorp/yamux v0.1.2 // indirect
102102
github.com/huandu/xstrings v1.3.3 // indirect
103103
github.com/iancoleman/strcase v0.3.0 // indirect
104104
github.com/imdario/mergo v0.3.16 // indirect
@@ -143,7 +143,7 @@ require (
143143
github.com/pjbgf/sha1cd v0.3.2 // indirect
144144
github.com/pkg/errors v0.9.1 // indirect
145145
github.com/pkg/term v1.1.0 // indirect
146-
github.com/pmezard/go-difflib v1.0.0 // indirect
146+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
147147
github.com/posener/complete v1.2.3 // indirect
148148
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
149149
github.com/pulumi/esc v0.17.0 // indirect
@@ -181,33 +181,33 @@ require (
181181
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
182182
github.com/xanzy/ssh-agent v0.3.3 // indirect
183183
github.com/yuin/goldmark v1.7.4 // indirect
184-
github.com/zclconf/go-cty v1.16.2 // indirect
184+
github.com/zclconf/go-cty v1.17.0 // indirect
185185
go.opencensus.io v0.24.0 // indirect
186186
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
187187
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
188188
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
189-
go.opentelemetry.io/otel v1.36.0 // indirect
190-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
191-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
189+
go.opentelemetry.io/otel v1.37.0 // indirect
190+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
191+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
192192
go.uber.org/atomic v1.10.0 // indirect
193-
golang.org/x/crypto v0.39.0 // indirect
194-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
195-
golang.org/x/mod v0.25.0 // indirect
196-
golang.org/x/net v0.40.0 // indirect
193+
golang.org/x/crypto v0.42.0 // indirect
194+
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
195+
golang.org/x/mod v0.27.0 // indirect
196+
golang.org/x/net v0.43.0 // indirect
197197
golang.org/x/oauth2 v0.30.0 // indirect
198-
golang.org/x/sync v0.15.0 // indirect
199-
golang.org/x/sys v0.33.0 // indirect
200-
golang.org/x/term v0.32.0 // indirect
201-
golang.org/x/text v0.26.0 // indirect
198+
golang.org/x/sync v0.17.0 // indirect
199+
golang.org/x/sys v0.36.0 // indirect
200+
golang.org/x/term v0.35.0 // indirect
201+
golang.org/x/text v0.29.0 // indirect
202202
golang.org/x/time v0.5.0 // indirect
203-
golang.org/x/tools v0.33.0 // indirect
203+
golang.org/x/tools v0.36.0 // indirect
204204
google.golang.org/api v0.169.0 // indirect
205205
google.golang.org/appengine v1.6.8 // indirect
206206
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
207-
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
208-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
209-
google.golang.org/grpc v1.72.1 // indirect
210-
google.golang.org/protobuf v1.36.6 // indirect
207+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
208+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
209+
google.golang.org/grpc v1.75.1 // indirect
210+
google.golang.org/protobuf v1.36.9 // indirect
211211
gopkg.in/sourcemap.v1 v1.0.5 // indirect
212212
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
213213
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)