Some changelog tidying for 1.10 preview (#13385)

* Some changelog tidying for 1.10 preview

* PR accounted for by different CL entry
This commit is contained in:
Meggie 2021-12-10 16:23:20 -05:00 committed by GitHub
parent ab2ee75701
commit 7c70c4ebf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 10 deletions

View File

@ -1,3 +1,3 @@
```release-note: feature
core: reading `sys/mounts/:path` now returns the configuration for the secret engine at the given path
```release-note:improvement
core: Reading `sys/mounts/:path` now returns the configuration for the secret engine at the given path
```

View File

@ -1,3 +1,3 @@
```release-note:feature
```release-note:improvement
core/pki: Support Y10K value in notAfter field to be compliant with IEEE 802.1AR-2018 standard
```
```

View File

@ -1,3 +1,3 @@
```release-note:improvement
implements Login method in Go client libraries for GCP and Azure auth methods
```
api: Implements Login method in Go client libraries for GCP and Azure auth methods
```

View File

@ -1,3 +1,3 @@
```release-note:improvement
raft: set InitialMmapSize to 100GB on 64bit architectures
storage/raft: Set InitialMmapSize to 100GB on 64bit architectures
```

View File

@ -1,3 +0,0 @@
```release-note:feature
/sys/mounts/:path/tune: Add `allowed_managed_keys` field to mount config which is a list of managed key registry entry names that the mount in question is allowed to access.
```