argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.33k stars 4.93k forks source link

feat: upgrade dexIDP from 2.37.0 -> 2.39.x #18086

Open p0lipo opened 1 week ago

p0lipo commented 1 week ago

We are using argocd manifest file v2.10.9 from https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.9/manifests/ha/install.yaml to deploy argocd.

Our vulnerability scanning tools shows a lot of fixed issues for the image dexidp/dex:v2.37.0.

Please update the image to the actual realease v2.39.1. see: https://github.com/dexidp/dex/releases

crenshaw-dev commented 1 week ago

Would you mind opening a PR to bump the version?

p0lipo commented 1 week ago

I opened a PR: https://github.com/argoproj/argo-cd/pull/18101 I hope it fits the contributing guidelines.