Skip to content

Commit

Permalink
Changelog fixes (#13128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Kalafut authored Nov 12, 2021
1 parent 8165371 commit f42e70d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion changelog/11208.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:change
```release-note:improvement
ui: replaces Vault's use of elazarl/go-bindata-assetfs in building the UI with Go's native Embed package
```
2 changes: 1 addition & 1 deletion changelog/12672.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
**Elasticsearch in the UI**: Elasticsearch DB is now supported by the UI
**Elasticsearch Database UI**: The UI now supports adding and editing Elasticsearch connections in the database secret engine.
```
2 changes: 1 addition & 1 deletion changelog/12687.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```release-note:feature
**KV patch**: Add partial update support the for the `/<mount>/data/:path` kv-v2
**KV patch (Tech Preview)**: Add partial update support for the `/<mount>/data/:path` kv-v2
endpoint through HTTP `PATCH`. A new `patch` ACL capability has been added and
is required to make such requests.
```
2 changes: 1 addition & 1 deletion changelog/12752.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
**Oracle DB in the UI**: Oracle DB connection is now supported in the UI
**Oracle Database UI**: The UI now supports adding and editing Oracle connections in the database secret engine.
```
3 changes: 0 additions & 3 deletions changelog/12800.txt

This file was deleted.

2 changes: 1 addition & 1 deletion changelog/12820.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
Add ClientID to Token With Entities in Activity Log: Vault tokens without entities are now tracked with client IDs and deduplicated in the Activity Log
**Deduplicate Token With Entities in Activity Log**: Vault tokens without entities are now tracked with client IDs and deduplicated in the Activity Log
```
4 changes: 2 additions & 2 deletions changelog/12847.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```release-note:breaking-change
```release-note:change
secrets/ssh: Roles with empty allowed_extensions will now forbid end-users
specifying extensions when requesting ssh key signing. Update roles setting
allowed_extensions to '*' to permit any extension to be specified by an end-user.
allowed_extensions to `*` to permit any extension to be specified by an end-user.
```
2 changes: 1 addition & 1 deletion changelog/12945.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
**Postgres in the UI**: Postgres DB is now supported by the UI
**Postgres Database UI**: The UI now supports adding and editing Postgres connections in the database secret engine.
```

0 comments on commit f42e70d

Please sign in to comment.