Tom Proctor
a5d803ad3c
Fix chart version for 0.24.1 release ( #880 )
2023-04-17 18:48:39 +01:00
Christopher Swenson
d52c4a519d
Prepare for 0.24.0 release ( #868 )
2023-04-06 15:38:23 -07:00
Theron Voran
2c4cd3a3c3
Updating GHA and default Vault version ( #863 )
...
Test with latest kind k8s versions 1.22-1.26. Remove support for old
disruptionbudget and ingress APIs (pre 1.22).
Pin all actions to SHAs, and use the common jira sync.
Update the default Vault version to v1.13.1.
Update chart-verifier used in tests to 1.10.1, also add an openshift
name annotation to Chart.yaml (one of the required checks).
2023-04-03 16:44:13 -07:00
Thy Ton
f4f05aaa74
fix: remove k8s 1.16 from acceptance testing ( #848 )
...
* remove 1.16 from the versions tested in .github/workflows/acceptance.yaml as kind no longer supports creating a k8s 1.16 cluster
* update vault-helm's minimum support k8s version to 1.20 in README and Chart.yaml
* refactor server-ingress's templating and unit tests applied to k8s versions < 1.20
2023-02-27 12:04:17 -08:00
Theron Voran
742ddb1c52
adding SPDX copyright headers ( #844 )
2023-02-13 08:48:20 -08:00
Tom Proctor
2d7fd5d565
Prepare for 0.23.0 release ( #814 )
2022-11-28 23:33:08 +00:00
Tom Proctor
5d7014c7bb
Prepare to release to 0.22.1 ( #803 )
...
* Prepare to release to 0.22.1
* Revert chart verifier update for now
* Remove unused jobs from CircleCI config
2022-10-26 20:32:46 +01:00
Christopher Swenson
c15d83e397
Prepare for 0.22.0 release ( #785 )
...
Prepare for 0.21.1 release
* Update Vault to 1.11.3
2022-09-08 11:59:17 -07:00
Christopher Swenson
eca526b1ce
Prepare for 0.21.0 release ( #771 )
...
Prepare for 0.21.0 release
CHANGES:
* `vault-k8s` updated to 0.17.0. (this)
* `vault-csi-provider` updated to 1.2.0 (this)
* `vault` updated to 1.11.2 (this)
* Start testing against Kubernetes 1.24. [GH-744](https://github.com/hashicorp/vault-helm/pull/744 )
* Deprecated `injector.externalVaultAddr`. Added `global.externalVaultAddr`, which applies to both the Injector and the CSI Provider. [GH-745](https://github.com/hashicorp/vault-helm/pull/745 )
* CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [GH-745](https://github.com/hashicorp/vault-helm/pull/745 )
Features:
* server: Add `server.statefulSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767 )
* csi: Add `csi.daemonSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767 )
* injector: Add `injector.securityContext` to override pod and container `securityContext`. [GH-750](https://github.com/hashicorp/vault-helm/pull/750 ) and [GH-767](https://github.com/hashicorp/vault-helm/pull/767 )
* Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [GH-610](https://github.com/hashicorp/vault-helm/pull/610 )
* Support for setting annotations on the injector's serviceAccount [GH-753](https://github.com/hashicorp/vault-helm/pull/753 )
2022-08-10 14:54:49 -07:00
Christopher Swenson
45897a67fb
Prepare for release 0.20.1 ( #739 )
...
Prepare for release 0.20.1
Improvements:
* `vault-k8s` updated to 0.16.1
CHANGES:
* `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737 )
* Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736 )
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2022-05-26 09:13:32 -07:00
Tom Proctor
6ca2f72f34
Prepare v0.20.0 release ( #727 )
2022-05-16 17:28:31 +01: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
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
Theron Voran
9fa25e97c8
vault-helm 0.18.0 release ( #650 )
2021-11-17 15:46:28 -08:00
Gary Frederick
4db9e831ad
v0.17.1 ( #637 )
2021-10-25 15:31:07 -07:00
Theron Voran
91ac2eedbc
vault-helm 0.17.0 release ( #632 )
2021-10-21 12:12:45 -07: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
c820454dd5
vault-helm 0.15.0 release ( #598 )
2021-08-23 08:51:52 -07:00
Theron Voran
a5c85627b3
vault-helm 0.14.0 release ( #578 )
2021-07-28 14:44:28 -07:00
Theron Voran
f67b844d30
Update to v0.13.0 ( #554 )
2021-06-17 10:52:21 -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
Theron Voran
6e8ef40840
match kubeVersion on semver pre-releases ( #512 )
...
Since clouds like GKE set their kubeVersion as a
pre-release (e.g. v1.17.17-gke.6700)
2021-05-11 08:25:50 -07:00
Theron Voran
b59cbf6dc6
Set kubeVersion and added chart-verifier tests ( #510 )
...
Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
test, and configured to run it in CI. Some verification tests that
haven't been addressed yet are skipped.
2021-05-10 16:56:31 -07:00
Jason O'Donnell
27338595e8
Update to v0.11.0 ( #497 )
2021-04-14 10:26:33 -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
Theron Voran
84a1dd9fbe
0.9.1 release updates ( #455 )
...
Changelog, chart metadata, and image versions
2021-02-02 11:06:40 -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
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
cfe3bccf8e
Update to 0.7.0 ( #374 )
...
Update to 0.7.0
2020-08-24 14:19:12 -04:00
Jason O'Donnell
e7736defa1
Update to v0.6.0 ( #320 )
2020-06-03 10:03:10 -04:00
Jason O'Donnell
13f6df4e6a
Update to 0.5.0 ( #253 )
...
* Update to 0.5.0
* Add changelog for k8s service discovery
2020-04-09 09:51:37 -04:00
Jason O'Donnell
8a6419e623
Update to 0.4.0 ( #211 )
2020-02-21 14:56:30 -05:00
Theron Voran
77b973c17f
Helm 3 support ( #195 )
...
Update chart and tests to Helm 3
Co-authored-by: Matt Piekunka <mpiekunk@users.noreply.github.com>
Co-authored-by: Mike Brancato <mbrancato@users.noreply.github.com>
2020-02-06 08:44:38 -08:00
Jason O'Donnell
80027d3bda
Update to v0.3.3 ( #178 )
...
* Update to v0.3.3
* Reorder changelog
2020-01-14 14:14:27 -05:00
Jason O'Donnell
551f292b6f
Update to 0.3.2 ( #166 )
2020-01-08 10:05:06 -05:00
Jason O'Donnell
98e7e0a7c9
Update to 0.3.1 ( #162 )
2020-01-02 12:18:22 -05:00
Jason O'Donnell
7d8ae7df46
Update to 0.3.0 ( #154 )
2019-12-19 11:49:50 -05:00
Jason O'Donnell
fbe3c154a5
Update to 0.2.1 ( #111 )
2019-11-12 19:59:31 -05:00
Jason O'Donnell
a5331f5b38
Update for 0.2.0 release ( #102 )
2019-11-11 10:51:00 -05:00
Jason O'Donnell
0c86c6420a
Add privileged for mlock requirements ( #35 )
...
* Add privilged for mlock requirements
* Update Chart version
2019-08-22 16:32:30 -04:00
Jason O'Donnell
0b8aacb590
Add clusterrolebinding, fix service, update Vault ( #10 )
...
* Add clusterrolebinding, fix service, update Vault
* Change authDelegator to false by default
* Clarify clusterIP comment
2019-08-08 14:14:58 -04:00
Jason O'Donnell
b7469914e2
Refactor chart for 1.0, add tests, update TF ( #2 )
...
* Refactor chart for 1.0, add tests, update TF
* Fix typo in helper comment
* Add NOTES for post install instructions
* Fix typo in NOTES
* Fix replication port for enterprise
* Change updateStrategy to OnDelete
* Add icon
* Remove cluster address from config
* Update README, add contributing doc
* Update README
* Change HA replicas to 3
2019-07-31 14:26:12 -04:00
Clint Shryock
2919739463
trim, s/Consul/Vault
2018-09-28 15:45:40 -05:00
Mitchell Hashimoto
7baa854376
Add consul-helm repo to Chart.yaml
2018-09-05 07:52:27 -07:00
Mitchell Hashimoto
323feba49c
Move chart to top-level
2018-08-18 14:20:04 -07:00