Skip to content

Commit 29d2fae

Browse files
Bump github.com/argoproj/argo-cd/v3 from 3.0.16 to 3.0.19
Bumps [github.com/argoproj/argo-cd/v3](https://github.com/argoproj/argo-cd) from 3.0.16 to 3.0.19. - [Release notes](https://github.com/argoproj/argo-cd/releases) - [Changelog](https://github.com/argoproj/argo-cd/blob/master/CHANGELOG.md) - [Commits](argoproj/argo-cd@v3.0.16...v3.0.19) --- updated-dependencies: - dependency-name: github.com/argoproj/argo-cd/v3 dependency-version: 3.0.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f02e737 commit 29d2fae

File tree

6 files changed

+68
-6
lines changed

6 files changed

+68
-6
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.16
30+
require github.com/argoproj/argo-cd/v3 v3.0.19
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 h1:7zSjRchKUBCGBpz4v1pJ/Igmgn5blXorTxW0Ch9hWZ0=
4747
github.com/argoproj-labs/argocd-operator v0.15.0/go.mod h1:5jApqvt/B2NpI2fFEa7g/8TGUvnesspv86yu1E4hVUI=
48-
github.com/argoproj/argo-cd/v3 v3.0.16 h1:V67eJxuPTS20kjcA1K/uLnbapEVUfIJ9eIO62ns4ECU=
49-
github.com/argoproj/argo-cd/v3 v3.0.16/go.mod h1:oTCI5r+Hacij94yJto2/mVXAHB8r3375h9SInqbS8EM=
48+
github.com/argoproj/argo-cd/v3 v3.0.19 h1:RtihsPLt+L3F4TfEHUKCsZlqgmOBv9XAKCHi/wvJ1+w=
49+
github.com/argoproj/argo-cd/v3 v3.0.19/go.mod h1:oTCI5r+Hacij94yJto2/mVXAHB8r3375h9SInqbS8EM=
5050
github.com/argoproj/gitops-engine v0.7.1-0.20250905153922-d96c3d51e4c4 h1:OsQxWX8UHdwXuy72Y1Js8gQY3xmOzFEieCSpMoXKFb8=
5151
github.com/argoproj/gitops-engine v0.7.1-0.20250905153922-d96c3d51e4c4/go.mod h1:duVhxDW7M7M7+19IBCVth2REOS11gmqzTWwj4u8N7aQ=
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/types.go

Lines changed: 8 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/env/env.go

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

vendor/github.com/argoproj/pkg/time/time.go

Lines changed: 46 additions & 0 deletions
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ github.com/ProtonMail/go-crypto/openpgp/x448
123123
## explicit; go 1.24.6
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.16
126+
# github.com/argoproj/argo-cd/v3 v3.0.19
127127
## explicit; go 1.24.6
128128
github.com/argoproj/argo-cd/v3/assets
129129
github.com/argoproj/argo-cd/v3/common
@@ -179,6 +179,7 @@ github.com/argoproj/gitops-engine/pkg/utils/tracing
179179
github.com/argoproj/pkg/exec
180180
github.com/argoproj/pkg/rand
181181
github.com/argoproj/pkg/sync
182+
github.com/argoproj/pkg/time
182183
# github.com/beorn7/perks v1.0.1
183184
## explicit; go 1.11
184185
github.com/beorn7/perks/quantile

0 commit comments

Comments
 (0)