crossplane-contrib / provider-argocd

Crossplane provider to provision and manage Argo CD objects
Apache License 2.0
68 stars 35 forks source link

chore(deps): Bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.10.0 #140

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.10.0.

Release notes

Sourced from github.com/argoproj/argo-cd/v2's releases.

v2.10.0

Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.0/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.

Changes

This release includes 217 contributions from 114 contributors (90 of them new) with 56 features and 47 bug fixes.

Features (56)

  • feat(controller): add sync jitter(#14241) (#16820) (#16960)
  • feat(ui): add status panel extensions (#15780)
  • feat: Implement Server-Side Diff (#13663)
  • feat(ui): Show prompt when every resource requires pruning (#16603)
  • feat: PostDelete hook support (#16595)
  • feat(security): log user when access is blocked (#16558)
  • feat(ui): Add sourceNamespaces in Projects UI and only show it if AppsInAnyNamespaceEnabled flag is set (#16249)
  • feat(appset): Advanced Templating using templatePatch (#14893)
  • feat: Argocd notification self service (#16488)
  • feat(cli): Added example to admin-cluster.go and projectwindow.go files (#16128)
  • feat(server): log app Spec along with event (#16416)
  • feat(opentelemetry): :sparkles: support for secured OTLP endpoint and headers (#15573)
  • feat(oidc): optionally query OIDC UserInfo to gather group claims (#12062)
  • feat(app): Support app sync --dry-run --revision some-revision with arbitrary revisions(#12592) (#16387)
  • feat: add support for ALL_PROXY (#10451)
  • feat(appset): Added 'slugify' sprig function (#15188)
  • feat: Support for Kustomize Components (#16230)
  • feat: add retry logic for k8s client #7692 (#16154)

... (truncated)

Commits


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 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)
dependabot[bot] commented 6 months ago

Superseded by #143.