Skip to content

Commit

Permalink
Changing from "changelog" to "release-note" (hashicorp#11303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mladlow authored and AndreyZamyslov committed Jun 10, 2021
1 parent 4d166a7 commit f6dcc1c
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion changelog/10812.txt
Original file line number Diff line number Diff line change
@@ -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.
```
2 changes: 1 addition & 1 deletion changelog/10826.txt
Original file line number Diff line number Diff line change
@@ -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.
```
4 changes: 2 additions & 2 deletions changelog/10997.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
```
2 changes: 1 addition & 1 deletion changelog/11011.txt
Original file line number Diff line number Diff line change
@@ -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.
```
2 changes: 1 addition & 1 deletion changelog/11015.txt
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion changelog/11018.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:enhancement
```release-note:enhancement
ui: Add tests for database role setting form
```
2 changes: 1 addition & 1 deletion changelog/11094.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
ui: Fix issue where logging in without namespace input causes error
```
2 changes: 1 addition & 1 deletion changelog/11113.txt
Original file line number Diff line number Diff line change
@@ -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.
```
2 changes: 1 addition & 1 deletion changelog/11127.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
ui: Fix bug where database secret engines with custom names cannot delete connections
```
2 changes: 1 addition & 1 deletion changelog/11142.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
ui: Fix date display on expired token notice
```
2 changes: 1 addition & 1 deletion changelog/11226.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:enhancement
```release-note:enhancement
core: Add tls_max_version listener config option.
```
4 changes: 2 additions & 2 deletions changelog/11259.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:enhancement
```release-note:enhancement
secret/pki: Preserve ordering of all DN attribute values when issuing certificates
```
```
2 changes: 1 addition & 1 deletion changelog/_1712.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```changelog:bug
```release-note:bug
quotas/lease-count (enterprise) : Fix quotas enforcing old lease count quota paths
```

0 comments on commit f6dcc1c

Please sign in to comment.