Jim Kalafut
7110e11cc1
changelog++
2020-07-06 12:48:48 -07:00
Brian Kassouf
a6a5e951e9
changelog++
2020-07-02 16:59:30 -07:00
Meggie
866576cde8
Changing changelog headers and update version ( #9393 )
2020-07-02 19:46:41 -04:00
Mike Jarmy
804106904b
Update CHANGELOG.md
2020-07-02 17:57:45 -04:00
Noelle Daley
d93249b2ca
Update CHANGELOG.md
2020-07-02 14:26:48 -07:00
Mike Jarmy
769cfbfadb
Update CHANGELOG.md
2020-07-02 17:22:44 -04:00
Noelle Daley
cf94e19b03
Update CHANGELOG.md
2020-07-01 17:28:59 -07:00
Austin Gebauer
e8d972c2ec
changelog++
2020-07-01 11:32:20 -07:00
Scott Miller
001ee861bd
Global Plugin Reload: OSS Changes Take II ( #9347 )
...
* Carefully move changes from the plugin-cluster-reload branch into this clean branch off master.
* Don't test this at this level, adequately covered in the api level tests
* Change PR link
* go.mod
* Vendoring
* Vendor api/sys_plugins.go
2020-06-30 10:26:52 -05:00
Theron Voran
32bf4b6e00
changelog++
2020-06-29 15:47:45 -07:00
Scott Miller
e92f8f5a81
Revert global plugin reload commits ( #9344 )
...
* Revert "Some of the OSS changes were clobbered when merging with quotas out of, master (#9343 )"
This reverts commit 8719a9b7c4d6ca7afb2e0a85e7c570cc17081f41.
* Revert "OSS side of Global Plugin Reload (#9340 )"
This reverts commit f98afb998ae50346849050e882b6be50807983ad.
2020-06-29 17:36:22 -05:00
Scott Miller
a83fe0fc6d
OSS side of Global Plugin Reload ( #9340 )
...
* OSS side of Global Plugin Reload
* changelog++
2020-06-29 16:23:28 -05:00
Theron Voran
6dfe8d966a
changelog++
2020-06-29 10:25:18 -07:00
Austin Gebauer
e8ba04f021
changelog++
2020-06-24 14:32:23 -07:00
Mark Gritter
97d415d024
Token gauge metrics implementation. ( #9239 )
...
* Token gauge metrics implementation.
* Enable gauges only when interval is nonzero.
* Added count by TTL
* Yandle "in restore mode" error specifically.
* Refactored initialization code for gauge collection processes.
* Fixed for multiple namespaces.
* Ability to disable individual gauges with environment variable.
* changelog++
2020-06-23 18:36:24 -05:00
Noelle Daley
6d23a6b768
Update CHANGELOG.md
2020-06-23 09:15:03 -07:00
Alexander Bezobchuk
f4cf0fc0ff
CL++: Add go version to server message output
...
Add CL entry from https://github.com/hashicorp/vault/pull/9078
2020-06-23 10:48:56 -04:00
Austin Gebauer
2fa1e7ab71
changelog++
2020-06-22 13:47:05 -07:00
Austin Gebauer
57ddf3da35
changelog++
2020-06-22 13:24:15 -07:00
ncabatoff
7082c3b59d
changelog++
2020-06-22 13:54:40 -04:00
Austin Gebauer
63a7ea05ce
changelog++
2020-06-20 07:56:10 -07:00
Jim Kalafut
835ba0f8a1
changelog++
2020-06-19 16:08:03 -07:00
ncabatoff
8b5dbeb26d
changelog++
2020-06-19 09:33:04 -04:00
ncabatoff
3b83f5ba85
changelog++
2020-06-19 09:24:44 -04:00
Angel Garbarino
8202fe01cd
Update CHANGELOG.md
2020-06-18 15:50:37 -06:00
Jim Kalafut
5e5b6b33fe
changelog++
2020-06-17 16:28:56 -07:00
Chelsea Shaw
0e058607d3
changelog++
2020-06-17 15:26:34 -05:00
ncabatoff
a117cf7e73
changelog++
2020-06-16 08:29:00 -04:00
Austin Gebauer
4acadd372b
changelog++
2020-06-15 18:45:28 -07:00
Austin Gebauer
f21d89c61e
changelog++
2020-06-15 11:10:10 -07:00
ncabatoff
eb2b1e0b90
changelog++
2020-06-11 08:11:49 -04:00
Austin Gebauer
e959bc8e45
changelog++
2020-06-10 21:37:33 -07:00
ncabatoff
c86c138ea0
changelog++
2020-06-10 13:33:51 -04:00
Theron Voran
f8993f7dc0
changelog++
2020-06-09 17:01:42 -07:00
ncabatoff
9cd5ff27b8
changelog++
2020-06-09 10:40:50 -04:00
ncabatoff
6937ec9817
changelog++
2020-06-05 15:56:38 -04:00
Austin Gebauer
85d6886778
changelog++
2020-06-03 12:28:47 -07:00
Alexander Bezobchuk
eb0b3ac286
Merge PR #9100 : Add key_version to Transit Logical Response
2020-06-01 13:16:01 -04:00
Alexander Bezobchuk
9dd67cbeb6
Merge PR #9027 : Integrated Storage (Raft): Add Support for max_entry_size Config
2020-06-01 10:17:24 -04:00
ncabatoff
da3377ce6a
changelog++
2020-05-29 14:23:09 -04:00
Scott Miller
12d704d97f
Provide token ttl and issue time in the audit log. ( #9091 )
...
* Populate a token_ttl and token_issue_time field on the Auth struct of audit log entries, and in the Auth portion of a response for login methods
* Revert go fmt, better zero checking
* Update unit tests
* changelog++
2020-05-29 12:30:47 -05:00
Meggie
a8ed7d3edd
changelog++
...
Fixing a version typo in 1.3.6 notes.
2020-05-27 15:16:35 -04:00
Michael Golowka
755ecf7fa6
Changelog++ (Password Policies)
2020-05-27 12:46:00 -06:00
Jim Kalafut
62dfb3f481
changelog++
2020-05-26 21:09:11 -07:00
Alexander Bezobchuk
1dd2113755
Merge PR #9078 : Add go version to server message output
2020-05-26 12:28:51 -04:00
Alexander Bezobchuk
378ec869db
Merge PR #9060 : Support reading Raft TLS flags from file
2020-05-23 11:09:55 -04:00
Meggie
5c0faa5367
changelog++
...
Updated with CVE numbers for 1.4.2 and 1.3.6.
2020-05-21 17:21:48 -04:00
Josh Black
0e13f46581
changelog++
2020-05-21 13:40:16 -07:00
Josh Black
1c2b365158
changelog++
2020-05-21 13:38:06 -07:00
Meggie
8e85844938
changelog++
...
Dates for 1.3.6 & 1.4.2
2020-05-21 15:44:39 -04:00