You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terraform-enterprise/v202506-1/docs/enterprise/api-docs/admin/opa-versions.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,14 +171,14 @@ This POST endpoint requires a JSON object with the following properties as a req
171
171
172
172
Properties without a default value are required.
173
173
174
-
~> **Note:** The `archs[n].url` and `archs[n].sha` fields are the recommended way to set the URL and SHA-256 checksum of an OPA binary. The `url` and `sha` fields are in the process of being deprecated but can still be used to set Linux amd64 URL and SHA-256 checksums.
174
+
We recommend setting the URL and SHA-256 checksum of an OPA binary in the `archs[n].url` and `archs[n].sha` fields.
|`data.type`| string || Must be `"opa-versions"`. |
179
179
|`data.attributes.version`| string || A semantic version string in N.N.N or N.N.N-bundleName format (`"0.11.0"` or `"0.12.20-beta1"`). |
180
-
|`data.attributes.url`| string ||**Soon to be deprecated.**The URL where you can download the Linux amd64 binary of this version. |
181
-
|`data.attributes.sha`| string ||**Soon to be deprecated.**The SHA-256 checksum of the Linux amd64 OPA binary. |
180
+
|`data.attributes.url`| string || The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead.|
181
+
|`data.attributes.sha`| string || The SHA-256 checksum of the Linux amd64 Sentinel binary. This field is under review. We recommend using the `archs[n].sha` field instead.|
182
182
|`data.attributes.deprecated`| bool |`false`| Whether or not this version of OPA is deprecated. |
183
183
|`data.attributes.deprecated-reason`| string |`null`| Additional context about why a version of OPA is deprecated. Field is null unless deprecated is `true`. |
184
184
|`data.attributes.official`| bool |`false`| Whether or not this is an official release of OPA. |
@@ -347,14 +347,14 @@ This PATCH endpoint requires a JSON object with the following properties as a re
347
347
348
348
Properties without a default value are required.
349
349
350
-
~> **Note:** The `archs[n].url` and `archs[n].sha` fields are the recommended way to set the URL and SHA-256 checksum of an OPA binary. The `url` and `sha` fields are in the process of being deprecated but can still be used to set Linux amd64 URL and SHA-256 checksums.
350
+
We recommend setting the URL and SHA-256 checksum of an OPA binary in the `archs[n].url` and `archs[n].sha` fields.
|`data.type`| string || Must be `"opa-versions"`. |
355
355
|`data.attributes.version`| string | (previous value) | A semantic version string in N.N.N or N.N.N-bundleName format (`"0.11.0"` or `"0.12.20-beta1"`). |
356
-
|`data.attributes.url`| string | (previous value) |**Soon to be deprecated.**The URL where you can download the Linux amd64 binary of this version. |
357
-
|`data.attributes.sha`| string | (previous value) |**Soon to be deprecated.**The SHA-256 checksum of the Linux amd64 OPA binary. |
356
+
|`data.attributes.url`| string | (previous value) | The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead.|
357
+
|`data.attributes.sha`| string | (previous value) | The SHA-256 checksum of the Linux amd64 Sentinel binary. This field is under review. We recommend using the `archs[n].sha` field instead.|
358
358
|`data.attributes.official`| bool | (previous value) | Whether or not this is an official release of OPA. |
359
359
|`data.attributes.deprecated`| bool | (previous value) | Whether or not this version of OPA is deprecated. |
360
360
|`data.attributes.deprecated-reason`| string | (previous value) | Additional context about why a version of OPA is deprecated. |
Copy file name to clipboardExpand all lines: content/terraform-enterprise/v202506-1/docs/enterprise/api-docs/admin/sentinel-versions.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,14 +144,14 @@ This POST endpoint requires a JSON object with the following properties as a req
144
144
145
145
Properties without a default value are required.
146
146
147
-
~> **Note:** The `archs[n].url` and `archs[n].sha` fields are the recommended way to set the URL and SHA-256 checksum of a Sentinel binary. The `url` and `sha` fields are in the process of being deprecated but can still be used to set Linux amd64 URL and SHA-256 checksums.
147
+
We recommend setting the URL and SHA-256 checksum of a Sentinel binary in the `archs[n].url` and `archs[n].sha` fields.
|`data.type`| string || Must be `"sentinel-versions"`. |
152
152
|`data.attributes.version`| string || A semantic version string in N.N.N or N.N.N-bundleName format (`"0.11.0"` or `"0.12.20-beta1"`). |
153
-
|`data.attributes.url`| string ||**Soon to be deprecated.**The URL where you can download the Linux amd64 binary of this version. |
154
-
|`data.attributes.sha`| string ||**Soon to be deprecated.**The SHA-256 checksum of the Linux amd64 Sentinel binary. |
153
+
|`data.attributes.url`| string || The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead.|
154
+
|`data.attributes.sha`| string || The SHA-256 checksum of the Linux amd64 Sentinel binary. This field is under review. We recommend using the `archs[n].sha` field instead.|
155
155
|`data.attributes.deprecated`| bool |`false`| Whether or not this version of Sentinel is deprecated. |
156
156
|`data.attributes.deprecated-reason`| string |`null`| Additional context about why a version of Sentinel is deprecated. Field is null unless deprecated is `true`. |
157
157
|`data.attributes.official`| bool |`false`| Whether or not this is an official release of Sentinel. |
@@ -326,8 +326,8 @@ We recommend setting the URL and SHA-256 checksum of a Sentinel binary in the `a
|`data.type`| string || Must be `"sentinel-versions"`. |
328
328
|`data.attributes.version`| string | (previous value) | A semantic version string in N.N.N or N.N.N-bundleName format (`"0.11.0"` or `"0.12.20-beta1"`). |
329
-
|`data.attributes.url`| string | (previous value) | The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead. |
330
-
|`data.attributes.sha`| string | (previous value) | The SHA-256 checksum of the Linux amd64 Sentinel binary. This field is under review. We recommend using the `archs[n].sha` field instead. |
329
+
|`data.attributes.url`| string | (previous value) | The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead. |
330
+
|`data.attributes.sha`| string | (previous value) | The SHA-256 checksum of the Linux amd64 Sentinel binary. This field is under review. We recommend using the `archs[n].sha` field instead. |
331
331
|`data.attributes.official`| bool | (previous value) | Whether or not this is an official release of Sentinel. |
332
332
|`data.attributes.deprecated`| bool | (previous value) | Whether or not this version of Sentinel is deprecated. |
333
333
|`data.attributes.deprecated-reason`| string | (previous value) | Additional context about why a version of Sentinel is deprecated. |
|`data.type`| string || Must be `"terraform-versions"`. |
167
167
|`data.attributes.version`| string || A semantic version string in N.N.N or N.N.N-bundleName format (`"0.11.0"` or `"0.12.20-beta1"`). |
168
-
|`data.attributes.url`| string || The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead. |
169
-
|`data.attributes.sha`| string || The SHA-256 checksum of the Linux amd64 Terraform binary. This field is under review. We recommend using the `archs[n].sha` field instead. |
168
+
|`data.attributes.url`| string || The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead. |
169
+
|`data.attributes.sha`| string || The SHA-256 checksum of the Linux amd64 Terraform binary. This field is under review. We recommend using the `archs[n].sha` field instead. |
170
170
|`data.attributes.deprecated`| bool |`false`| Whether or not this version of Terraform is deprecated. |
171
171
|`data.attributes.deprecated-reason`| string |`null`| Additional context about why a version of Terraform is deprecated. Field is null unless deprecated is `true`. |
172
172
|`data.attributes.official`| bool |`false`| Whether or not this is an official release of Terraform. |
@@ -341,8 +341,8 @@ We recommend setting the URL and SHA-256 checksum of a Terraform binary in the `
|`data.type`| string || Must be `"terraform-versions"`. |
343
343
|`data.attributes.version`| string | (previous value) | A semantic version string in N.N.N or N.N.N-bundleName format (`"0.11.0"` or `"0.12.20-beta1"`). |
344
-
|`data.attributes.url`| string | (previous value) | The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead. |
345
-
|`data.attributes.sha`| string | (previous value) | The SHA-256 checksum of the Linux amd64 Terraform binary. This field is under review. We recommend using the `archs[n].sha` field instead. |
344
+
|`data.attributes.url`| string | (previous value) | The URL where you can download the Linux amd64 binary of this version. This field is under review. We recommend using the `archs[n].url` field instead. |
345
+
|`data.attributes.sha`| string | (previous value) | The SHA-256 checksum of the Linux amd64 Terraform binary. This field is under review. We recommend using the `archs[n].sha` field instead. |
346
346
|`data.attributes.official`| bool | (previous value) | Whether or not this is an official release of Terraform. |
347
347
|`data.attributes.deprecated`| bool | (previous value) | Whether or not this version of Terraform is deprecated. |
348
348
|`data.attributes.deprecated-reason`| string | (previous value) | Additional context about why a version of Terraform is deprecated. |
0 commit comments