Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/argoproj/argo-cd/v2 to v2.5.5 #793

Merged
merged 5 commits into from
Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/argoproj/argo-cd/v2 require minor v2.4.15 -> v2.5.5

Release Notes

argoproj/argo-cd

v2.5.5

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.5/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 14 contributions from 9 contributors (1 of them new) with 0 features and 6 bug fixes.

A special thanks goes to the 1 new contributor:

  • schakrad
Bug fixes (6)
Documentation (3)
  • 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)
Other (5)
  • chore: upgrade helm to most recent version (v3.10.3) (#​11725)
  • 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)

v2.5.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.4/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 20 contributions from 16 contributors (10 of them new) with 0 features and 6 bug fixes.

A special thanks goes to the 10 new contributors:

  • Antoine Pultier
  • Artur Rodrigues
  • Cedar
  • Dieter Bocklandt
  • Duncan
  • Gerald Spencer
  • Michael Merrill
  • Michael Vittrup Larsen
  • Nathanael Liechti
  • Philip Haberkern
Bug fixes
  • fix: sidebar css (#​11531)
  • fix: use repository GithubAppCreds proxy if set (#​11422)
  • fix(ui): fix sorting of parameters. Make the Remove override button clickable again (#​11316)
  • fix: add missing changes for bitbucket cloud SCM provider (#​10143) (#​11150)
  • fix: expose missing ReactDOM to enable extensions implementation (#​11495)
  • fix: sonarlint issue (#​11472)
Documentation
  • docs: Add skipCrds and ignoreMissingValueFiles to application.yaml example (#​11565)
  • docs: update how to access arrays in Go templates (#​11562)
  • docs: Added ARGOCD_ENV_ prefix to FOO (#​11545)
  • docs: Add CSI secret driver to the secret management options (#​10900)
  • docs: Improve Keycloak documentation for command line sign-in (#​8758)
  • docs: Update operator manual installation helm available url (#​11120)
  • docs: Update Pull Request generator documentation to include application lifecycle (#​11274)
  • docs: fix markdown formatting (#​11460)
Other
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /ui (#​11533)
  • chore: add debug logs around CMP manifest generation (#​11185)
  • 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)

v2.5.3

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.3/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 21 contributions from 15 contributors (6 of them new) with 0 features and 11 bug fixes.

A special thanks goes to the 6 new contributors:

  • Edmund Rhudy
  • F1ko
  • Nicholas Morey
  • Nick Mohoric
  • Patrice Chalin
  • Shuai Zhang
Bug fixes
  • fix: hide app namespace on the ui (#​11111) (#​11247)
  • fix: ui banner covering sidebar (#​11101)
  • fix: Add support for /api/v1/applicationsets* via HTTP (#​11409)
  • fix: application stuck in infinite reconciliation loop if using wrong project (#​11246)
  • fix: remove 0.0.0.0/0 ipblock from network policies (#​11321) (#​11322)
  • 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: retry token creation/deletion upon project conflict errors (#​11199)
  • fix: Retry IsConflict for settings update. Map kube API errors to retryable HTTP status codes (#​10817)
  • fix: use non distroless image for dex (#​11219)
Documentation
  • docs: improve build env variable list formatting (#​11429)
  • docs: fix references to cli tools moved under argocd admin (#​11181)
  • docs: Enable Google Analytics 4 for 2.5 (stable) (#​11323)
  • docs: add example for config management plugins exclusion (#​11187)
Other
  • 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 actions/cache from 1 to 3 (#​11363)
  • 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.5.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.2/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 5 contributors (2 of them new) with 0 features and 3 bug fixes.

A special thanks goes to the 2 new contributors:

  • balajisa
  • Chris Lewis
Bug fixes
  • fix: templating keys in ApplicationSet (#​11076) (#​11163)
  • fix: handle apiGroup updates in resource-tracking (#​11012)
  • fix: upgrade redis-ha chart to 4.22.3, redis regression (#​11176)
Documentation
  • docs: Add Contributor's Quickstart Page (#​11108)
  • docs: debugging CMPs (#​11142)
  • docs: add Dockerfile example for plugin (#​11130)
  • docs: document metadata access for go-templated cluster generator (#​10929)
  • docs(user-guide): Add doc for import argocd packages (#​11041) (#​11096)

v2.5.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.1/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

Security fixes

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

v2.5.0

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.0/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 301 contributions from 136 contributors (89 of them new) with 59 features and 62 bug fixes.

Features
  • feat(ui): notification subscriptions edit field #​10310 (#​10839)
  • feat: system level extensions (#​10758)
  • feat: equality-based and set-based filtering by label keys and values for list, sync, delete and wait App commands (#​10548)
  • feat: add health checks for storage.cnrm.cloud.google.com/StorageBucketAccessControl (#​10727)
  • feat: add the ability to filter apps based on clusters (#​10465)
  • feat: argocd app delete apps by label (#​10091) (#​10118)
  • feat: add health checks for iam.cnrm.cloud.google.com/IAMPolicy (#​10725)
  • feat: add Prometheus health check (#​10508)
  • feat: add health check for cloudscheduler.cnrm.cloud.google.com/CloudSchedulerJob (#​10606)
  • feat: add health check for cloudscheduler.cnrm.cloud.google.com/CloudFunctionsFunction (#​10607)
  • feat: health check for compute.cnrm.cloud.google.com/ComputeDisk (#​10608)
  • feat: health check for OnePasswordItem (#​10690)
  • feat: health check storage.cnrm.cloud.google.com/StorageDefaultObjectAccessControl (#​10726)
  • feat(ui): Collapsable sidebar with filters (#​10626)
  • feat: dark mode (#​4722) (#​9703)
  • feat: create cli commands for ApplicationSet (#​9584)
  • feat: add permitOnlyProjectScopedClusters flag (#​10237)
  • feat: add scrollbar to live manifest (#​10379)
  • feat: add notifications API (#​10279)
  • feat(applicationset): reuse repo-creds for an existing GitHub App (#​10092)
  • feat: Support Custom Application Actions in CLI #​7577 (#​10015)
  • feat: make https repo credentials editable in the UI (#​9108) (#​9782)
  • feat!(cli): add confirm for cluster remove (#​10319)
  • feat: server-side manifest generation for local diff (#​8145) (#​10019)
  • feat: support gzip compression for data stored in redis (#​10190)
  • feat: Make additional namespaces configurable via environment (#​10270)
  • feat: Applications in any namespace (#​9755)
  • feat: add support for default container annotation (#​8015) (#​9769)
  • feat: add projects filter to app sync command (#​8320) (#​10133)
  • feat: add Gitlab PR generator webhooks support (#​10235)
  • feat: refactor redis-ha NetworkPolicy to include egress rules (#​10226)
  • feat: restrict egress onredis (#​10227)
  • feat: Added health check for spot.io SpotDeployment (#​10152)
  • feat: Added Google Project health check (#​10230)
  • feat: Added Google PubSub Topic and Subscription health checks (#​10229)
  • feat: ApplicationSet Go template (#​10026)
  • feat: Introduces Server-Side Apply as sync option (#​9711)
  • feat: app wait with --degraded (#​10139)
  • feat: Expose the Argo CD ID through an ENV in the Dockerfile (#​10113) (#​10115)
  • feat: Support environment variables in Helm value file paths (#​10213)
  • feat: Add labelSelector style to filter all generators (#​9312)
  • feat: add deny destinations for projects (#​9464) (#​9652)
  • feat: argocd app manifests --local (#​5525) (#​10061)
  • feat: add ingress network policies for applicationset and notifications controller (#​10053)
  • feat: add HTTPS to dex server (#​9424) (#​9883)
  • feat: allow argocd cluster rotate-auth to accept cluster name (#​9838)
  • feat(applicationset): add short sha to PR generator (#​9668) (#​9669)
  • feat: implement consistent startup messages for all components (#​9800)
  • feat: allow interpolation of cluster generator values (#​9254)
  • feat: add initiatedBy info to App status field when performing a rollback (#​9713)
  • feat: Add Azure DevOps SCM Provider Generator; add branchNormalized to SCM Generator template fields. (#​9283)
  • feat: Added the ability to filter MRs by 'state' to Gitlab PR Generator (#​9540)
  • feat: support health check on FlinkDeployment (#​9300) (#​9300)
  • feat: Slugified the branch name in PR generators (#​9462)
  • feat: combine form repo settings page #​9167 (#​9374)
  • feat: Matrix generator where a generator can reference items of another one (#​9080)
  • feat: Expansion support and line relayout (#​8661)
  • feat: Network view should group pods into higher level workload (#​5468) (#​8996)
  • feat: Move app resources commands to dedicated command file (#​9306)
Bug fixes
  • fix: Update custom health check for kiali.io/Kiali (#​10995)
  • fix: Resource list in sync page msg style#​10887 (#​10970)
  • fix: upgrade Helm to avoid disk use issue (#​8773) (#​10937)
  • fix: Resource list loading slowly due to Sync Wave sorting (#​10932)
  • fix: add applicationsets to RBAC policy (#​10810) (#​10891)
  • fix: duplicate source namespace validation (#​10853)
  • fix: applicationset controller should respect logging flags (#​10513)
  • fix: show revision in badge when param is true (#​10545)
  • fix: Unbreak app refresh from panel list (#​10825)
  • fix: Add filter icon to help users find filters (#​10809)
  • fix: reduce noise in logs (#​10369) (#​10765)
  • fix: New sidebar icons are missing margin (#​10794)
  • fix: incorrect filters placement on resource list (#​10781)
  • fix: add theme to version panel in ui (#​10762)
  • fix: always prune on git fetch (#​10664)
  • fix: duplicate z-index (#​10760)
  • fix: ui add tooltips on repository url links and names (#​9868) (#​10108)
  • fix: add tooltip for long title in list view ui (#​9792)
  • fix: button consistency in logs panel #​9945 (#​10016)
  • fix: Provide better error message when application source is missing some settings (#​10694)
  • fix: Application details page crashes with JS error (#​10640)
  • fix: snyk report bugs (#​10544)
  • fix: add more info to creationtime format (#​10286) (#​10493)
  • fix: invalid error handling (#​10384) (#​10385)
  • fix: Remove quotes from delete dialog #​10008 (#​10471)
  • fix(ui): Remove application namespace field in app creation (#​10481)
  • fix(ui): Fix multi-app refresh and sync in the UI (#​10421)
  • fix: add space before prompt in CLI (#​10362)
  • fix: Add logic to handle for fileHandle.Close() (#​9963) (#​10361)
  • fix: Replace dangerous use of xargs (#​10331)
  • fix: Trim white space from string slice retrieved from environment (#​10275)
  • fix(applicationset): support webhook with matrix interpolation (#​9931) (#​10236)
  • fix: consistent example indentation in CLI (#​10075)
  • fix: set default value for users.session.duration (#​9962) (#​10185)
  • fix: Add logic to handle for file.Close() (#​9963) (#​10159)
  • fix: add logic to handle for f.Close() for util/gpg (#​9963) (#​10130)
  • fix: Add logic to handle for f.Close() for util/db (#​9963) (#​10127)
  • fix: Handle github ping webhook event (#​7555) (#​10082)
  • fix: add logic to handle for f.Close() for util/io/files/tar.go (#​9963)
  • fix: off positioned filter icon (#​10013)
  • fix: Add logic to handle for f.Close() in util/localconfig/ (#​9963)
  • fix: copy claims before modifying for logs (#​10044)
  • fix: api server should use ARGOCD_SERVER_LOG_LEVEL instead of ARGOCD_REPO_SERVER_LOGLEVEL (#​9970) (#​9975)
  • fix: don't log group claims unless log level is debug (#​9549) (#​9947)
  • fix: bad error message (#​9967)
  • fix: validateProject() function in app_project_types.go file has nil dereference bug (#​9917)
  • fix: 'unexpected reserved bits' breaking web terminal (#​9605) (#​9895)
  • fix: make test-tools-image work on apple silicon (#​9808)
  • fix(applicationset): provide nameNormalized template param for local cluster (#​9728)
  • fix: upgrade superagent from 7.1.3 to 7.1.6 (#​9748)
  • fix: pss restricted securityContext (#​9765)
  • fix: overrides should not appear in the manifest cache key (#​9601)
  • fix: ui add tooltips on cluster urls (#​9567)
  • fix: better error message for invalid repo URL (#​9513)
  • fix: Use the matchMode specified in the rbac configmap (#​9419)
  • fix: New line layout not applied to load balancer; podGroup fix (#​9452) (#​9523)
  • fix: added extra protection to syncing app with replace (#​9187)
  • fix: upgrade superagent to resolve potential CVE (#​9494)
  • fix: restore broken source-maps to simplify UI debugging (#​9491)
  • fix: Pass context to resource tree (#​5468) (#​9401)
  • fix spelling (#​9372)
  • fix: http headers contain colons in the field value (#​9375)
Documentation
  • docs: fix 'bellow' typos (#​11038)
  • docs: mention that OCI helm does not support version ranges (#​11026)
  • docs: release signature verification (#​10967)
  • docs: more versioned docs fixes (#​10342)
  • docs: fix examples for ArgoCD ApplicationSet Git Generator (#​10857)
  • docs: Add example about how to patch with SSA syncs (#​10829)
  • docs: Add OccMundial to list of users (#​10712)
  • docs: Fix TLS configure link on getting started (#​10734)
  • docs: Default value for server.rootpath is incorrect (#​10665)
  • docs: Add enigmo to list of users (#​10603)
  • docs: decision about logs RBAC enforcement in release notes (#​10563)
  • docs: Include Pandosearch in USERS.md (#​10596)
  • docs: Add Productboard to users (#​10528)
  • docs: Fix typo and rephrase sentence (#​10504)
  • docs: document sync interval setting (#​10520)
  • docs: Remove invalid link to hands-on labs (#​10466)
  • docs: Add CERN as a ArgoCD user (#​10470)
  • docs: add OpsVerse as an official user (USERS.md) (#​10436)
  • docs: add nethopper to users.md (#​10402)
  • docs: Add fully-local developer workflow and traps (#​10333)
  • docs: s/ArgoCD/Argo CD (#​10352)
  • docs: fix indentation of example AppProject in 'Sync Windows' documentation (#​10388)
  • docs: use table instead of list for Snyk scans (#​10141)
  • docs: Note Helm has been upgraded (#​10349)
  • docs: add wemaintain as official user (#​10348)
  • docs: remove version notes - rely on docs versioning (#​10338)
  • docs: fix first sentence in custom style docs (#​10322)
  • docs: grammar fix (#​10328)
  • docs: fixes the YAML codefence for Slack notification service (#​8776) (#​10311)
  • docs: document revision history limit field (#​10302)
  • docs: add freshop to USERS.md (#​10276)
  • docs: revert appset path.path and path.segments docs (#​10254)
  • docs: add gloat to USERS.md (#​10252)
  • docs: update changelog for 2.1.x through 2.4.x (#​10241) (#​10242)
  • docs: recommend offline bcrypt (#​10050) (#​10056)
  • docs: use install instead of curling directly to /usr/local/bin (#​9944)
  • docs: add Lian Chu Securities to Users (#​10080)
  • docs: add Techcombank to users (#​10085)
  • docs: add kurly to Argo CD Users (#​10069)
  • docs: fix typo - user->use (#​10078)
  • docs: improve docs/user-guide/kustomize.md (#​10025)
  • docs: add GLOBIS to users (#​9987)
  • docs: fix Ingress documentation for AWS ALBs (#​9926)
  • docs: Add application.resourceTrackingMethod to example CM (#​9892)
  • docs: fix outdated example in helm.md (#​8506)
  • docs correction on how to override azure devops URL. (#​9699)
  • docs: clarify microsoft.md OIDC setup (#​8329)
  • docs: Add server-side apply proposal (#​8812)
  • docs: fix PR generators list (#​9387)
  • docs: add Meican to users (#​9377)
  • docs: add Coralogix to users (#​9361)
  • docs: Reword SSO Client Secrets doc (#​8666)
  • docs: fix local apiserver host name (#​9313)
Other
  • chore: fix CI (#​11022)
  • chore: fix e2e (#​11005)
  • chore: upgrade actions/checkout to v3, i.e. Node.js 16 (#​10947)
  • chore: release signature of sbom (#​10969)
  • Bump version to 2.5.0-rc3
  • Bump version to 2.5.0-rc3
  • Bump version to 2.5.0-rc2
  • Bump version to 2.5.0-rc2
  • chore: update Server-Side Apply docs for patching of existing rresources (#​10822)
  • Bump version to 2.5.0-rc1
  • Bump version to 2.5.0-rc1
  • chore: remove unused import (#​10773)
  • chore: Add support for apple sillicon build machines (#​10777)
  • chore: update to gitops engine 98ccd3d (#​10787)
  • chore: Add Gridfuse to USERS.md (#​10750)
  • chore: fix incorrect cluster delete description (#​10631)
  • chore: Add security logging for Dex errors (#​10455)
  • chore: Upgrade shipped version of Redis to 7.0.5 to fix CVE-2022-35951 (#​10702)
  • chore: Added Hetki to USERS.md (#​10586)
  • chore: add Adfinis to USERS.md (#​10741)
  • test: read appset (#​10743)
  • chore: typo for SyncStatusCodeOutOfSync comment (#​10748)
  • chore: upgrade dex to v2.32.1-distroless (#​10746)
  • Add Splunk as ArgoCD user (#​10718)
  • tests: cmd unit test version (#​10689)
  • chore: upgrade k8s.io/kube-openapi to avoid CVE-2022-1996 (#​10691)
  • chore: update install-codegen-tools.sh and upgrade docs (#​10692)
  • chore: update Helm and Kustomize versions (#​10273) (#​10599)
  • test: Add logic to handle for fileHandle.Close() (#​10632)
  • Add Kandji to users list (#​10650)
  • Adding Elastic as an ArgoCD User (#​10649)
  • added ./ for broken url link (#​10623)
  • chore: update gitops-engine (3951079) (#​10616)
  • chore: remove incompatible miniredis dependency (#​10566)
  • chore: Remove bad symlink used for tests (#​10527)
  • chore: add security log issue template (#​10368)
  • Adding Magic Leap as argocd user (#​10509)
  • chore: update gitops-engine to c036d3f (#​10423)
  • chore: drop hardcoded processors from HA manifests (#​10458)
  • chore: remove duplicate word in comments (#​10479)
  • chore: Add security logging in util/app (#​10416)
  • chore: Add security logging in util/git|helm (#​10410)
  • Add a newline character to fix the render (#​10431)
  • chore: sort users.md (#​10387)
  • chore: infer managed resources health from redis instead of storing it in CRD (#​10191)
  • chore: deprecate argocd-cm plugins (#​8117) (#​10341)
  • chore: add security logging and cwe fields (#​10256)
  • chore: Ignore VERSION file for Snyk scan (#​10363)
  • chore: downgrade go version to v1.18 (#​10351)
  • chore: Don't run snyk report in clones (#​10323)
  • ci: Update K3s version matrix in e2e tests (#​10313)
  • chore: upgrade helm to most recent version (v3.9.3) (#​10296)
  • chore: upgrade redis-ha chart to 4.17.8, HAProxy v2.6.2 (#​10032) (#​10297)
  • chore: improve logs in util/argo/argo.go (#​10271)
  • chore: Bump version in master to 2.5.0 (#​10266)
  • chore(deps): bump terser from 5.12.1 to 5.14.2 in /ui (#​10064)
  • chore: improve argocd app delete (#​10160)
  • proposal: Applications outside argocd namespace (#​6409)
  • chore: cleanup remnants of snyk scan removal (#​10225)
  • chore: no non-container scans in workflow (scan limit hit) (#​10222)
  • chore: Upgrade Golang to 1.19 (#​10176) (#​10186)
  • chore: fix some typos (#​10217)
  • chore: upgrade dex to distroless avoid CVE-2022-2097/CVE-2022-30065 (#​10203)
  • chore: fix codegen (#​10202)
  • chore: update redis-ha manifests (#​10032)
  • build: Enable optional skipping of building test-tools-image (#​10199)
  • chore: install snyk before generating report (#​10158)
  • chore: upgrade codeql action to v2 (#​10165)
  • chore: no colons in filenames (#​10183)
  • chore: fix sarif upload categories (#​10171)
  • chore: fix typo in image workflow (again) (#​10164)
  • chore: fix typo in image workflow (#​10161)
  • chore: fix codeql category error (#​10137)
  • chore: exclude docs from Sonar check completely (#​10142)
  • chore: exclude docs from Sonar check (#​10136)
  • chore: ignore CVE-2022-0624 - not exploitable in Argo CD (#​10128)
  • test: Add logic to handle for f.Close() for cmd/argocd/commands/admin (#​9963) (#​10074)
  • chore: add Snyk scans to docs (#​9856)
  • chore: argocd app create output states whether app exists (#​9984)
  • add securityContext to redis-ha containers (#​9930)
  • chore: spelling: retrieve (#​10051)
  • add logic to handle for f.Close() (#​10004)
  • chore: use manifest version for redis+dex in E2E tests (#​9955) (#​9959)
  • chore: upgrade k8s client to v0.24.2 (#​9932)
  • test: check for error messages from CI env (#​9953)
  • block out of bounds symlinks (#​9738) (#​9843)
  • chore: Replace deprecated ioutil in CLI code (#​9846)
  • Added health checks for Config Connector resources. (#​9878)
  • chore: Replace deprecated ioutil in util packages (#​9848)
  • chore: Replace deprecated ioutil in hacks (#​9851)
  • refactor: improve context handling in cmd/ (#​9860)
  • chore: Fix import of context package across codebase (#​9852)
  • chore: remove semicolon from end of statement (#​9837)
  • chore: adjust docs (#​9829)
  • Add scmp.com to argo-cd users (#​9823)
  • chore: add k8s v1.24.1 to test matrix (#​9714)
  • chore: upgrade kustomize to 4.5.5 (#​9650)
  • log: debug manifest cache (#​9602)
  • chore: revert adding k8s 1.24.1 to test matrix (#​9657)
  • chore: add k8s v1.24.1 release to test matrix (#​9636)
  • chore: fix typo in godoc string (#​9644)
  • chore: use Ubuntu 22.04 in CI (#​9587)
  • Grupo MasMovil Spain added to users list (#​9585)
  • chore: remove controller liveness probe (#​9557)
  • ci: remove cache from image build (#​9564)
  • Add elementor (#​9544)
  • chore: ignore irrelevant formidable vulnerability (#​9470)
  • add pismo on users (#​9532)
  • Fix radio button click experience problem (#​9520)
  • bump helm version to 3.9.0 (#​9486)
  • chore: Simplified GetRepoHTTPClient function (#​9396)
  • chore: add argocd binary to argocd-test-tool docker image (#​9459) (#​9467)
  • bug(gitpod): change Kubebuilder curl (#​9097) (#​9197)
  • chore: add GOPKGINYAMLV2-2840885 to snyk ignore list (#​9495)
  • Add GitLab PR generator for applicationset (#​9264)
  • chore: upgrade golangci-lint to v1.46.2 (#​9448)
  • some optimizations for cert.go (#​9404)
  • chore: add labels to notifications controller serviceaccount (#​9373)
  • add reev.com (#​9409)
  • chore: use filepath.Join to get sock path (#​9395)
  • chore: ignore irrelevant go-restful vulnerability (#​9347)
  • use filepath to combire dirs (#​9358)
  • Remove Kubernetes External Secret from docs (#​9251)
  • improved pr generator doc (#​9350)
  • chore: resource state tests (#​9307)
  • chore: Set GITHUB_TOKEN in the test container (#​9317)
  • chore: Pull in recent kubectl to test container (#​9316)

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 h

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 4 times, most recently from b5b8cc2 to ade5adf Compare October 27, 2022 00:30
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 2 times, most recently from f4fce29 to 7293e59 Compare November 1, 2022 23:43
@renovate renovate bot changed the title Update module github.com/argoproj/argo-cd/v2 to v2.5.0 Update module github.com/argoproj/argo-cd/v2 to v2.5.1 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 5 times, most recently from 7adfbae to 5902bf7 Compare November 7, 2022 21:47
@renovate renovate bot changed the title Update module github.com/argoproj/argo-cd/v2 to v2.5.1 Update module github.com/argoproj/argo-cd/v2 to v2.5.2 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 6 times, most recently from 32aa410 to 6621b15 Compare November 13, 2022 08:36
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 2 times, most recently from 5e147cd to 7adfb07 Compare November 24, 2022 02:13
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 2 times, most recently from 150f573 to e6f048b Compare November 28, 2022 20:24
@renovate renovate bot changed the title Update module github.com/argoproj/argo-cd/v2 to v2.5.2 Update module github.com/argoproj/argo-cd/v2 to v2.5.3 Nov 28, 2022
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 3 times, most recently from 405af9b to 54dcf0f Compare December 1, 2022 00:51
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 2 times, most recently from b3c7e34 to 286bd2e Compare December 7, 2022 00:10
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 3 times, most recently from 2fa05e4 to e446bb8 Compare December 16, 2022 19:44
@renovate renovate bot changed the title Update module github.com/argoproj/argo-cd/v2 to v2.5.4 Update module github.com/argoproj/argo-cd/v2 to v2.5.5 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch from e446bb8 to 3a98830 Compare December 19, 2022 06:17
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch 3 times, most recently from e5695a2 to 91a75b2 Compare January 3, 2023 06:53
@renovate
Copy link
Contributor Author

renovate bot commented Jan 3, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/int128/argocd-commenter":"/mnt/renovate/gh/int128/argocd-commenter" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/int128/argocd-commenter" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.19.4 && go get -d -t ./... && go mod tidy && go mod tidy"
go: k8s.io/[email protected] requires
	k8s.io/[email protected]: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0

@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch from 83de250 to e6ec885 Compare January 3, 2023 07:02
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch from fa71b5e to 206f5f9 Compare January 3, 2023 07:33
@renovate
Copy link
Contributor Author

renovate bot commented Jan 3, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@int128 int128 closed this Jan 3, 2023
@int128 int128 reopened this Jan 3, 2023
@int128 int128 force-pushed the renovate/jackfan.us.kg-argoproj-argo-cd-v2-2.x branch from 5b52ad2 to 9570e9f Compare January 3, 2023 07:52
github.com/argoproj/argo-cd/v2 v2.4.15
github.com/argoproj/gitops-engine v0.7.3
github.com/argoproj/argo-cd/v2 v2.5.5
github.com/argoproj/gitops-engine v0.7.1-0.20221004132320-98ccd3d43fd9
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant