tyriis / home-ops

IaC for my HomeLab kubernetes cluster resources with Flux
https://github.com/tyriis/home-ops/blob/main/README.md
39 stars 2 forks source link

fix(vault): update helm-release ( 0.29.0 → 0.29.1 ) #4011

Closed tyriis-automation[bot] closed 5 days ago

tyriis-automation[bot] commented 5 days ago

This PR contains the following updates:

Package Update Change OpenSSF
vault (source) patch 0.29.0 -> 0.29.1 OpenSSF Scorecard

Release Notes

hashicorp/vault-helm (vault) ### [`v0.29.1`](https://redirect.github.com/hashicorp/vault-helm/blob/HEAD/CHANGELOG.md#0291-November-20-2024) [Compare Source](https://redirect.github.com/hashicorp/vault-helm/compare/v0.29.0...v0.29.1) Bugs: - server: restore support for templated config [GH-1073](https://redirect.github.com/hashicorp/vault-helm/pull/1073)

Configuration

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

🚦 Automerge: Enabled.

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

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



This PR has been generated by Renovate Bot.

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

tyriis-automation[bot] commented 5 days ago

--- kubernetes/kube-nas/apps/secops/vault/app Kustomization: flux-system/vault HelmRelease: secops/vault

+++ kubernetes/kube-nas/apps/secops/vault/app Kustomization: flux-system/vault HelmRelease: secops/vault

@@ -12,13 +12,13 @@

     spec:
       chart: vault
       sourceRef:
         kind: HelmRepository
         name: hashicorp-charts
         namespace: flux-system
-      version: 0.29.0
+      version: 0.29.1
   driftDetection:
     mode: enabled
   install:
     remediation:
       retries: 3
   interval: 15m
tyriis-automation[bot] commented 5 days ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 3.9s
✅ YAML prettier 1 0 0.49s
✅ YAML yamllint 1 0 0.45s

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