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.8
Bumps github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.8.8.
Release notes
Sourced from github.com/argoproj/argo-cd/v2's releases.
v2.8.8
Quick Start
Non-HA:
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.8/manifests/install.yamlHA:
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.8/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.
Known Issues
The security patch causes major issues in the UI (many UI actions simply fail). A fix is available in 2.8.9.
Changes
This release fixes a security issue: https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg
🚨 Important: The security fix includes a breaking API change. Please read the GHSA before upgrading! 🚨
Bug fixes (6)
- fix(ui): set content-type for certain UI requests (#16923) (#16930) (#16934)
- fix: enforce content type header for API requests (#16860) (Cherry-pick release-2.8) (#16879)
- fix(action): Add missing owner refs and annotation to create-job action (#16607) (#16609)
- fix(grpcproxy): add missing GRPCKeepAliveEnforcementMinimum - Cherrypick 2.8 (#16566)
- fix(appset): Don't use revision cache when reconciling after webhook (#16062) (#16241) (#16543)
- fix: check for double definition (#16435)
Documentation (1)
Other (1)
... (truncated)
Commits
1b025d2Bump version to 2.8.8 (#16929)6e5d303chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 (#16913)0b459f2fix: enforce content type header for API requests (#16860) (Cherry-pick relea...c80e771fix(action): Add missing owner refs and annotation to create-job action (#166...17e831efix(grpcproxy): add missing GRPCKeepAliveEnforcementMinimum - Cherrypick 2.8 ...9b00d1bdocs: Fix format issue in rbac.md (#16521) (#16539)40fb89ffix(appset): Don't use revision cache when reconciling after webhook (#16062)...b84b143fix: check for double definition (#16435)d6f3b02Bump version to 2.8.7 (#16404)a6c8462feat: add support for ALL_PROXY (#10451) (#16399)- 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:
Comparison is base (
7d93c7a) 66.27% compared to head (43c9a48) 66.27%.
Additional details and impacted files
@@ Coverage Diff @@
## master #670 +/- ##
=======================================
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.
Superseded by #691.