vault: Update to 1.1.3

IMPROVEMENTS:

* agent: Now supports proxying request query parameters [GH-6772]
* core: Mount table output now includes a UUID indicating the storage path
  [GH-6633]
* core: HTTP server timeout values are now configurable [GH-6666]
* replication: Improve performance of the reindex operation on secondary
  clusters when mount filters are in use
* replication: Replication status API now returns the state and progress of
  a reindex

BUG FIXES:

* api: Return the Entity ID in the secret output [GH-6819]
* auth/jwt: Consider bound claims when considering if there is at least one
  bound constraint [JWT-49]
* auth/okta: Fix handling of group names containing slashes [GH-6665]
* cli: Add deprecated stored-shares flag back to the init command [GH-6677]
* cli: Fix a panic when the KV command would return no data [GH-6675]
* cli: Fix issue causing CLI list operations to not return proper format
  when there is an empty response [GH-6776]
* core: Correctly honor non-HMAC request keys when auditing requests
  [GH-6653]
* core: Fix the x-vault-unauthenticated value in OpenAPI for a number of
  endpoints [GH-6654]
* core: Fix issue where some OpenAPI parameters were incorrectly listed as
  being sent as a header [GH-6679]
* core: Fix issue that would allow duplicate mount names to be used
  [GH-6771]
* namespaces: Fix behavior when using root instead of root/ as the
  namespace header value
* pki: fix a panic when a client submits a null value [GH-5679]
* replication: Properly update mount entry cache on a secondary to apply
  all new values after a tune
* replication: Properly close connection on bootstrap error
* replication: Fix an issue causing startup problems if a namespace policy
  wasn't replicated properly
* replication: Fix longer than necessary WAL replay during an initial
  reindex
* replication: Fix error during mount filter invalidation on DR secondary
  clusters
* secrets/ad: Make time buffer configurable [AD-35]
* secrets/gcp: Check for nil config when getting credentials [SGCP-35]
* secrets/gcp: Fix error checking in some cases where the returned value
  could be 403 instead of 404 [SGCP-37]
* secrets/gcpkms: Disable key rotation when deleting a key [GCPKMS-10]
* storage/consul: recognize https:// address even if schema not specified
  [GH-6602]
* storage/dynamodb: Fix an issue where a deleted lock key in DynamoDB (HA)
  could cause constant switching of the active node [GH-6637]
* storage/dynamodb: Eliminate a high-CPU condition that could occur if an
  error was received from the DynamoDB API [GH-6640]
* storage/gcs: Correctly use configured chunk size values [GH-6655]
* storage/mssql: Use the correct database when pre-created schemas exist
  [GH-6356]
* ui: Fix issue with select arrows on drop down menus [GH-6627]
* ui: Fix an issue where sensitive input values weren't being saved to the
  server [GH-6586]
* ui: Fix web cli parsing when using quoted values [GH-6755]
* ui: Fix a namespace workflow mapping identities from external namespaces
  by allowing arbitrary input in search-select component [GH-6728]
This commit is contained in:
Iku Iwasa 2019-06-08 09:28:59 +09:00
parent 69d992d655
commit 582ab0a2d1
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD$
DISTNAME= vault-1.1.2
PKGREVISION= 1
DISTNAME= vault-1.1.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (vault-1.1.2.tar.gz) = 3a034becda6079f7303ecaa74d41a9f5a0bf52af
RMD160 (vault-1.1.2.tar.gz) = a06c94a47bcd07b2b8ed78e0c12f543893414406
SHA512 (vault-1.1.2.tar.gz) = bc645bc5efeaf5a185479ab2ea78589762d09a40e889845d8cceac94568fcfcfeac94ae602c548648aea800b791121fbb2b75c3af9a9651d08dd9e38c1219826
Size (vault-1.1.2.tar.gz) = 26026601 bytes
SHA1 (vault-1.1.3.tar.gz) = 5761c928755210123e10593f80f6e5f62ad1ddf9
RMD160 (vault-1.1.3.tar.gz) = 8e434559f4d6190fdd2d7f49553e1b120de179e2
SHA512 (vault-1.1.3.tar.gz) = bf757558b984711967fdc623393e71c74d5e73922de3b0574ecb229a5d52320ebc3f848b48eabf0ed7a8d6e9d9f6c12d69fb23309fb8c19492b135344c8c4be2
Size (vault-1.1.3.tar.gz) = 26026249 bytes