Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Update dependency argoproj/argo-cd to v2.4.28 #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization patch v2.4.14 -> v2.4.28

Release Notes

argoproj/argo-cd

v2.4.28

Compare Source

Quick Start

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

Breaking changes

As part of the fix for GHSA-2q5c-qw9c-fmvq, the API will now return "Unauthorized" instead of "Not found" if an Application does not exist. This change prevents leaking the existence or non-existence of Applications to unauthorized parties.

This change may break applications which depend on "Not found" responses from the Argo CD API's application endpoints.

Workarounds and potential long-term solutions will be discussed on https://github.com/argoproj/argo-cd/issues/13000.

The argocd app create CLI command for versions >= 2.5.0-rc1 and before this security patch is one such application which was affected. (See upgrade notes for details on that issue.)

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 1 contributions from 1 contributors with 0 features and 0 bug fixes.

Security (1)
  • MODERATE: Authenticated but unauthorized users may enumerate Application names via the API (GHSA-2q5c-qw9c-fmvq)

v2.4.27

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 10 contributions from 4 contributors with 0 features and 3 bug fixes.

Bug fixes (3)
  • fix codegen
  • fix: log plugin commands in a better format (#​12260)
  • fix: support 'project' filter field for backwards-compatibility (#​12594)
Documentation (2)
Other (5)
  • chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#​12888)
  • chore(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#​12889)
  • build: Enable CI checks on PRs to release branches (#​12887)
  • test: wait longer after repo server restarted to avoid errors on s390x (#​12839) (#​12884)
  • chore(deps): bump actions/cache from 3.2.6 to 3.3.1 (#​12845)

v2.4.26

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 3 contributions from 3 contributors (1 of them new) with 0 features and 1 bug fixes.

A special thanks goes to the 1 new contributor:

  • Shaw Ho
Bug fixes (1)
  • fix: Fix the applicationset kind typo (#​12690)
Documentation (1)
Other (1)

v2.4.25

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 11 contributions from 5 contributors with 0 features and 3 bug fixes.

Bug fixes (3)
Documentation (3)
Other (5)
  • chore: fix whitespace for codegen
  • chore(deps): bump actions/cache from 3.2.5 to 3.2.6 (#​12567)
  • chore(deps): bump sigstore/cosign-installer from 2.8.1 to 3.0.1 (#​12689)
  • chore: upgrade redis to 7.0.8 to avoid several CVEs (#​12627)
  • chore: upgrade haproxy to 2.0.31 to avoid multiple CVEs (#​12629)

v2.4.24

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 13 contributions from 11 contributors (6 of them new) with 0 features and 4 bug fixes.

A special thanks goes to the 6 new contributors:

  • atusy
  • Dmitriy Mann
  • Michael Chen
  • schakrad
  • Wojtek Cichoń
  • Zadkiel Aharonian
Bug fixes (4)
Documentation (5)
  • docs: FAQ improvements (#​12146)
  • docs: fix typo (#​12389)
  • docs: Updated link to Jenkins and added GitHub Actions link (#​12465)
  • docs: fix typo in health documentation (#​12497)
  • docs: Clarify cascade delete of resource and finalizer (#​11064)
Other (4)
  • chore: use registry.k8s.io instead of k8s.gcr.io (#​12362)
  • chore(deps): bump imjasonh/setup-crane from 0.2 to 0.3 (#​12504)
  • chore(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#​12308)
  • chore(deps): bump actions/cache from 3.2.4 to 3.2.5 (#​12433)

v2.4.23

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 4 contributions from 3 contributors with 0 features and 0 bug fixes.

Security (1)
  • CRITICAL: Users with any cluster secret update access may update out-of-bounds cluster secrets (GHSA-3jfq-742w-xg8j)
Documentation (2)
  • docs: Fix heading to not include a v for the second version (#​12218)
  • docs: add destination.name example (#​12242)
Other (1)
  • chore: add dist to path to use our kustomize version (#​12352)

v2.4.22

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 8 contributions from 7 contributors (3 of them new) with 0 features and 2 bug fixes.

A special thanks goes to the 3 new contributors:

  • Adam Jensen
  • James Brady
  • Nobuo Takizawa
Bug fixes (2)
Documentation (3)
  • docs: Fix copy that refers to a different CLI flag (#​12236)
  • docs: Clarify directory recursion (#​12037)
  • docs: Fix list formatting in "Resource Actions" docs page (#​12061)
Other (3)
  • chore(deps): bump docker/setup-buildx-action from 2.2.1 to 2.4.0 (#​12227)
  • chore(deps): bump actions/cache from 3.2.3 to 3.2.4 (#​12228)
  • chore: Update dex's image tag that is forgotten to be updated (#​12234)

v2.4.21

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 3 contributions from 3 contributors (1 of them new) with 0 features and 2 bug fixes.

A special thanks goes to the 1 new contributors:

  • Eugen Friedland
Bug fixes (2)
  • fix(health): Handling SparkApplication CRD health status if dynamic allocation is enabled (#​7557) (#​11522)
  • fix: add CLI client IDs to default OIDC allowed audiences (#​12170) (#​12179)
Other (1)
  • chore: Refactor terminal handler to use auth-middleware (#​12052)

v2.4.20

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Known Issues

If you use the bundled Dex instance for SSO, a bug in 2.4.20 will prevent CLI clients from successfully authenticating with the Argo CD API. A patch for the bug is being tested as of Friday, Jan 27, and a fix will be released shortly.

Changes

This release includes 2 contributions from 2 contributors with 0 features and 0 bug fixes.

Security (1)
Other (1)
  • chore: disable docker sbom and attestations (#​12059)

v2.4.19

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 28 contributions from 12 contributors (4 of them new) with 0 features and 5 bug fixes.

A special thanks goes to the 4 new contributors:

  • Aymen Ben Tanfous
  • Gaël Jourdan-Weil
  • Matt Clegg
  • yanyx
Bug fixes (5)
Documentation (5)
  • docs: note risks of secret-injection plugins (#​11617)
  • docs: clarify project destination possibilities (#​11706)
  • docs: correct SSO configuration URL in example configmap (#​11720)
  • docs: Update example dockerfile (#​11721)
  • docs: clarify that all labels must exist (#​11693)
Other (18)
  • chore: upgrade github.com/prometheus/client_golang to v1.11.1 to avoid CVE-2022-21698 (#​12015)
  • chore: fix bad merge
  • chore(deps): bump actions/cache from 3.2.2 to 3.2.3 (#​11928)
  • chore(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#​11895)
  • chore: fix codegen
  • chore: fix codegen
  • chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#​11896)
  • chore(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#​11929)
  • Revert "fix: ssa e2e tests failing after updating to kubectl 1.26 (#​11753)"
  • chore: upgrade redis to 7.0.7 to avoid CVE-2022-3996 (#​11925)
  • chore: Upgrade shipped version of Redis to 7.0.5 to fix CVE-2022-35951 (#​10702)
  • chore(deps): bump actions/cache from 3.2.0 to 3.2.2 (#​11839)
  • chore(deps): bump actions/download-artifact from 3.0.1 to 3.0.2 (#​11894)
  • chore(deps): bump actions/cache from 3.0.11 to 3.2.0 (#​11809)
  • chore: fix lint error (#​11788)
  • chore: get image digest in seperate step (#​11778)
  • chore(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#​11697)
  • doc: correct kustomize demo path (#​11762)

v2.4.18

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 29 contributions from 12 contributors (6 of them new) with 0 features and 10 bug fixes.

A special thanks goes to the 6 new contributors:

  • Edmund Rhudy
  • Justin Marquis
  • Michael Merrill
  • Michael Vittrup Larsen
  • Nicholas Morey
  • Shuai Zhang
Bug fixes (10)
  • fix: pin kubectl version (#​11726)
  • fix(helm): login OCI Helm dependencies correctly (#​8563) (#​11327)
  • fix(helm): helm v3 doesn't have these flags (#​11100) (#​11540)
  • fix: add missing changes for bitbucket cloud SCM provider (#​10143) (#​11150)
  • fix: expose missing ReactDOM to enable extensions implementation (#​11495)
  • fix: application stuck in infinite reconciliation loop if using wrong project (#​11246)
  • fix: set HELM_CONFIG_HOME dir for oci registry authentication; fixes: #​11284 (#​11285)
  • fix: UI can now get clusters with slashes in name (#​9812) (#​9813)
  • fix: allow resolving repo root as jsonnet lib path (#​11119)
  • fix: use non distroless image for dex (#​11219)
Documentation (4)
  • docs: Clarification of the create namespace feature (#​11723)
  • docs: kustomize has access to build environment (#​11643)
  • docs: add warning for user when using replace sync option (#​11566)
  • docs: Add skipCrds and ignoreMissingValueFiles to application.yaml example (#​11565)
Other (15)
  • chore: fix flaky e2e test for immutable fields (#​11685)
  • chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#​11679)
  • chore: fix flaky e2e test (#​11670)
  • chore: fix flaky e2e test (#​11509) (#​11654)
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /ui (#​11533)
  • Revert "fix: application stuck in infinite reconciliation loop if using wrong project (#​11246)"
  • chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#​11535)
  • chore(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15 (#​11534)
  • chore: pin actions (#​11360)
  • chore: use set-output environment file (#​10999)
  • chore(deps): bump actions/upload-artifact from 2 to 3 (#​11365)
  • chore(deps): bump actions/setup-node from 1 to 3 (#​11364)
  • chore(deps): bump codecov/codecov-action from 1 to 3 (#​11362)
  • chore(deps): bump actions/download-artifact from 2 to 3 (#​11361)
  • chore: use --password-stdin for docker login (#​11331)

v2.4.17

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 1 contributions from 1 contributors with 0 features and 1 bug fixes.

Bug fixes
  • fix: handle apiGroup updates in resource-tracking (#​11012)

v2.4.16

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 9 contributions from 6 contributors (4 of them new) with 0 features and 2 bug fixes.

A special thanks goes to the 4 new contributors:

  • Alex Eftimie
  • Allex
  • Chromo-residuum-opec
  • Jessie Teng
Security fixes

This release includes openssl version 3.0.2-0ubuntu1.7, which patches high-severity vulnerabilities.

Bug fixes
Documentation
  • docs: fix 'bellow' typos (#​11038)
  • docs: mention that OCI helm does not support version ranges (#​11026)
Other

v2.4.15

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 24 contributions from 15 contributors (10 of them new) with 9 bug fixes.

A special thanks goes to the 10 new contributors:

  • Aiman Fatima
  • Chris Davis
  • Eddie Knight
  • Lars Kellogg-Stedman
  • Matt Morrison
  • Mayursinh Sarvaiya
  • Nir Shtein
  • Richard Jennings
  • rumstead
  • Sakshi Jain
Bug fixes
  • fix: Display pointer on labels for resource names in sync panel (#​10959)
  • fix: Use os.PathSeparator instead of hard-coded string to resolve local file paths (#​10945) (#​10946)
  • fix(ui): sync option label doesn't check corresponding box (#​10863) (#​10876)
  • fix: clicking HEAD in bitbucket leads to a 404 page (#​10862)
  • fix: added css to change cursor to pointer on hover (#​10864) (#​10867)
  • fix: consider destination cluster name when validating destinations (#​10594)
  • fix: Add missing statuses to MinIO Tenant health check (#​10815)
  • fix: add applicationset to crds generated by gen-crd-spec (#​10833)
  • fix(ui): Don't jump back to tiles view on app deletion (#​8764) (#​10826)
Documentation
  • docs: appset PR generator docs fixes (#​10567)
  • docs: add link to 2.4-2.5 upgrade guide (#​10808)
  • docs: more docs for directory apps (#​10879)
  • docs: clarify how default RBAC policy works (#​10896)
  • docs: fix examples for ArgoCD ApplicationSet Git Generator (#​10857)
  • docs: remove unused plugin config fields (#​10304)
  • docs: fix advice about preferred version in high availability (#​10619)
  • docs: Correct grammar issues in docs on manifest path annotations (#​10776)
  • docs: Update link to resource customizations (#​10827) (#​10828)
Other
  • chore: add script to generate release notes (#​10806)
  • chore: sign checksums file for release binaries (#​10963)
  • chore: implement signed images (#​10925)
  • chore: upgrade dex to v2.35.3 to avoid CVE-2022-27665 (#​10939)
  • Revert "fix: add applicationset to crds generated by gen-crd-spec (#​10833)"
  • chore: Added recommended permissions to github actions workflows (#​10812)

Configuration

📅 Schedule: Branch creation - "before 11pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/patch-argo-cd branch from 74caef9 to 2d378cd Compare November 1, 2022 23:06
@renovate renovate bot changed the title Update dependency argoproj/argo-cd to v2.4.15 Update dependency argoproj/argo-cd to v2.4.16 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/patch-argo-cd branch from 2d378cd to 47d2d55 Compare November 7, 2022 17:09
@renovate renovate bot changed the title Update dependency argoproj/argo-cd to v2.4.16 Update dependency argoproj/argo-cd to v2.4.17 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/patch-argo-cd branch from 47d2d55 to 4a38b45 Compare January 26, 2023 23:17
@renovate renovate bot changed the title Update dependency argoproj/argo-cd to v2.4.17 Update dependency argoproj/argo-cd to v2.4.20 Jan 26, 2023
@renovate renovate bot force-pushed the renovate/patch-argo-cd branch from 4a38b45 to 595b38a Compare March 8, 2023 23:20
@renovate renovate bot changed the title Update dependency argoproj/argo-cd to v2.4.20 Update dependency argoproj/argo-cd to v2.4.25 Mar 8, 2023
@renovate renovate bot changed the title Update dependency argoproj/argo-cd to v2.4.25 Update dependency argoproj/argo-cd to v2.4.26 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/patch-argo-cd branch from 595b38a to 79a09bb Compare March 16, 2023 12:07
@renovate renovate bot force-pushed the renovate/patch-argo-cd branch from 79a09bb to ac2ac2e Compare March 24, 2023 18:07
@renovate renovate bot changed the title Update dependency argoproj/argo-cd to v2.4.26 Update dependency argoproj/argo-cd to v2.4.28 Mar 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants