Skip to content

Commit

Permalink
Upgrade terraform-provider-newrelic to v3.43.0 (#851)
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`.

---

- Upgrading terraform-provider-newrelic from 3.42.3  to 3.43.0.
	Fixes #850
  • Loading branch information
pulumi-bot authored Aug 27, 2024
1 parent c446213 commit d601287
Show file tree
Hide file tree
Showing 37 changed files with 606 additions and 186 deletions.
51 changes: 48 additions & 3 deletions provider/cmd/pulumi-resource-newrelic/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13337,6 +13337,9 @@
"uri": {
"type": "string",
"description": "The URI the monitor runs against.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -13398,6 +13401,9 @@
"uri": {
"type": "string",
"description": "The URI the monitor runs against.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"requiredInputs": [
Expand Down Expand Up @@ -13465,6 +13471,9 @@
"uri": {
"type": "string",
"description": "The URI the monitor runs against.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -13517,7 +13526,7 @@
},
"runtimeTypeVersion": {
"type": "string",
"description": "The specific version of the runtime type selected.\n\n\u003e **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.\n\n\u003e **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after August 26, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.\n"
"description": "The specific semver version of the runtime type.\n"
},
"status": {
"type": "string",
Expand All @@ -13529,6 +13538,9 @@
"$ref": "#/types/newrelic:synthetics/CertCheckMonitorTag:CertCheckMonitorTag"
},
"description": "The tags that will be associated with the monitor. See Nested tag blocks below for details\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -13581,7 +13593,7 @@
},
"runtimeTypeVersion": {
"type": "string",
"description": "The specific version of the runtime type selected.\n\n\u003e **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.\n\n\u003e **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after August 26, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.\n"
"description": "The specific semver version of the runtime type.\n"
},
"status": {
"type": "string",
Expand All @@ -13593,6 +13605,9 @@
"$ref": "#/types/newrelic:synthetics/CertCheckMonitorTag:CertCheckMonitorTag"
},
"description": "The tags that will be associated with the monitor. See Nested tag blocks below for details\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"requiredInputs": [
Expand Down Expand Up @@ -13648,7 +13663,7 @@
},
"runtimeTypeVersion": {
"type": "string",
"description": "The specific version of the runtime type selected.\n\n\u003e **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `NODE_API` and `16.10` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.\n\n\u003e **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after August 26, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.\n"
"description": "The specific semver version of the runtime type.\n"
},
"status": {
"type": "string",
Expand All @@ -13660,6 +13675,9 @@
"$ref": "#/types/newrelic:synthetics/CertCheckMonitorTag:CertCheckMonitorTag"
},
"description": "The tags that will be associated with the monitor. See Nested tag blocks below for details\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -13756,6 +13774,9 @@
"type": "string",
"description": "The URI the monitor runs against.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
},
"validationString": {
"type": "string",
"description": "Validation text for monitor to search for at given URI.\n"
Expand Down Expand Up @@ -13859,6 +13880,9 @@
"type": "string",
"description": "The URI the monitor runs against.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
},
"validationString": {
"type": "string",
"description": "Validation text for monitor to search for at given URI.\n"
Expand Down Expand Up @@ -13964,6 +13988,9 @@
"type": "string",
"description": "The URI the monitor runs against.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
},
"validationString": {
"type": "string",
"description": "Validation text for monitor to search for at given URI.\n"
Expand Down Expand Up @@ -14304,6 +14331,9 @@
"type": {
"type": "string",
"description": "The plaintext representing the monitor script. Valid values are SCRIPT_BROWSER or SCRIPT_API\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -14386,6 +14416,9 @@
"type": "string",
"description": "The plaintext representing the monitor script. Valid values are SCRIPT_BROWSER or SCRIPT_API\n",
"willReplaceOnChanges": true
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"requiredInputs": [
Expand Down Expand Up @@ -14474,6 +14507,9 @@
"type": "string",
"description": "The plaintext representing the monitor script. Valid values are SCRIPT_BROWSER or SCRIPT_API\n",
"willReplaceOnChanges": true
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -14635,6 +14671,9 @@
"$ref": "#/types/newrelic:synthetics/StepMonitorTag:StepMonitorTag"
},
"description": "The tags that will be associated with the monitor. See Nested tag blocks below for details.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -14703,6 +14742,9 @@
"$ref": "#/types/newrelic:synthetics/StepMonitorTag:StepMonitorTag"
},
"description": "The tags that will be associated with the monitor. See Nested tag blocks below for details.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"requiredInputs": [
Expand Down Expand Up @@ -14777,6 +14819,9 @@
"$ref": "#/types/newrelic:synthetics/StepMonitorTag:StepMonitorTag"
},
"description": "The tags that will be associated with the monitor. See Nested tag blocks below for details.\n"
},
"useUnsupportedLegacyRuntime": {
"type": "boolean"
}
},
"type": "object"
Expand Down
9 changes: 9 additions & 0 deletions sdk/dotnet/Synthetics/BrokenLinksMonitor.cs

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

27 changes: 12 additions & 15 deletions sdk/dotnet/Synthetics/CertCheckMonitor.cs

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

9 changes: 9 additions & 0 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 d601287

Please sign in to comment.