Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(security-apps): update vault from 0.19.* to 0.20.1 #731

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

Nerkho
Copy link
Member

@Nerkho Nerkho commented Jun 20, 2022

Description

Update vault from 0.19.* to 0.20.1

Issues

Changes

Update:

Features:

  • Mutating webhook will no longer target the agent injector pod GH-736

Improvements:

  • Mutating webhook will no longer target the agent injector pod GH-736
  • CSI: Set extraLabels for daemonset, pods, and service account GH-690
  • Add namespace to injector-leader-elector role, rolebinding and secret GH-683
  • Support policy/v1 PodDisruptionBudget in Kubernetes 1.21+ for server and injector GH-710
  • Make the Cluster Address (CLUSTER_ADDR) configurable GH-629
  • server: Make publishNotReadyAddresses configurable for services GH-694
  • server: Allow config to be defined as a YAML object in the values file GH-684
  • Maintain default MutatingWebhookConfiguration values from v1beta1 GH-692

Bugs:

  • vault service account is now created even if the server is set to disabled, as per before 0.20.0 GH-737

Checklist

  • This PR contains a description of the changes I'm making
  • I updated the version in Chart.yaml
  • I updated applicable README.md files using pre-commit run
  • I documented any high-level concepts I'm introducing in docs/
  • CI is currently green and this is ready for review
  • I am ready to test changes after they are applied and released

@Nerkho Nerkho requested a review from a team as a code owner June 20, 2022 16:17
@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 20, 2022
@Nerkho Nerkho requested a review from eyenx June 20, 2022 16:19
@@ -81,7 +81,7 @@ vault:
# -- Chart
chart: "vault"
# -- [vault Helm chart](https://github.com/hashicorp/vault-helm) version
targetRevision: "0.19.*"
targetRevision: "0.20.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've always held back on not using x.y.* before we don't have chart version bumping automated ala #218

but i'm all for changing that asap 👍

@Nerkho Nerkho merged commit 1a46ca1 into main Jun 21, 2022
@Nerkho Nerkho deleted the feat/update-vault-20.1 branch June 21, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 0.20.1 of vault is available!
2 participants