tyriis / home-ops

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

fix(argo-workflows): update helm-release ( 0.42.0 → 0.42.1 ) #3556

Closed tyriis-automation[bot] closed 2 months ago

tyriis-automation[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change OpenSSF
argo-workflows patch 0.42.0 -> 0.42.1 OpenSSF Scorecard

Release Notes

argoproj/argo-helm (argo-workflows) ### [`v0.42.1`](https://redirect.github.com/argoproj/argo-helm/releases/tag/argo-workflows-0.42.1) [Compare Source](https://redirect.github.com/argoproj/argo-helm/compare/argo-workflows-0.42.0...argo-workflows-0.42.1) A Helm chart for Argo Workflows #### What's Changed - chore(deps): bump the dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/argoproj/argo-helm/pull/2905](https://redirect.github.com/argoproj/argo-helm/pull/2905) - chore(deps): update ghcr.io/renovatebot/renovate docker tag to v38.59.2 by [@​argoproj-renovate](https://redirect.github.com/argoproj-renovate) in [https://github.com/argoproj/argo-helm/pull/2906](https://redirect.github.com/argoproj/argo-helm/pull/2906) - feat(argo-workflows): add loadBalancerClass field for Service resources by [@​gazal-k](https://redirect.github.com/gazal-k) in [https://github.com/argoproj/argo-helm/pull/2771](https://redirect.github.com/argoproj/argo-helm/pull/2771) **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.37.6...argo-workflows-0.42.1

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 2 months 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 SonarCloud

tyriis-automation[bot] commented 2 months ago

--- kubernetes/talos-flux/apps/devops/argo-workflows/app Kustomization: flux-system/apps-argo-workflows HelmRelease: devops/argo-workflows

+++ kubernetes/talos-flux/apps/devops/argo-workflows/app Kustomization: flux-system/apps-argo-workflows HelmRelease: devops/argo-workflows

@@ -15,13 +15,13 @@

       chart: argo-workflows
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: argo-charts
         namespace: flux-system
-      version: 0.42.0
+      version: 0.42.1
   interval: 15m
   values:
     controller:
       image:
         registry: quay.io
         repository: argoproj/workflow-controller
tyriis-automation[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.76s
✅ YAML prettier 1 0 0.47s
✅ YAML yamllint 1 0 0.35s

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