Changing from "changelog" to "release-note" (#11303)

This commit is contained in:
Meggie 2021-04-07 18:21:01 -04:00 committed by GitHub
parent 5c35d55b2f
commit bd0fefe47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 15 deletions

View File

@ -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.
```

View File

@ -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.
```

View File

@ -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.
```

View File

@ -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.
```

View File

@ -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
```

View File

@ -1,3 +1,3 @@
```changelog:enhancement
```release-note:enhancement
ui: Add tests for database role setting form
```

View File

@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
ui: Fix issue where logging in without namespace input causes error
```

View File

@ -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.
```

View File

@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
ui: Fix bug where database secret engines with custom names cannot delete connections
```

View File

@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
ui: Fix date display on expired token notice
```

View File

@ -1,3 +1,3 @@
```changelog:enhancement
```release-note:enhancement
core: Add tls_max_version listener config option.
```

View File

@ -1,3 +1,3 @@
```changelog:enhancement
```release-note:enhancement
secret/pki: Preserve ordering of all DN attribute values when issuing certificates
```
```

View File

@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
quotas/lease-count (enterprise) : Fix quotas enforcing old lease count quota paths
```