Changing from "changelog" to "release-note" (#11303)
This commit is contained in:
parent
5c35d55b2f
commit
bd0fefe47f
|
@ -1,3 +1,3 @@
|
|||
```changelog:bug
|
||||
```release-note:bug
|
||||
identity: When the identity/group endpoint is used to modify a group by name, correctly update its policy and member entities.
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:changes
|
||||
```release-note:changes
|
||||
auth/approle: Secrets ID generation endpoint now returns `secret_id_ttl` as part of its response.
|
||||
```
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
```changelog:change
|
||||
```release-note:change
|
||||
aws/auth: AWS Auth concepts and endpoints that use the "whitelist" and "blacklist" terms
|
||||
have been updated to more inclusive language (e.g. `/auth/aws/identity-whitelist` has been
|
||||
updated to`/auth/aws/identity-accesslist`). The legacy endpoint names have not been removed
|
||||
|
@ -7,7 +7,7 @@ the same underlying data. The complete list of endpoint changes is available in
|
|||
[AWS Auth API docs](https://www.vaultproject.io/api-docs/auth/aws).
|
||||
```
|
||||
|
||||
```changelog:deprecation
|
||||
```release-note:deprecation
|
||||
aws/auth: AWS Auth endpoints that use the "whitelist" and "blacklist" terms have been deprecated.
|
||||
Refer to the CHANGES section for addition details.
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:bug
|
||||
```release-note:bug
|
||||
ui: Fix KMIP failing test and a bug that ocurred because the configuration model was not being unloaded.
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```release-note:improvement
|
||||
changelog: Add dependencies listed in dependencies/2-25-21
|
||||
release-note: Add dependencies listed in dependencies/2-25-21
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:enhancement
|
||||
```release-note:enhancement
|
||||
ui: Add tests for database role setting form
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:bug
|
||||
```release-note:bug
|
||||
ui: Fix issue where logging in without namespace input causes error
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:enhancement
|
||||
```release-note:enhancement
|
||||
agent: Add a vault.retry stanza that allows specifying number of retries on failure; this applies both to templating and proxied requests.
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:bug
|
||||
```release-note:bug
|
||||
ui: Fix bug where database secret engines with custom names cannot delete connections
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:bug
|
||||
```release-note:bug
|
||||
ui: Fix date display on expired token notice
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:enhancement
|
||||
```release-note:enhancement
|
||||
core: Add tls_max_version listener config option.
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:enhancement
|
||||
```release-note:enhancement
|
||||
secret/pki: Preserve ordering of all DN attribute values when issuing certificates
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```changelog:bug
|
||||
```release-note:bug
|
||||
quotas/lease-count (enterprise) : Fix quotas enforcing old lease count quota paths
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue