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

Update Helm chart vault to 0.29.1 #7634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Update Change
vault (source) minor 0.28.1 -> 0.29.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/vault-helm (vault)

v0.29.1

Compare Source

Bugs:

  • server: restore support for templated config GH-1073

v0.29.0

Compare Source

Changes:

  • Default vault version updated to 1.18.1
  • Default vault-k8s version updated to 1.5.0
  • Default vault-csi-provider version updated to 1.5.0
  • Tested with Kubernetes versions 1.28-1.31

Features:

  • csi: Allow modification of the hostNetwork parameter on the DaemonSet GH-1046

Bugs:

  • Properly handle JSON formatted server config GH-1049

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from h3mmy as a code owner November 8, 2024 01:23
@renovate renovate bot added the type/minor label Nov 8, 2024
@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 8, 2024
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Nov 8, 2024

Path: cluster/apps/vault/deployment/helm-release.yaml
Version: 0.28.1 -> 0.29.1

@@ -52,8 +52,7 @@
 app.kubernetes.io/instance: vault
 app.kubernetes.io/managed-by: Helm
 data:
- extraconfig-from-values.hcl: |2-
- disable_mlock = true
+ extraconfig-from-values.hcl: |-
 ui = true
 listener "tcp" {
 tls_disable = 1
@@ -70,6 +69,8 @@
 crypto_key = "${GCP_VAULT_CRYPTO_NAME}"
 }
 service_registration "kubernetes" {}
+
+ disable_mlock = true
 ---
 # Source: vault/templates/injector-clusterrole.yaml
 apiVersion: rbac.authorization.k8s.io/v1
@@ -356,7 +357,7 @@
 hostNetwork: false
 containers:
 - name: sidecar-injector
- image: "hashicorp/vault-k8s:1.4.2"
+ image: "hashicorp/vault-k8s:1.5.0"
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -373,7 +374,7 @@
 - name: AGENT_INJECT_VAULT_AUTH_PATH
 value: auth/kubernetes
 - name: AGENT_INJECT_VAULT_IMAGE
- value: "hashicorp/vault:1.17.2"
+ value: "hashicorp/vault:1.18.1"
 - name: AGENT_INJECT_TLS_AUTO
 value: vault-agent-injector-cfg
 - name: AGENT_INJECT_TLS_AUTO_HOSTS
@@ -502,7 +503,7 @@
 requests:
 cpu: 250m
 memory: 256Mi
- image: hashicorp/vault:1.17.2
+ image: hashicorp/vault:1.18.1
 imagePullPolicy: IfNotPresent
 command:
 - "/bin/sh"
@@ -687,7 +688,7 @@
 spec:
 containers:
 - name: vault-server-test
- image: hashicorp/vault:1.17.2
+ image: hashicorp/vault:1.18.1
 imagePullPolicy: IfNotPresent
 env:
 - name: VAULT_ADDR

@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Nov 8, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.04s
✅ YAML prettier 1 0 0 0.42s
✅ YAML yamllint 1 0 0.3s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/vault-0.x branch from 2e90d3f to edf43e0 Compare November 20, 2024 22:55
@renovate renovate bot changed the title Update Helm chart vault to 0.29.0 Update Helm chart vault to 0.29.1 Nov 20, 2024
@bloopy-boi bloopy-boi bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants