Skip to content

Commit 8692f17

Browse files
authored
[VAULT] Fix release notes links (#1167)
* Convert links to HTML * Correct nesting for deprecation entries
1 parent 154d0f6 commit 8692f17

12 files changed

+18
-19
lines changed

content/vault/v1.21.x/content/docs/updates/release-notes.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >-
99

1010
Release | RC date | GA date
1111
------- | ---------- | ----------
12-
1.21.x | 2025-10-09 | 2025-10-17
12+
1.21.x | 2025-10-09 | 2025-10-22
1313

1414
@include 'release-notes/intro.mdx'
1515

@@ -176,9 +176,9 @@ and provides increased pricing support.
176176
<tr>
177177
<td>Eventing in the LDAP Secrets Engine</td>
178178
<td>
179-
The LDAP secrets engine now
180-
[emits events](/vault/docs/concepts/events#event-types) including rotation
181-
success and failure events.
179+
The LDAP secrets engine
180+
now <a href="/vault/docs/concepts/events#event-types">emits events</a> including
181+
rotation success and failure events.
182182
</td>
183183
<td>
184184
Expands functionality of the LDAP secrets engine plugin with new events.
@@ -209,9 +209,8 @@ and provides increased pricing support.
209209
<td>License utilization and product usage data updates</td>
210210
<td>
211211
Vault collects and reports additional data points to HashiCorp for
212-
improved
213-
[license utilization reporting](../license/utilization/auto-reporting) and
214-
[anonymized product usage reporting](../license/product-usage-reporting).
212+
improved <a href="/vault/docs/license/utilization/auto-reporting">license utilization reporting</a> and
213+
<a href="/vault/docs/license/product-usage-reporting">anonymized product usage reporting</a>.
215214
</td>
216215
<td>
217216
Improved product insights and roadmap prioritization.
@@ -243,7 +242,7 @@ None.
243242
<td>Vault Secrets Operator</td>
244243
<td>
245244
Map Vault secrets directly into application pods with shared volumes
246-
as [protected secrets using CSI drivers](/vault/docs/deploy/kubernetes/vso/csi).
245+
as <a href="/vault/docs/deploy/kubernetes/vso/csi">protected secrets using CSI drivers</a>.
247246
</td>
248247
<td>
249248
Deliver secrets from Vault to Kubernetes workloads in deployments that

content/vault/v1.21.x/content/partials/deprecation/active-directory-secrets-engine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Active Directory secrets engine ((#ad-secrets-engine))
1+
### Active Directory secrets engine ((#ad-secrets-engine))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/aws-field-change.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## AWS secrets engine field change ((#aws-field-change))
1+
### AWS secrets engine field change ((#aws-field-change))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/azure-password-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Azure secrets password policy ((#azure-password-policy))
1+
### Azure secrets password policy ((#azure-password-policy))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/centrify-auth-method.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Centrify auth method ((#centrify-auht-method))
1+
### Centrify auth method ((#centrify-auht-method))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/duplicate-hcl-attributes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Duplicate HCL attributes ((#duplicate-hcl-attributes))
1+
### Duplicate HCL attributes ((#duplicate-hcl-attributes))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/duplicative-docker-images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Duplicative Docker images ((#duplicative-docker-images))
1+
### Duplicative Docker images ((#duplicative-docker-images))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/internal-counters-tokens-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Internal counters tokens API ((#internal-counters-tokens-api))
1+
### Internal counters tokens API ((#internal-counters-tokens-api))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/list-allowed-parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Exact-match list comparison on allowed_parameters and denied_parameters ((#list-allowed-parameters-deprecation))
1+
### Exact-match list comparison on allowed_parameters and denied_parameters ((#list-allowed-parameters-deprecation))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

content/vault/v1.21.x/content/partials/deprecation/ruby-client-library.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Ruby client libraries ((#ruby-client-lib))
1+
### Ruby client libraries ((#ruby-client-lib))
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |

0 commit comments

Comments
 (0)