Christopher Swenson
230bba4706
VAULT-5838 Update CSI provider to 1.1.0 ( #721 )
...
* VAULT-5838 Update CSI provider to 1.1.0
* Update test/acceptance/csi.bats
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2022-04-27 09:22:50 -07:00
Stephen Herd
87e456754b
Issue 629: updated to allow customization of the CLUSTER_ADDR the same… ( #709 )
...
* Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
* Issue-#629 removing extra whitespace I added accidently.
* Issue-#629 fixing extra whitespace added.
* Update values.yaml
Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
* Issue #629 adding changelog
Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
2022-04-14 15:16:39 -07:00
Stephen Herd
12444bffb6
Support policy/v1 disruptionbudget beyond kube 1.21 ( #710 )
...
Issue #667 , adding updates to the disruptionbudget to support new
non beta spec beyond kube 1.21
2022-04-04 22:26:16 -07:00
Theron Voran
460b5e1b65
Update k8s versions ( #706 )
...
* tests: updating the four most recent k8s versions
* bump oldest version to 1.16
* docs, Chart.yaml, and changelog for 1.14 -> 1.16
2022-03-21 10:29:03 -07:00
Christopher Swenson
710915952e
VAULT-571 Matching documented behavior and consul ( #703 )
...
VAULT-571 Matching documented behavior and consul
Consul's helm template defaults most of the enabled to the special value
`"-"`, which means to inherit from global. This is what is implied
should happen in Vault as well according to the documentation for the
helm chart:
> [global.enabled] The master enabled/disabled configuration. If this is
> true, most components will be installed by default. If this is false,
> no components will be installed by default and manually opting-in is
> required, such as by setting server.enabled to true.
(https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled )
We also simplified the chart logic using a few template helpers.
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2022-03-21 09:50:23 -07:00
Christian
f59f3d4b13
Add namespace to injector-leader-elector role, rolebinding and secret ( #683 )
2022-03-16 15:31:59 -07:00
Tom Proctor
4f5c01f50b
changelog++ ( #699 )
2022-03-02 16:45:11 +00:00
lion24
a7e56d8741
vault: bump image to 1.9.3 ( #695 )
...
Signed-off-by: Lionel H <me@nullbyte.be>
2022-03-01 17:30:07 -08:00
Theron Voran
b0528fce49
Release 0.19.0 ( #687 )
2022-01-20 15:54:24 -08:00
Michele Baldessari
92da512577
allow injection of TLS config for OpenShift routes ( #686 )
...
* Add some tests on top of #396
* convert server-route.yaml to unix newlines
* changelog
Co-authored-by: André Becker <andre@arestless.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2022-01-19 22:37:26 -08:00
Ethan J. Brown
e629dc9d65
Add volumes and env vars to helm hook test pod ( #673 )
...
* Fix test typo
* Add basic server-test Pod tests
- This covers all existing functionality that matches what's
present in server-statefulset.bats
* Fix server-test helm hook Pod rendering
- Properly adhere to the global.enabled flag and the presence of
the injector.externalVaultAddr setting, the same way that
the servers StatefulSet behaves
* Add volumes and env vars to helm hook test pod
- Uses the same extraEnvironmentVars, volumes and volumeMounts set on
the server statefulset to configure the Vault server test pod used by
the helm test hook
- This is necessary in situations where TLS is configured, but the
certificates are not affiliated with the k8s CA / part of k8s PKI
- Fixes GH-665
2022-01-19 18:55:56 -08:00
Jacob Mammoliti
a84a61fdb6
add namespace support for openshift route ( #679 )
2022-01-14 15:19:22 -08:00
Vadim Grek
0043023c09
csi: ability to set priorityClassName for csi daemonset pods ( #670 )
2022-01-04 14:10:56 -08:00
Theron Voran
0c0b6e34f4
injector: ability to set deployment update strategy (continued) ( #661 )
...
Co-authored-by: Jason Hancock <jhancock@netskope.com>
2021-12-16 11:21:36 -08:00
Takumi Sue
248397f663
Make terminationGracePeriodSeconds configurable ( #659 )
...
Make terminationGracePeriodSeconds configurable for server pod
2021-12-14 18:15:11 -08:00
Eric Miller
609444d9d9
Configurable PodDisruptionBudget for Injector ( #653 )
2021-12-13 23:38:00 -08:00
Theron Voran
9fa25e97c8
vault-helm 0.18.0 release ( #650 )
2021-11-17 15:46:28 -08:00
Theron Voran
0375b184b3
remove support for the leader-elector container ( #649 )
2021-11-17 13:06:03 -08:00
Kaito Ii
c47ff33551
add staticSecretRenderInterval to injector ( #621 )
...
* make staticSecretRenderInterval default to empty string
* update values schema to add staticSecretRenderInterval
* add test for default value
* adding changelog entry
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2021-11-05 19:07:25 -07:00
Gary Frederick
a186036e7d
changelog++ ( #636 )
2021-10-25 13:58:15 -07:00
Theron Voran
dc08ab6324
note a regression in 0.17.0 ( #635 )
2021-10-22 18:00:29 -07:00
Theron Voran
91ac2eedbc
vault-helm 0.17.0 release ( #632 )
2021-10-21 12:12:45 -07:00
Theron Voran
3b1bb783be
Add server.ingress.ingressClassName ( #630 )
...
Co-authored-by: Joel Cressy <joel@jtcressy.net>
2021-10-21 09:23:45 -07:00
Ben Ash
4aa01e8986
Update changelog for #626 and #628 ( #631 )
2021-10-21 12:14:31 -04:00
Theron Voran
ffd5086157
changelog++ ( #623 )
2021-10-11 10:28:37 +01:00
Theron Voran
5dfc3515c1
vault-helm 0.16.1 release ( #619 )
2021-09-29 16:28:37 -07:00
Theron Voran
cd2059147d
vault 0.16.0 release ( #612 )
2021-09-16 09:39:59 -07:00
Theron Voran
78a355bffc
changelog++
2021-09-15 18:59:34 -07:00
Ben Ash
dd3b3f06e0
changelog++
2021-09-15 14:22:35 -04:00
Ben Ash
c267805dea
changelog++
2021-09-15 14:22:02 -04:00
Theron Voran
87a0a56ad9
changelog++
2021-08-31 15:21:49 -07:00
Theron Voran
c820454dd5
vault-helm 0.15.0 release ( #598 )
2021-08-23 08:51:52 -07:00
Theron Voran
22df6c0d9b
changelog++
2021-08-16 13:50:47 -07:00
Theron Voran
277317524a
changelog++
2021-08-11 17:03:26 -07:00
Theron Voran
a5c85627b3
vault-helm 0.14.0 release ( #578 )
2021-07-28 14:44:28 -07:00
Ben Ash
86ff773249
++changelog
2021-07-23 13:00:50 -04:00
Jason O'Donnell
43656864c6
changelog++
2021-07-15 14:18:08 -04:00
Ben Ash
a0d7b84ec2
++changelog
2021-07-12 17:33:03 -04:00
Ben Ash
f5ef752e9a
++changelog
2021-07-07 19:32:02 -04:00
Theron Voran
f67b844d30
Update to v0.13.0 ( #554 )
2021-06-17 10:52:21 -07:00
Theron Voran
7509bc739d
changelog++
2021-06-16 13:57:16 -07:00
Theron Voran
3a6e097ae5
changelog++
2021-06-11 13:31:41 -07:00
Theron Voran
bb63d73b5a
changelog++
2021-06-10 15:34:49 -07:00
Theron Voran
ad9a46ae66
changelog++
2021-06-01 10:52:44 -07:00
Theron Voran
828b31287b
changelog++
2021-06-01 10:42:21 -07:00
Theron Voran
3afcb463f8
changelog++
2021-05-27 17:11:17 -07:00
Jason O'Donnell
b21b37b07a
Update to v0.12.0 ( #532 )
...
* Update to v0.12.0
* Update values.schema.json
* Fix schema types
* revert image repo
2021-05-25 13:46:48 -04:00
Jason O'Donnell
d53b011ae9
changelog++
2021-05-25 10:21:01 -04:00
Tom Proctor
23ff8a1d83
changelog++
2021-05-21 12:50:44 +01:00
Theron Voran
dbd99b10c0
changelog++
2021-05-17 17:16:34 -07:00
Theron Voran
e817b1d254
changelog++
2021-05-14 10:49:37 -07:00
Tom Proctor
1505e7754b
changelog++
2021-05-12 12:11:42 +01:00
Tom Proctor
f84fc7e30b
changelog++
2021-05-12 12:11:15 +01:00
Theron Voran
794a86a28b
changelog++
2021-05-10 16:58:25 -07:00
Jason O'Donnell
27338595e8
Update to v0.11.0 ( #497 )
2021-04-14 10:26:33 -04:00
Jason O'Donnell
f2e3d57a65
changelog++
2021-04-13 11:21:08 -04:00
Jason O'Donnell
366cf23a75
changelog++
2021-04-12 17:02:16 -04:00
Jason O'Donnell
b838d4b843
changelog++
2021-04-12 17:00:51 -04:00
Jason O'Donnell
dc696bb1f3
changelog++
2021-04-08 11:21:25 -04:00
Jason O'Donnell
ccebde9dae
changelog++
2021-04-08 10:10:01 -04:00
Jason O'Donnell
6e46bcf529
changelog++
2021-04-08 10:05:47 -04:00
Tom Proctor
b24457323b
changelog++
2021-04-07 14:24:00 +01:00
Jason O'Donnell
703ba50d47
changelog++
2021-03-25 10:56:59 -04:00
Jason O'Donnell
f75b19f068
Update to 0.10.0 ( #477 )
...
* Update to v0.10.0
* Fix typo
* Add csi link in changelog
2021-03-25 10:19:31 -04:00
Tom Proctor
2ddac08c51
changelog++
2021-03-24 14:03:21 +00:00
Jason O'Donnell
ff735774c4
changelog++
2021-02-19 23:03:15 -05:00
Theron Voran
84a1dd9fbe
0.9.1 release updates ( #455 )
...
Changelog, chart metadata, and image versions
2021-02-02 11:06:40 -08:00
Jason O'Donnell
f399130112
changelog++
2021-01-21 12:41:44 -05:00
Theron Voran
f59fd68780
changelog++
2021-01-15 15:45:38 -08:00
Theron Voran
e69efc018d
changelog++
2021-01-11 17:53:07 -08:00
Theron Voran
5230d3e528
changelog++
2021-01-08 18:00:00 -08:00
Theron Voran
7b5e08c4a8
0.9.0 release updates ( #439 )
...
Changelog, chart metadata, and image versions
2021-01-05 10:52:56 -08:00
Tom Proctor
7a122dd811
changelog++
2021-01-05 18:08:48 +00:00
Tom Proctor
278044dbd9
changelog++
2021-01-05 18:06:20 +00:00
Jason O'Donnell
818ed117b0
changelog++
2020-12-16 12:32:51 -05:00
Jason O'Donnell
9067c4e2f5
changelog++
2020-12-14 14:15:30 -05:00
Jason O'Donnell
d80432a7d5
changelog++
2020-12-07 11:29:17 -05:00
Jason O'Donnell
136fe024c9
changelog++
2020-12-07 10:33:06 -05:00
Jason O'Donnell
0101816d8d
changelog++
2020-12-07 10:20:18 -05:00
Jason O'Donnell
be48291bcf
changelog++
2020-12-07 10:10:44 -05:00
Jason O'Donnell
a8c1b4b0c5
changelog++
2020-12-07 10:08:56 -05:00
Jason O'Donnell
f6c9d5837b
changelog++
2020-11-30 16:32:06 -05:00
Jason O'Donnell
ee4e532159
Update to 0.8.0 ( #405 )
...
* Update to 0.8.0
* Fix changelog formatting
2020-10-20 13:58:41 -04:00
Jason O'Donnell
addf8a4f65
changelog++
2020-10-20 09:35:49 -04:00
Jason O'Donnell
994797cff4
changelog++
2020-10-16 10:48:41 -04:00
Jason O'Donnell
618d4b3b39
changelog++
2020-10-13 09:22:17 -04:00
Jason O'Donnell
5242cfe6a7
changelog++
2020-10-05 16:23:04 -04:00
Jason O'Donnell
73c70c0ba0
changelog++
2020-10-01 11:07:48 -04:00
Jason O'Donnell
54f58b9c01
changelog++
2020-10-01 09:34:25 -04:00
Jason O'Donnell
c16905edca
changelog++
2020-09-24 12:41:51 -04:00
Theron Voran
1705536ee5
changelog++
2020-09-15 23:47:01 -07:00
Jason O'Donnell
cfe3bccf8e
Update to 0.7.0 ( #374 )
...
Update to 0.7.0
2020-08-24 14:19:12 -04:00
Jason O'Donnell
a29f98dcc7
changelog++
2020-08-20 19:05:58 -04:00
Jason O'Donnell
4d6e79df45
changelog++
2020-08-20 14:40:40 -04:00
Jason O'Donnell
f0c073e3ee
changelog++
2020-08-20 14:03:26 -04:00
Jason O'Donnell
0faf7cf21a
changelog++
2020-08-20 13:46:18 -04:00
Theron Voran
986191117e
changelog++
2020-08-18 19:16:30 -07:00
Theron Voran
25749a7518
changelog++
2020-08-14 15:06:03 -07:00
Jason O'Donnell
7a8180862e
changelog++
2020-07-30 10:24:07 -04:00
Jason O'Donnell
cd15ea91e3
changelog++
2020-07-30 10:06:18 -04:00