File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ metadata:
180
180
capabilities : Deep Insights
181
181
console.openshift.io/plugins : ' ["gitops-plugin"]'
182
182
containerImage : quay.io/redhat-developer/gitops-operator
183
- createdAt : " 2025-05-22T20:36:55Z "
183
+ createdAt : " 2025-06-18T10:09:44Z "
184
184
description : Enables teams to adopt GitOps principles for managing cluster configurations
185
185
and application delivery across hybrid multi-cluster Kubernetes environments.
186
186
features.operators.openshift.io/disconnected : " true"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
toolchain go1.22.5
6
6
7
7
require (
8
- github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250429111039-a07ef1782da6
8
+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250617204159-f21adc07bd2c
9
9
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2
10
10
github.com/argoproj/argo-cd/v2 v2.12.10
11
11
github.com/argoproj/gitops-engine v0.7.1-0.20250129155113-faf5a4e5c37d
Original file line number Diff line number Diff line change @@ -633,8 +633,8 @@ github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kd
633
633
github.com/apache/arrow/go/v10 v10.0.1 /go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0 =
634
634
github.com/apache/arrow/go/v11 v11.0.0 /go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI =
635
635
github.com/apache/thrift v0.16.0 /go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU =
636
- github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250429111039-a07ef1782da6 h1:xcrzWnpLbMf96g2fDKMTdJttIdPKF1FX44sUjNlgeqc =
637
- github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250429111039-a07ef1782da6 /go.mod h1:yTwzKUV79YyI764hkXdVojGYBA9yKJk3qXx5mRuQ2Xc =
636
+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250617204159-f21adc07bd2c h1:LIMeFXb0OKcGWph+9phdYXDZf2Hml5465nihWWRBjb4 =
637
+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250617204159-f21adc07bd2c /go.mod h1:yTwzKUV79YyI764hkXdVojGYBA9yKJk3qXx5mRuQ2Xc =
638
638
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2 h1:uK35oxwOViSqTLd+OrRPeeyEsCrJbrXU1ahXkBzIO2Q =
639
639
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2 /go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk =
640
640
github.com/argoproj/argo-cd/v2 v2.12.10 h1:Qe5cBSnGy0wXAVdMKH69gWZYZ1CwHHxSOdavE4t+sAg =
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
161
161
162
162
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
163
163
# - It should always point to the same argo-rollouts-manager commit that is referenced in go.mod of gitops-operator (which will usually be the most recent argo-rollouts-manager commit)
164
- TARGET_ROLLOUT_MANAGER_COMMIT=a07ef1782da6cd99da6ed58e223136deb90ab4af
164
+ TARGET_ROLLOUT_MANAGER_COMMIT=f21adc07bd2caf5b362155aaaebbc1232478c3bb
165
165
166
166
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
167
167
# - It should always point to the same argo-rollouts-manager commit that is referenced in the version of argo-rollouts-manager that is in go.mod
@@ -221,3 +221,4 @@ make test-e2e
221
221
222
222
223
223
224
+
You can’t perform that action at this time.
0 commit comments