Skip to content

Commit 43130ee

Browse files
Merge pull request #389 from validatedpatterns/dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.0.14
Bump github.com/argoproj/argo-cd/v3 from 3.0.11 to 3.0.14
2 parents 7858309 + 4f28486 commit 43130ee

File tree

8 files changed

+57
-13
lines changed

8 files changed

+57
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
sigs.k8s.io/controller-runtime v0.21.0
2828
)
2929

30-
require github.com/argoproj/argo-cd/v3 v3.0.11
30+
require github.com/argoproj/argo-cd/v3 v3.0.14
3131

3232
require (
3333
cloud.google.com/go/compute/metadata v0.7.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
4545
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
4646
github.com/argoproj-labs/argocd-operator v0.15.0-rc1 h1:/9AQac/svD+NlJoddaR0Qpv6IZNEIuCT9T+qSMg6Mcg=
4747
github.com/argoproj-labs/argocd-operator v0.15.0-rc1/go.mod h1:6rbhhiij9sAuSkUjNrSIcn83lgEc7w0huuImaARS7uA=
48-
github.com/argoproj/argo-cd/v3 v3.0.11 h1:TAqk/GEBLevlxmBCR6kSR+fCLRInPic+n8qGg+FvcR4=
49-
github.com/argoproj/argo-cd/v3 v3.0.11/go.mod h1:ofadwxZACMBM+CGn+d0cytbqU4Xthj/pCjp2k2gekn4=
48+
github.com/argoproj/argo-cd/v3 v3.0.14 h1:sM+h75i1QtTQS+wKoJOKeS9g7cqysE97eUTrwZC30j0=
49+
github.com/argoproj/argo-cd/v3 v3.0.14/go.mod h1:bVeSUtER7VMb2qLqmjZag9X35UldkiolYOdEyNbnZ2A=
5050
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1 h1:Ze4U6kV49vSzlUBhH10HkO52bYKAIXS4tHr/MlNDfdU=
5151
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1/go.mod h1:WsnykM8idYRUnneeT31cM/Fq/ZsjkefCbjiD8ioCJkU=
5252
github.com/argoproj/pkg v0.13.7-0.20250305113207-cbc37dc61de5 h1:YBoLSjpoaJXaXAldVvBRKJuOPvIXz9UOv6S96gMJM/Q=

vendor/github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1/repository_types.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1/types.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/argoproj/argo-cd/v3/util/git/creds.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/argoproj/argo-cd/v3/util/git/ssh.go

Lines changed: 20 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/argoproj/argo-cd/v3/util/helm/client.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ github.com/ProtonMail/go-crypto/openpgp/x448
123123
## explicit; go 1.24.4
124124
github.com/argoproj-labs/argocd-operator/api/v1beta1
125125
github.com/argoproj-labs/argocd-operator/common
126-
# github.com/argoproj/argo-cd/v3 v3.0.11
127-
## explicit; go 1.24.4
126+
# github.com/argoproj/argo-cd/v3 v3.0.14
127+
## explicit; go 1.24.6
128128
github.com/argoproj/argo-cd/v3/assets
129129
github.com/argoproj/argo-cd/v3/common
130130
github.com/argoproj/argo-cd/v3/pkg/apis/application

0 commit comments

Comments
 (0)