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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -171,22 +171,22 @@ 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. |
185
185
|`data.attributes.enabled`| bool |`true`| Whether or not this version of OPA is enabled for use in HCP Terraform. |
186
186
|`data.attributes.beta`| bool |`false`| Whether or not this version of OPA is a beta pre-release. |
187
187
|`data.attributes.archs`| array || An array of architecture objects. |
188
-
|`data.attributes.archs[n].url`| string ||**Recommended field to set url.**The URL where you can download the 64-bit Linux binary of this version. |
189
-
|`data.attributes.archs[n].sha`| string ||**Recommended field to set sha.**The SHA-256 checksum of the OPA binary. |
188
+
|`data.attributes.archs[n].url`| string || The URL where you can download the 64-bit Linux binary of this version. We recommend using this field to set the URL instead of the `url` field.|
189
+
|`data.attributes.archs[n].sha`| string || The SHA-256 checksum of the OPA binary. We recommend using this field to set the checksum instead of the `sha` field.|
190
190
|`data.attributes.archs[n].os`| string |`"linux"`| OPA version operating system. |
191
191
|`data.attributes.archs[n].arch`| string |`"amd64"`| OPA version architecture. |
192
192
@@ -347,22 +347,22 @@ 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. |
361
361
|`data.attributes.enabled`| bool | (previous value) | Whether or not this version of OPA is enabled for use in HCP Terraform. |
362
362
|`data.attributes.beta`| bool | (previous value) | Whether or not this version of OPA is a beta pre-release. |
363
363
|`data.attributes.archs`| array || An array of architecture objects. |
364
-
|`data.attributes.archs[n].url`| string ||**Recommended field to set url.**The URL where you can download the 64-bit Linux binary of this version. |
365
-
|`data.attributes.archs[n].sha`| string ||**Recommended field to set sha.**The SHA-256 checksum of the OPA binary. |
364
+
|`data.attributes.archs[n].url`| string || The URL where you can download the 64-bit Linux binary of this version. We recommend using this field to set the URL instead of the `url` field.|
365
+
|`data.attributes.archs[n].sha`| string || The SHA-256 checksum of the OPA binary. We recommend using this field to set the checksum instead of the `sha` field.|
366
366
|`data.attributes.archs[n].os`| string |`"linux"`| OPA version operating system. |
367
367
|`data.attributes.archs[n].arch`| string |`"amd64"`| OPA version architecture. |
Copy file name to clipboardExpand all lines: content/terraform-enterprise/v202506-1/docs/enterprise/api-docs/admin/sentinel-versions.mdx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -144,22 +144,22 @@ 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. |
158
158
|`data.attributes.enabled`| bool |`true`| Whether or not this version of Sentinel is enabled for use in HCP Terraform. |
159
159
|`data.attributes.beta`| bool |`false`| Whether or not this version of Sentinel is a beta pre-release. |
160
160
|`data.attributes.archs`| array || An array of architecture objects. |
161
-
|`data.attributes.archs[n].url`| string ||**Recommended field to set url.**The URL where you can download the 64-bit Linux binary of this version. |
162
-
|`data.attributes.archs[n].sha`| string ||**Recommended field to set sha.**The SHA-256 checksum of the Sentinel binary. |
161
+
|`data.attributes.archs[n].url`| string || The URL where you can download the 64-bit Linux binary of this version. We recommend using this field to set the URL instead of the `url` field.|
162
+
|`data.attributes.archs[n].sha`| string || The SHA-256 checksum of the Sentinel binary. We recommend using this field to set the checksum instead of the `sha` field.|
163
163
|`data.attributes.archs[n].os`| string |`"linux"`| Sentinel version operating system. |
164
164
|`data.attributes.archs[n].arch`| string |`"amd64"`| Sentinel version architecture. |
165
165
@@ -326,16 +326,16 @@ 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. |
334
334
|`data.attributes.enabled`| bool | (previous value) | Whether or not this version of Sentinel is enabled for use in HCP Terraform. |
335
335
|`data.attributes.beta`| bool | (previous value) | Whether or not this version of Sentinel is a beta pre-release. |
336
336
|`data.attributes.archs`| array || An array of architecture objects. |
337
-
|`data.attributes.archs[n].url`| string ||**Recommended field to set url.**The URL where you can download the 64-bit Linux binary of this version. |
338
-
|`data.attributes.archs[n].sha`| string ||**Recommended field to set sha.**The SHA-256 checksum of the Sentinel binary. |
337
+
|`data.attributes.archs[n].url`| string || The URL where you can download the 64-bit Linux binary of this version. We recommend using this field to set the URL instead of the `url` field.|
338
+
|`data.attributes.archs[n].sha`| string || The SHA-256 checksum of the Sentinel binary. We recommend using this field to set the checksum instead of the `sha` field.|
339
339
|`data.attributes.archs[n].os`| string |`"linux"`| Sentinel version operating system. |
340
340
|`data.attributes.archs[n].arch`| string |`"amd64"`| Sentinel version architecture. |
0 commit comments