Skip to content

Commit 6cef466

Browse files
committed
Remove deprecation verbiage
1 parent be8b95c commit 6cef466

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

content/terraform-enterprise/v202506-1/docs/enterprise/api-docs/admin/opa-versions.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ This POST endpoint requires a JSON object with the following properties as a req
171171

172172
Properties without a default value are required.
173173

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.
175175

176176
| Key path | Type | Default | Description |
177177
| ----------------------------------- | ------ | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
178178
| `data.type` | string | | Must be `"opa-versions"`. |
179179
| `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. |
182182
| `data.attributes.deprecated` | bool | `false` | Whether or not this version of OPA is deprecated. |
183183
| `data.attributes.deprecated-reason` | string | `null` | Additional context about why a version of OPA is deprecated. Field is null unless deprecated is `true`. |
184184
| `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
347347

348348
Properties without a default value are required.
349349

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.
351351

352352
| Key path | Type | Default | Description |
353353
| ----------------------------------- | ------ | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
354354
| `data.type` | string | | Must be `"opa-versions"`. |
355355
| `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. |
358358
| `data.attributes.official` | bool | (previous value) | Whether or not this is an official release of OPA. |
359359
| `data.attributes.deprecated` | bool | (previous value) | Whether or not this version of OPA is deprecated. |
360360
| `data.attributes.deprecated-reason` | string | (previous value) | Additional context about why a version of OPA is deprecated. |

content/terraform-enterprise/v202506-1/docs/enterprise/api-docs/admin/sentinel-versions.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ This POST endpoint requires a JSON object with the following properties as a req
144144

145145
Properties without a default value are required.
146146

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.
148148

149149
| Key path | Type | Default | Description |
150150
| ----------------------------------- | ------ | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
151151
| `data.type` | string | | Must be `"sentinel-versions"`. |
152152
| `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. |
155155
| `data.attributes.deprecated` | bool | `false` | Whether or not this version of Sentinel is deprecated. |
156156
| `data.attributes.deprecated-reason` | string | `null` | Additional context about why a version of Sentinel is deprecated. Field is null unless deprecated is `true`. |
157157
| `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
326326
| ----------------------------------- | ------ | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
327327
| `data.type` | string | | Must be `"sentinel-versions"`. |
328328
| `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. |
331331
| `data.attributes.official` | bool | (previous value) | Whether or not this is an official release of Sentinel. |
332332
| `data.attributes.deprecated` | bool | (previous value) | Whether or not this version of Sentinel is deprecated. |
333333
| `data.attributes.deprecated-reason` | string | (previous value) | Additional context about why a version of Sentinel is deprecated. |

content/terraform-enterprise/v202506-1/docs/enterprise/api-docs/admin/terraform-versions.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ We recommend setting the URL and SHA-256 checksum of a Terraform binary in the `
165165
| ----------------------------------- | ------ | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
166166
| `data.type` | string | | Must be `"terraform-versions"`. |
167167
| `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. |
170170
| `data.attributes.deprecated` | bool | `false` | Whether or not this version of Terraform is deprecated. |
171171
| `data.attributes.deprecated-reason` | string | `null` | Additional context about why a version of Terraform is deprecated. Field is null unless deprecated is `true`. |
172172
| `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 `
341341
| ----------------------------------- | ------ | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
342342
| `data.type` | string | | Must be `"terraform-versions"`. |
343343
| `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. |
346346
| `data.attributes.official` | bool | (previous value) | Whether or not this is an official release of Terraform. |
347347
| `data.attributes.deprecated` | bool | (previous value) | Whether or not this version of Terraform is deprecated. |
348348
| `data.attributes.deprecated-reason` | string | (previous value) | Additional context about why a version of Terraform is deprecated. |

0 commit comments

Comments
 (0)