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
Jim Kalafut
7f2404ab28
changelog++
2020-05-21 12:00:06 -07:00
Jim Kalafut
210c6ab1b3
changelog++
2020-05-21 11:54:14 -07:00
Jim Kalafut
023948e9ec
changelog++
2020-05-21 10:03:14 -07:00
Chelsea Shaw
0662288f6a
changelog+-
2020-05-21 11:53:39 -05:00
ncabatoff
ae1ec3f701
changelog++
2020-05-21 12:36:58 -04:00
ncabatoff
22ed4ca7d2
changelog++
2020-05-21 12:34:57 -04:00
ncabatoff
64549f147d
changelog++
2020-05-21 10:25:30 -04:00
Calvin Leung Huang
34cae3f4e5
changelog++
2020-05-20 13:56:14 -07:00
Calvin Leung Huang
ed264a964f
changelog++
2020-05-20 13:55:00 -07:00
Jim Kalafut
32c81b4c08
changelog++
2020-05-20 09:46:07 -07:00
Clint
c468d84e8d
Update CHANGELOG.md
2020-05-19 17:19:02 -05:00
Clint
638fab75f2
Update CHANGELOG.md
2020-05-19 06:26:45 -05:00
Clint
b523d30bd2
Update CHANGELOG
...
Move note on fixing an OpenLDAP to the `1.4.2` section
2020-05-19 06:25:38 -05:00
Brian Kassouf
89f553f4bf
changelog++
2020-05-18 18:53:33 -07:00
Brian Kassouf
c8dde052f2
storage/raft: Advertise the configured cluster address ( #9008 )
...
* storage/raft: Advertise the configured cluster address
* Don't allow raft to start with unspecified IP
* Fix concurrent map write panic
* Add test file
* changelog++
* changelog++
* changelog++
* Update tcp_layer.go
* Update tcp_layer.go
* Only set the adverise addr if set
2020-05-18 18:22:25 -07:00
Brian Kassouf
1bb0bd489d
storage/raft: Add committed and applied indexes to the status output ( #9011 )
...
* storage/raft: Add committed and applied indexes to the status output
* Update api vendor
* changelog++
* Update http/sys_leader.go
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-05-18 16:07:27 -07:00
Clint
01b1f0dd42
Update CHANGELOG.md
2020-05-18 16:00:21 -05:00
Calvin Leung Huang
d9bb58197e
changelog++
2020-05-15 11:17:51 -07:00
Mike Jarmy
1fc9b0799a
Update CHANGELOG.md
2020-05-12 09:02:51 -04:00
Scott G. Miller
4e6dc7e9ab
changelog++
2020-05-11 14:18:44 -05:00
Scott G. Miller
fa8ddc3392
changelog++
2020-05-11 14:17:51 -05:00
Austin Gebauer
802a8a5f08
changelog++
2020-05-08 16:34:14 -07:00
Calvin Leung Huang
f2756e2279
changelog++
2020-05-08 16:12:04 -07:00
Chelsea Shaw
388d94b0ff
changelog++
2020-05-08 12:13:45 -05:00
Chelsea Shaw
8e0dc254c6
changelog++
2020-05-08 12:12:31 -05:00
Calvin Leung Huang
e058145af2
Update CHANGELOG.md
2020-05-06 18:39:10 -07:00
Calvin Leung Huang
65684bda4d
changelog++
2020-05-06 18:37:32 -07:00
Calvin Leung Huang
f0525bfe28
changelog++
2020-05-06 18:32:36 -07:00
Vishal Nayak
43b910224a
changelog++
2020-05-04 18:24:56 -04:00
Calvin Leung Huang
b55168c90a
changelog++
2020-05-04 14:06:44 -07:00
Noelle Daley
acd7bfb83e
Update CHANGELOG.md
2020-05-01 14:51:27 -07:00
Scott G. Miller
70cf0276de
changelog++
2020-05-01 14:15:38 -05:00
Chelsea Shaw
0ec822ae99
changelog +link
2020-05-01 12:15:52 -05:00
Chelsea Shaw
3934b9888c
changelog++
2020-05-01 12:07:56 -05:00
Calvin Leung Huang
e01ec7bd66
changelog++
2020-04-30 12:40:06 -07:00
Mike Jarmy
10a25d59b0
Update CHANGELOG.md
2020-04-30 14:41:59 -04:00
Brian Kassouf
a0e10f833c
changelog++
2020-04-30 10:35:53 -07:00
Vishal Nayak
267cdb5c70
changelog++
2020-04-29 16:32:25 -04:00
Jim Kalafut
9ec10973e7
changelog++
2020-04-29 10:22:18 -07:00
Jim Kalafut
ed59b811a5
changelog++
2020-04-29 10:20:30 -07:00
Lauren Voswinkel
b3cbad3b43
Update CHANGELOG.md to include namespace list changes in 1.4.1
2020-04-29 10:17:44 -07:00
Scott G. Miller
bf402405d2
changelog++
2020-04-29 12:16:04 -05:00
Brian Kassouf
3319421a67
changelog++
2020-04-29 10:08:21 -07:00
Noelle Daley
7b9482be4a
Update CHANGELOG.md
2020-04-29 09:59:00 -07:00
Becca Petrin
5e2285ed51
changelog++
2020-04-29 09:11:03 -07:00
Mike Jarmy
38acc09a2f
Add release date for 1.3.5
2020-04-28 17:58:31 -04:00
ncabatoff
4b67819942
changelog++
2020-04-28 13:08:10 -04:00
Jim Kalafut
8493d0a257
changelog++
2020-04-27 22:02:43 -07:00
Calvin Leung Huang
e51ed99211
changelog++
2020-04-27 18:01:48 -07:00
Calvin Leung Huang
67ce5cf9d4
changelog++
2020-04-27 09:52:41 -07:00
Calvin Leung Huang
5b53fd9e34
changelog++
2020-04-24 13:34:40 -07:00
Calvin Leung Huang
4f982ea12e
changelog++
2020-04-23 14:13:45 -07:00
Austin Gebauer
149a6eea50
changelog++
2020-04-23 11:51:10 -07:00
ncabatoff
a0ec5b087c
changelog++
2020-04-23 14:48:23 -04:00
ncabatoff
6262b499c3
changelog++
2020-04-23 14:47:41 -04:00
Jim Kalafut
ad85aa6d13
changelog++
2020-04-21 21:19:42 -07:00
Calvin Leung Huang
2a0a08a9d3
changelog++
2020-04-21 15:35:27 -07:00
Calvin Leung Huang
b411b93dc3
changelog++
2020-04-21 13:51:12 -07:00
Jim Kalafut
7c3f1830bb
changelog++
2020-04-21 11:44:26 -07:00
Scott G. Miller
9302d8a52e
changelog++
2020-04-20 13:14:14 -05:00
Scott G. Miller
ea1dc0f24c
Merge branch 'master' of github.com:hashicorp/vault
2020-04-20 13:09:43 -05:00
Scott G. Miller
2db3d59175
changelog++
2020-04-20 13:09:26 -05:00
Calvin Leung Huang
1425e43476
changelog++
2020-04-16 17:10:05 -07:00
Jim Kalafut
7a0867073c
changelog++
2020-04-16 14:59:59 -07:00
Vishal Nayak
add006d712
changelog++
2020-04-13 22:56:58 -04:00
Jim Kalafut
9fecb6ac2f
changelog++
2020-04-09 13:30:33 -07:00
Vishal Nayak
25bcb6395a
changelog++
2020-04-09 14:21:25 -04:00
Calvin Leung Huang
73adc1741e
changelog++
2020-04-08 13:29:36 -07:00
Brian Kassouf
4ec5807cba
changelog++
2020-04-08 11:56:38 -07:00
Calvin Leung Huang
380250e015
changelog++
2020-04-07 13:44:18 -07:00
Calvin Leung Huang
ba34ae1049
changelog++
2020-04-07 13:22:40 -07:00
Vishal Nayak
2e11a1cfe5
Changelog++
2020-04-06 17:05:50 -04:00
Calvin Leung Huang
dfbd6e17fa
changelog++
2020-04-01 15:30:54 -07:00
ncabatoff
c950ea4b68
changelog++
2020-03-23 18:20:24 -04:00
Jim Kalafut
664115821b
changelog++
2020-03-20 15:18:57 -07:00
Brian Kassouf
0a3beba673
changelog++
2020-03-19 15:10:52 -07:00
Daniel Spangenberg
ef024a7245
changelog++
2020-03-19 10:13:41 +01:00
Daniel Spangenberg
a438a82f33
Update CHANGELOG.md
...
Fix link
2020-03-19 10:08:47 +01:00
Chelsea Shaw
40611e4e58
CHANGELOG++
2020-03-17 11:10:13 -05:00
Angel Garbarino
d4189864d8
Update CHANGELOG.md
2020-03-17 09:57:57 -06:00
Noelle Daley
ac433fdc35
Update CHANGELOG.md
2020-03-16 16:53:49 -06:00
Brian Kassouf
98a81d59f3
changelog++
2020-03-16 10:28:08 -07:00
Jim Kalafut
b099d519c1
changelog++
2020-03-14 14:51:00 -07:00
Angel Garbarino
30307ccb17
Update CHANGELOG.md
2020-03-13 12:23:11 -06:00
Michel Vocks
365ae4290a
changelog++
2020-03-13 08:22:13 +01:00
Daniel Spangenberg
3f25dd8081
Update CHANGELOG.md
...
Add missing link
2020-03-12 11:19:33 +01:00
Angel Garbarino
15e36e16e4
Update CHANGELOG.md
2020-03-11 12:20:43 -06:00
Angel Garbarino
54b1642a13
Update CHANGELOG.md
2020-03-10 13:37:02 -06:00
Angel Garbarino
4d3b34ddba
Update CHANGELOG.md
2020-03-09 12:47:42 -06:00
ncabatoff
5be58b3b9b
changelog++
2020-03-09 09:56:44 -04:00
ncabatoff
1370902df3
changelog++
2020-03-09 08:01:26 -04:00
Brian Kassouf
cf11de1fe2
changelog++
2020-03-06 16:14:31 -08:00
Brian Kassouf
fe90e0a9e0
Rename raft configuration command to list-peers and make output easier to read ( #8484 )
...
* Make the output of raft configuration easier to read
* Rename raft configuration sub command to list-peers
* Update command/operator_raft_listpeers.go
Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-03-06 14:40:50 -08:00
Angel Garbarino
b966443a44
Update CHANGELOG.md
2020-03-06 09:18:59 -07:00
Brian Kassouf
2103d61131
changelog++
2020-03-05 15:00:46 -08:00
Chelsea Shaw
480c406cfd
CHANGELOG -+
2020-03-05 14:27:05 -06:00
Jim Kalafut
1f5a57f63b
changelog++
2020-03-05 10:45:32 -08:00
Chelsea Shaw
c860f0fdce
CHANGELOG++
2020-03-04 11:40:36 -06:00
Patrick Bernal
c7986d119c
changelog--
2020-03-04 09:37:44 -05:00
Patrick Bernal
4f5bedb469
update link for GH-8282
2020-03-04 09:18:27 -05:00
ncabatoff
2077de790f
changelog++
2020-03-04 08:49:02 -05:00
Chelsea Shaw
36dba69ece
CHANGELOG ++
2020-03-03 18:04:51 -06:00
Jim Kalafut
7bf3d803f7
changelog++
2020-03-03 15:42:16 -08:00
Jim Kalafut
c437832a66
changelog++
2020-03-02 13:20:41 -08:00
Heechul Ryu
217f6112bc
Fix wrong link in CHANGELOG.md ( #8429 )
...
from `https://github.com/hashicorp/vault/pull/78 `
to `https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/78 `
2020-03-02 09:31:20 -08:00
Brian Kassouf
c048a4ec39
changelog++
2020-02-21 15:22:38 -08:00
Vishal Nayak
835420921e
changelog++
2020-02-20 21:45:03 -05:00
Brian Kassouf
e78a4d3657
changelog++
2020-02-20 17:16:23 -08:00
Brian Kassouf
4ef44221c6
changelog++
2020-02-20 17:15:11 -08:00
Brian Kassouf
bd72b7e017
changelog++
2020-02-20 17:13:25 -08:00
Jim Kalafut
d7eb4a57fd
changelog++
2020-02-20 15:56:17 -08:00
Brian Kassouf
f607f67866
changelog++
2020-02-20 15:15:22 -08:00
Brian Kassouf
7784c715f1
changelog++
2020-02-20 15:09:26 -08:00
Brian Kassouf
57468da751
changelog++
2020-02-20 14:37:16 -08:00
Angel Garbarino
a7ba227f2d
Update CHANGELOG.md
2020-02-20 08:48:17 -07:00
Angel Garbarino
2a67e69997
Update CHANGELOG.md
2020-02-20 08:43:33 -07:00
Angel Garbarino
2178aef7c8
Update CHANGELOG.md
2020-02-20 08:41:58 -07:00
Mike Jarmy
60e3958e62
changelog++
2020-02-20 09:16:20 -05:00
Mike Jarmy
b098a27603
changelog++
2020-02-20 09:12:58 -05:00
Mike Jarmy
200f365a28
changelog++
2020-02-20 09:02:04 -05:00
Michel Vocks
7abcf694a5
changelog++
2020-02-20 11:23:18 +01:00
Michel Vocks
77686a051a
changelog++
2020-02-20 11:22:24 +01:00
Brian Kassouf
ea66f45b32
changelog++
2020-02-19 17:37:48 -08:00
Brian Kassouf
68a1a5b0e6
changelog++
2020-02-19 17:36:03 -08:00
Brian Kassouf
684c0da5e5
changelog++
2020-02-19 17:33:36 -08:00
Brian Kassouf
6334ef477a
changelog++
2020-02-19 17:31:58 -08:00
Patrick Bernal
cc8460e7e8
changelog++
2020-02-19 20:24:18 -05:00
Patrick Bernal
9195c63219
changelog++
2020-02-19 20:17:25 -05:00
Jason O'Donnell
ef72859006
changelog++
2020-02-19 20:12:06 -05:00
Jeff Malnick
2e432e5b45
docs: add redshift database secrets engine to changelog ( #8394 )
2020-02-19 17:07:47 -08:00
Patrick Bernal
cf5167edb0
changelog++
2020-02-19 19:44:40 -05:00
Brian Kassouf
c01121c188
changelog++
2020-02-19 16:43:08 -08:00
Brian Kassouf
2bc5fa739b
changelog++
2020-02-19 16:42:29 -08:00
Brian Kassouf
5526e00785
changelog++
2020-02-19 16:38:31 -08:00
Patrick Bernal
af9f40de2f
changelog++
2020-02-19 19:37:04 -05:00
ncabatoff
9dba1a412b
changelog++
2020-02-19 18:18:08 -05:00
Jim Kalafut
c17bd6f829
changelog++
2020-02-19 09:46:43 -08:00
Troy Fluegge
e7288d6190
Update CHANGELOG.md ( #8384 )
...
I believe Kerberos was not intended here.
2020-02-19 09:10:39 -08:00
Jim Kalafut
930299bddd
changelog++
2020-02-18 12:07:46 -08:00
Michael Golowka
4e218cb8be
Fix typo (missing bracket)
2020-02-18 10:15:48 -07:00
Michael Golowka
660fe1b06d
Add MongoDB x509 client auth
2020-02-18 10:15:02 -07:00
Chelsea Shaw
7afc97da5c
changelog ++
2020-02-18 10:48:25 -06:00
Becca Petrin
9fb430e8bf
changelog++
2020-02-14 15:59:55 -08:00
Becca Petrin
0a7a7452f0
changelog++
2020-02-14 15:58:52 -08:00
Clint
5cadbbf845
Changelog++
2020-02-14 15:55:33 -06:00
Clint
dc25d6d544
Changelog++
2020-02-14 14:26:54 -06:00
Clint
59fa431bce
Changelog++
2020-02-14 13:34:17 -06:00
Angel Garbarino
eb92dd198a
Update CHANGELOG.md
2020-02-14 11:14:31 -07:00
Noelle Daley
359e58556f
Update CHANGELOG.md
2020-02-14 11:22:30 -06:00
Jim Kalafut
2e40677c93
changelog++
2020-02-13 23:18:05 -08:00
Jim Kalafut
2b78d6ca9d
changelog++
2020-02-13 22:25:30 -08:00
Noelle Daley
8369775247
Update CHANGELOG.md
2020-02-13 14:05:15 -06:00
ncabatoff
9ed6572cc2
changelog++
2020-02-13 09:01:49 -05:00
Jim Kalafut
64a5cbfe54
changelog++
2020-02-12 23:48:39 -08:00
Jim Kalafut
2b429bbeff
changelog++
2020-02-11 21:56:39 -08:00
Daniel Spangenberg
2ff52fc177
changelog++
2020-02-10 15:50:23 +01:00
Daniel Spangenberg
78e6a21d2c
changelog++
2020-02-07 16:14:50 +01:00
Daniel Spangenberg
c770a81e5c
Update CHANGELOG.md
2020-02-07 16:13:30 +01:00
Michel Vocks
4dc32cd260
changelog++
2020-02-07 09:43:06 +01:00
Chelsea Shaw
12bc4fd822
changelog++
2020-02-06 15:12:45 -06:00
ncabatoff
d2cc5dee0c
changelog++
2020-02-06 13:31:36 -05:00
Clint
ed56a5974f
Update CHANGELOG.md
2020-02-05 17:02:12 -06:00
Clint
7cf8289470
Update CHANGELOG.md
2020-02-05 14:12:22 -06:00
Clint
da5a193769
Update CHANGELOG.md
2020-02-05 13:53:34 -06:00
Jim Kalafut
053a06bcfa
Add links to changelog Github references ( #8293 )
...
Co-authored-by: Daniel Spangenberg <daniel@spangenberg.io>
2020-02-05 08:28:19 -08:00
Daniel Spangenberg
058ee30a62
changelog++
2020-02-05 10:56:18 +01:00
Becca Petrin
0ae91882d6
changelog++
2020-02-04 13:08:10 -08:00
Michael Golowka
ad27f2f29e
Update changelog with database plugin bugfixes
...
Fixes from GH-8240:
- fix inconsistent parameter names
- fix mysql so default static credential rotation statements are used
2020-02-03 13:59:23 -07:00
ncabatoff
fd38bc5b76
changelog++
2020-02-03 12:52:28 -05:00
ncabatoff
6ce2066f2d
changelog++
2020-02-03 12:01:11 -05:00
ncabatoff
29bad6ae9c
changelog++
2020-02-03 11:56:07 -05:00
Clint
7528056038
Changelog++
2020-01-30 09:11:54 -06:00
Michel Vocks
108d9af867
changelog++
2020-01-30 11:13:32 +01:00
Becca Petrin
2ebe299b40
changelog++
2020-01-29 10:59:19 -08:00
Noelle Daley
bfb6986b40
Update CHANGELOG.md
2020-01-28 11:23:07 -06:00
Michel Vocks
0bbed3b416
changelog++
2020-01-28 11:06:27 +01:00
Angel Garbarino
7ec5affa63
Update CHANGELOG.md
2020-01-27 09:45:02 -07:00
Angel Garbarino
711126f04a
Update CHANGELOG.md
2020-01-24 13:58:08 -07:00
Michel Vocks
14930625b0
changelog++
2020-01-24 09:37:00 +01:00
Brian Kassouf
a9aaba8adb
changelog++
2020-01-22 10:57:37 -08:00
Jim Kalafut
b473086af2
changelog++
2020-01-22 08:55:47 -08:00
Brian Kassouf
f0cf8b5cec
changelog++
2020-01-21 15:44:32 -08:00
Brian Kassouf
2d67a432c0
changelog++
2020-01-21 15:42:52 -08:00
Jim Kalafut
004e3e5cd2
changelog++
2020-01-21 08:25:04 -08:00
Angel Garbarino
9c262d82ec
Update CHANGELOG.md
2020-01-17 16:12:33 -07:00
Brian Kassouf
4a1cb93860
changelog++
2020-01-17 14:58:35 -08:00
ncabatoff
283ae11626
changelog++
2020-01-16 15:12:33 -05:00
Calvin Leung Huang
221cd2b68f
changelog++
2020-01-16 10:16:21 -08:00
Angel Garbarino
0209fc88bf
Update CHANGELOG.md
2020-01-16 09:45:49 -07:00
ncabatoff
88cb26e687
changelog++
2020-01-16 11:29:35 -05:00
Angel Garbarino
ddc6483673
Update CHANGELOG.md
2020-01-15 15:03:55 -07:00
Angel Garbarino
3b28d42bf8
Update CHANGELOG.md
2020-01-15 13:05:20 -07:00
Michel Vocks
86ab27f35a
changelog++
2020-01-15 12:58:49 +01:00
Michel Vocks
544ab857a7
changelog++
2020-01-15 11:29:43 +01:00
Vishal Nayak
26ee62a027
changelog++
2020-01-14 16:44:16 -05:00
Noelle Daley
3ab87306a3
changelog++
2020-01-10 16:54:21 -08:00
Jeff Mitchell
f6758d5ed6
changelog++
2020-01-08 12:45:54 -05:00
Michel Vocks
3416ce672e
changelog++
2020-01-08 13:50:13 +01:00
Jim Kalafut
1e8806f80a
changelog++
2020-01-07 16:49:42 -08:00
Michel Vocks
b72d8bcc9c
changelog++
2020-01-02 10:47:20 +01:00