Skip to content

Commit 57a3313

Browse files
authored
Update to latest commit of argo-rollouts-manager 'f21adc07bd2caf5b362155aaaebbc1232478c3bb' (#908)
Signed-off-by: Jonathan West <[email protected]>
1 parent 8ee19ce commit 57a3313

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-05-22T20:36:55Z"
183+
createdAt: "2025-06-18T10:09:44Z"
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"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.5
66

77
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
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kd
633633
github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0=
634634
github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI=
635635
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=
638638
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2 h1:uK35oxwOViSqTLd+OrRPeeyEsCrJbrXU1ahXkBzIO2Q=
639639
github.com/argoproj-labs/argocd-operator v0.14.0-rc1.0.20250522132021-d72738feaad2/go.mod h1:uypkOLu9XKFJMtohSRI6LWONz3D4dX/43Cie+wCC0Jk=
640640
github.com/argoproj/argo-cd/v2 v2.12.10 h1:Qe5cBSnGy0wXAVdMKH69gWZYZ1CwHHxSOdavE4t+sAg=

scripts/run-rollouts-e2e-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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=a07ef1782da6cd99da6ed58e223136deb90ab4af
164+
TARGET_ROLLOUT_MANAGER_COMMIT=f21adc07bd2caf5b362155aaaebbc1232478c3bb
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
@@ -221,3 +221,4 @@ make test-e2e
221221

222222

223223

224+

0 commit comments

Comments
 (0)