Skip to content

Commit

Permalink
Update argocd to 2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 30, 2024
1 parent c271708 commit 8cb59b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
code.gitea.io/sdk/gitea v0.19.0
github.com/Masterminds/semver/v3 v3.3.0
github.com/argoproj-labs/argocd-operator v0.12.0
github.com/argoproj/argo-cd/v2 v2.12.3
github.com/argoproj/argo-cd/v2 v2.12.4
github.com/go-errors/errors v1.5.1
github.com/go-git/go-git/v5 v5.12.0
github.com/go-logr/logr v1.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/argoproj-labs/argocd-operator v0.12.0 h1:vEJ+UvkDg4HbnqvtkgaKXHzQ0VjCDRifW2p7jak0f1Q=
github.com/argoproj-labs/argocd-operator v0.12.0/go.mod h1:+yvFAnSJZL8iOTWI3cTQ9qwXfh40lLyOI4ghDFqM8S0=
github.com/argoproj/argo-cd/v2 v2.12.3 h1:Bi4QahHTnKl3esU5MplQP1wraGhaTpvgAV4GsMqc3Zc=
github.com/argoproj/argo-cd/v2 v2.12.3/go.mod h1:2fh6q4NX/cylbH6Ktx/KjJsX7sOBwF3jbGnO0IZyNOc=
github.com/argoproj/argo-cd/v2 v2.12.4 h1:mlKcLvCX6F8Gz5/q2v6ImsYbSLMTTCeKYYTwGZV5vx4=
github.com/argoproj/argo-cd/v2 v2.12.4/go.mod h1:2fh6q4NX/cylbH6Ktx/KjJsX7sOBwF3jbGnO0IZyNOc=
github.com/argoproj/gitops-engine v0.0.0-20240905010810-bd7681ae3f8b h1:CzAQlgcqcrwZ816cfWZpCaIE52YJ2xjwY0b/Kx7seRA=
github.com/argoproj/gitops-engine v0.0.0-20240905010810-bd7681ae3f8b/go.mod h1:b1vuwkyMUszyUK+USUJqC8vJijnQsEPNDpC+sDdDLtM=
github.com/argoproj/pkg v0.13.7-0.20230626144333-d56162821bd1 h1:qsHwwOJ21K2Ao0xPju1sNuqphyMnMYkyB3ZLoLtxWpo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ github.com/ProtonMail/go-crypto/openpgp/s2k
## explicit; go 1.21.0
github.com/argoproj-labs/argocd-operator/api/v1beta1
github.com/argoproj-labs/argocd-operator/common
# github.com/argoproj/argo-cd/v2 v2.12.3
# github.com/argoproj/argo-cd/v2 v2.12.4
## explicit; go 1.21.0
github.com/argoproj/argo-cd/v2/common
github.com/argoproj/argo-cd/v2/pkg/apis/application
Expand Down

0 comments on commit 8cb59b8

Please sign in to comment.