Skip to content

Commit

Permalink
Merge pull request #311 from mbaldessari/update-argo
Browse files Browse the repository at this point in the history
Update argocd-operator v0.12.2
  • Loading branch information
mbaldessari authored Nov 8, 2024
2 parents 54d701b + 88d984b commit dd35f33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.2
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.1
github.com/argoproj-labs/argocd-operator v0.12.2
github.com/argoproj/argo-cd/v2 v2.13.0
github.com/go-errors/errors v1.5.1
github.com/go-git/go-git/v5 v5.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/alicebob/miniredis/v2 v2.33.0/go.mod h1:MhP4a3EU7aENRi9aO+tHfTBZicLqQ
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/argoproj-labs/argocd-operator v0.12.1 h1:asVTzLnEkukvAvuA5D8ou1h6xN+08eXB4OxvZsybrlQ=
github.com/argoproj-labs/argocd-operator v0.12.1/go.mod h1:Wc7grUq8ZFE7AVFXKBRGrSdADDetjafndCVaXxn68lY=
github.com/argoproj-labs/argocd-operator v0.12.2 h1:fWCAECtkgdoAQBsOU13pOnRTLuD+Z9cbajvLEQN60x0=
github.com/argoproj-labs/argocd-operator v0.12.2/go.mod h1:0eQPIftjtMZ1ShLptYp+j4tUemF+CF5qrWBrQ1wNKgM=
github.com/argoproj/argo-cd/v2 v2.13.0 h1:arfqqaSmvDBF6KBQtSR/zsF9TIipO4Ns2jHB2q8x62s=
github.com/argoproj/argo-cd/v2 v2.13.0/go.mod h1:RC23V2744nhZstZVpLCWTQLT2gR0+IXGC3GTBCI6M+I=
github.com/argoproj/gitops-engine v0.7.1-0.20240905010810-bd7681ae3f8b h1:wOPWJ5MBScQO767WpU55oUJDXObfvPL0EfAYWxogbSw=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ github.com/ProtonMail/go-crypto/openpgp/internal/ecc
github.com/ProtonMail/go-crypto/openpgp/internal/encoding
github.com/ProtonMail/go-crypto/openpgp/packet
github.com/ProtonMail/go-crypto/openpgp/s2k
# github.com/argoproj-labs/argocd-operator v0.12.1
# github.com/argoproj-labs/argocd-operator v0.12.2
## explicit; go 1.21.0
github.com/argoproj-labs/argocd-operator/api/v1beta1
github.com/argoproj-labs/argocd-operator/common
Expand Down

0 comments on commit dd35f33

Please sign in to comment.