argocd-image-updater
argocd-image-updater copied to clipboard
chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.8.12
Bumps github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.8.12.
Release notes
Sourced from github.com/argoproj/argo-cd/v2's releases.
v2.8.12
Quick Start
Non-HA:
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.12/manifests/install.yamlHA:
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.12/manifests/ha/install.yamlRelease Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.8.11...v2.8.12
v2.8.11
Quick Start
Non-HA:
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.11/manifests/install.yamlHA:
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.11/manifests/ha/install.yamlRelease Signatures and Provenance
... (truncated)
Commits
7113616Bump version to 2.8.12 (#17515)c74355dMerge pull request from GHSA-g623-jcgg-mhmm4629a2bMerge pull request from GHSA-jwv5-8mqv-g3873983cc4fix: free disk space for release (#17443)951656fBump version to 2.8.11 (#17375)02f7c23fix: The argocd server api-content-type flag does not allow empty content-typ...6f2274aBump version to 2.8.10 (#17079)36f80e5fix(redis): go-redis v9 regression missing metrics and reconnect hook (#13415...2b45cc8fix(ui): Badge for apps in any namespace (#16739) (#17009)152565afix(server): allow disabling content-type check (#16959) (#16978)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.27%. Comparing base (
7d93c7a) to head (860e86f).
Additional details and impacted files
@@ Coverage Diff @@
## master #691 +/- ##
=======================================
Coverage 66.27% 66.27%
=======================================
Files 22 22
Lines 2150 2150
=======================================
Hits 1425 1425
Misses 591 591
Partials 134 134
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Superseded by #713.