-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jim Kalafut
authored
Nov 12, 2021
1 parent
8165371
commit f42e70d
Showing
8 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |