From 9441adf26ec0ba3aee08e29ff73fd8d9e373deeb Mon Sep 17 00:00:00 2001 From: jeanluc Date: Mon, 11 Dec 2023 19:29:39 +0100 Subject: [PATCH] Add changelog news fragments from base PR --- changelog/10.fixed.md | 1 + changelog/11.fixed.md | 1 + changelog/12.fixed.md | 1 + changelog/13.fixed.md | 1 + changelog/14.fixed.md | 1 + changelog/15.fixed.md | 1 + changelog/16.added.md | 1 + changelog/17.added.md | 1 + changelog/18.added.md | 1 + changelog/19.added.md | 1 + changelog/20.added.md | 1 + changelog/21.added.md | 1 + changelog/22.fixed.md | 1 + changelog/23.added.md | 1 + 14 files changed, 14 insertions(+) create mode 100644 changelog/10.fixed.md create mode 100644 changelog/11.fixed.md create mode 100644 changelog/12.fixed.md create mode 100644 changelog/13.fixed.md create mode 100644 changelog/14.fixed.md create mode 100644 changelog/15.fixed.md create mode 100644 changelog/16.added.md create mode 100644 changelog/17.added.md create mode 100644 changelog/18.added.md create mode 100644 changelog/19.added.md create mode 100644 changelog/20.added.md create mode 100644 changelog/21.added.md create mode 100644 changelog/22.fixed.md create mode 100644 changelog/23.added.md diff --git a/changelog/10.fixed.md b/changelog/10.fixed.md new file mode 100644 index 00000000..2ac8623e --- /dev/null +++ b/changelog/10.fixed.md @@ -0,0 +1 @@ +Fixed Salt master does not renew token diff --git a/changelog/11.fixed.md b/changelog/11.fixed.md new file mode 100644 index 00000000..57ca7261 --- /dev/null +++ b/changelog/11.fixed.md @@ -0,0 +1 @@ +Fixed vault module fetching more than one secret in one run with single-use tokens diff --git a/changelog/12.fixed.md b/changelog/12.fixed.md new file mode 100644 index 00000000..e2059921 --- /dev/null +++ b/changelog/12.fixed.md @@ -0,0 +1 @@ +Fixed Vault verify option to work on minions when only specified in master config diff --git a/changelog/13.fixed.md b/changelog/13.fixed.md new file mode 100644 index 00000000..b86d0ac8 --- /dev/null +++ b/changelog/13.fixed.md @@ -0,0 +1 @@ +Fixed vault command errors configured locally diff --git a/changelog/14.fixed.md b/changelog/14.fixed.md new file mode 100644 index 00000000..597117d1 --- /dev/null +++ b/changelog/14.fixed.md @@ -0,0 +1 @@ +Fixed sdb.get_or_set_hash with Vault single-use tokens diff --git a/changelog/15.fixed.md b/changelog/15.fixed.md new file mode 100644 index 00000000..839ec661 --- /dev/null +++ b/changelog/15.fixed.md @@ -0,0 +1 @@ +Fixed Vault session storage to allow unlimited use tokens diff --git a/changelog/16.added.md b/changelog/16.added.md new file mode 100644 index 00000000..cdce46c5 --- /dev/null +++ b/changelog/16.added.md @@ -0,0 +1 @@ +Added Vault AppRole and identity issuance to minions diff --git a/changelog/17.added.md b/changelog/17.added.md new file mode 100644 index 00000000..8935d16d --- /dev/null +++ b/changelog/17.added.md @@ -0,0 +1 @@ +Added Vault AppRole auth mount path configuration option diff --git a/changelog/18.added.md b/changelog/18.added.md new file mode 100644 index 00000000..d848300f --- /dev/null +++ b/changelog/18.added.md @@ -0,0 +1 @@ +Added distribution of Vault authentication details via response wrapping diff --git a/changelog/19.added.md b/changelog/19.added.md new file mode 100644 index 00000000..25e0a534 --- /dev/null +++ b/changelog/19.added.md @@ -0,0 +1 @@ +Added Vault token lifecycle management diff --git a/changelog/20.added.md b/changelog/20.added.md new file mode 100644 index 00000000..a3fdd865 --- /dev/null +++ b/changelog/20.added.md @@ -0,0 +1 @@ +Added Vault lease management utility diff --git a/changelog/21.added.md b/changelog/21.added.md new file mode 100644 index 00000000..567ec128 --- /dev/null +++ b/changelog/21.added.md @@ -0,0 +1 @@ +Added patch option to Vault SDB driver diff --git a/changelog/22.fixed.md b/changelog/22.fixed.md new file mode 100644 index 00000000..d456d8fb --- /dev/null +++ b/changelog/22.fixed.md @@ -0,0 +1 @@ +Fixed salt-minion 3006.0 KeyError without 'vault' config key diff --git a/changelog/23.added.md b/changelog/23.added.md new file mode 100644 index 00000000..7e232ad8 --- /dev/null +++ b/changelog/23.added.md @@ -0,0 +1 @@ +Added inline specification of trusted CA root certificate for Vault