argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.8.8

Open dependabot[bot] opened this issue 1 year ago • 1 comments

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.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.8/manifests/ha/install.yaml

Release 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
  • 1b025d2 Bump version to 2.8.8 (#16929)
  • 6e5d303 chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 (#16913)
  • 0b459f2 fix: enforce content type header for API requests (#16860) (Cherry-pick relea...
  • c80e771 fix(action): Add missing owner refs and annotation to create-job action (#166...
  • 17e831e fix(grpcproxy): add missing GRPCKeepAliveEnforcementMinimum - Cherrypick 2.8 ...
  • 9b00d1b docs: Fix format issue in rbac.md (#16521) (#16539)
  • 40fb89f fix(appset): Don't use revision cache when reconciling after webhook (#16062)...
  • b84b143 fix: check for double definition (#16435)
  • d6f3b02 Bump version to 2.8.7 (#16404)
  • a6c8462 feat: add support for ALL_PROXY (#10451) (#16399)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

dependabot[bot] avatar Jan 19 '24 21:01 dependabot[bot]

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.

codecov-commenter avatar Jan 19 '24 21:01 codecov-commenter

Superseded by #691.

dependabot[bot] avatar Mar 15 '24 16:03 dependabot[bot]