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:
180180 capabilities : Deep Insights
181181 console.openshift.io/plugins : ' ["gitops-plugin"]'
182182 containerImage : quay.io/redhat-developer/gitops-operator
183- createdAt : " 2025-06-18T10:09:44Z "
183+ createdAt : " 2025-06-25T12:59:48Z "
184184 description : Enables teams to adopt GitOps principles for managing cluster configurations
185185 and application delivery across hybrid multi-cluster Kubernetes environments.
186186 features.operators.openshift.io/disconnected : " true"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55toolchain go1.22.5
66
77require (
8- github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250617204159-f21adc07bd2c
8+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250625125608-ebd6207c8bb1
99 github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2
1010 github.com/argoproj/argo-cd/v2 v2.12.10
1111 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
633633github.com/apache/arrow/go/v10 v10.0.1 /go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0 =
634634github.com/apache/arrow/go/v11 v11.0.0 /go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI =
635635github.com/apache/thrift v0.16.0 /go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU =
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 =
636+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250625125608-ebd6207c8bb1 h1:TjX3ZHPA3YOmoHZutzfvOQVKRO2Jt4JvDCPvI4VhWoA =
637+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250625125608-ebd6207c8bb1 /go.mod h1:yTwzKUV79YyI764hkXdVojGYBA9yKJk3qXx5mRuQ2Xc =
638638github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2 h1:uK35oxwOViSqTLd+OrRPeeyEsCrJbrXU1ahXkBzIO2Q =
639639github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2 /go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk =
640640github.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"
161161
162162# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
163163# - 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=f21adc07bd2caf5b362155aaaebbc1232478c3bb
164+ TARGET_ROLLOUT_MANAGER_COMMIT=ebd6207c8bb1352eac450307573fdb0dbd5e7bd0
165165
166166# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
167167# - 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
@@ -222,3 +222,4 @@ make test-e2e
222222
223223
224224
225+
You can’t perform that action at this time.
0 commit comments