Skip to content

Commit

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

---

- Updating Java Gen version from 0.15.0 to 0.16.0.
- Upgrading terraform-provider-newrelic from 3.45.2  to 3.46.0.
	Fixes #872
  • Loading branch information
guineveresaenger authored Sep 13, 2024
2 parents b09ab3f + 3eebcbc commit ed46368
Show file tree
Hide file tree
Showing 28 changed files with 1,978 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.0
18 changes: 18 additions & 0 deletions provider/cmd/pulumi-resource-newrelic/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2167,9 +2167,15 @@
"current": "newrelic:synthetics/monitor:Monitor",
"majorVersion": 5,
"fields": {
"browsers": {
"maxItemsOne": false
},
"custom_header": {
"maxItemsOne": false
},
"devices": {
"maxItemsOne": false
},
"locations_private": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -2211,6 +2217,12 @@
"current": "newrelic:synthetics/scriptMonitor:ScriptMonitor",
"majorVersion": 5,
"fields": {
"browsers": {
"maxItemsOne": false
},
"devices": {
"maxItemsOne": false
},
"location_private": {
"maxItemsOne": false
},
Expand All @@ -2237,6 +2249,12 @@
"current": "newrelic:synthetics/stepMonitor:StepMonitor",
"majorVersion": 5,
"fields": {
"browsers": {
"maxItemsOne": false
},
"devices": {
"maxItemsOne": false
},
"location_private": {
"maxItemsOne": false
},
Expand Down
162 changes: 144 additions & 18 deletions provider/cmd/pulumi-resource-newrelic/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 @@ -166,7 +166,7 @@ require (
github.com/muesli/termenv v0.15.2 // indirect
github.com/natefinch/atomic v1.0.1 // indirect
github.com/newrelic/go-insights v1.0.3 // indirect
github.com/newrelic/newrelic-client-go/v2 v2.44.0 // indirect
github.com/newrelic/newrelic-client-go/v2 v2.45.0 // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/opentracing/basictracer-go v1.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1923,8 +1923,8 @@ github.com/newrelic/go-agent/v3 v3.30.0 h1:ZXHCT/Cot4iIPwcegCZURuRQOsfmGA6wilW+S
github.com/newrelic/go-agent/v3 v3.30.0/go.mod h1:9utrgxlSryNqRrTvII2XBL+0lpofXbqXApvVWPpbzUg=
github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fzau3OQ=
github.com/newrelic/go-insights v1.0.3/go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4=
github.com/newrelic/newrelic-client-go/v2 v2.44.0 h1:n4zP64Hfui8pjW/D3tbE1Hi+Acbpz8nBIrI2miEAGiI=
github.com/newrelic/newrelic-client-go/v2 v2.44.0/go.mod h1:pDFY24/6iIMEbPIdowTRrRn9YYwkXc3j+B+XpTb4oF4=
github.com/newrelic/newrelic-client-go/v2 v2.45.0 h1:3zaJqE4V2n07b8Fx3byV+WeJSdeTeR4sW6yVSXrrNN4=
github.com/newrelic/newrelic-client-go/v2 v2.45.0/go.mod h1:pDFY24/6iIMEbPIdowTRrRn9YYwkXc3j+B+XpTb4oF4=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nightlyone/lockfile v1.0.0 h1:RHep2cFKK4PonZJDdEl4GmkabuhbsRMgk/k3uAmxBiA=
github.com/nightlyone/lockfile v1.0.0/go.mod h1:rywoIealpdNse2r832aiD9jRk8ErCatROs6LzC841CI=
Expand Down
118 changes: 98 additions & 20 deletions sdk/dotnet/Synthetics/Monitor.cs

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

Loading

0 comments on commit ed46368

Please sign in to comment.