From 1db3d4a96bed122ba8480e9b68513a3574942c32 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Wed, 18 Feb 2026 05:47:29 -0500 Subject: [PATCH] Update to latest commit of argo-rollouts-manager '432c01ce417a25503ce2f57b9e46362bef4b75c7' Signed-off-by: Jonathan West --- bundle/manifests/gitops-operator.clusterserviceversion.yaml | 2 +- go.mod | 2 +- go.sum | 4 ++-- scripts/run-rollouts-e2e-tests.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/manifests/gitops-operator.clusterserviceversion.yaml b/bundle/manifests/gitops-operator.clusterserviceversion.yaml index a622d0b5e..fd4cfa2a1 100644 --- a/bundle/manifests/gitops-operator.clusterserviceversion.yaml +++ b/bundle/manifests/gitops-operator.clusterserviceversion.yaml @@ -180,7 +180,7 @@ metadata: capabilities: Deep Insights console.openshift.io/plugins: '["gitops-plugin"]' containerImage: quay.io/redhat-developer/gitops-operator - createdAt: "2026-01-27T08:33:05Z" + createdAt: "2026-02-18T10:47:28Z" description: Enables teams to adopt GitOps principles for managing cluster configurations and application delivery across hybrid multi-cluster Kubernetes environments. features.operators.openshift.io/disconnected: "true" diff --git a/go.mod b/go.mod index 6da6c9c28..9bafe51a4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator go 1.25.0 require ( - github.com/argoproj-labs/argo-rollouts-manager v0.0.7-0.20251105123110-0c547c7a7765 + github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260218104514-432c01ce417a github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260203113103-c057992e286f github.com/argoproj/argo-cd/v3 v3.2.3 github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d diff --git a/go.sum b/go.sum index 8bc0ab2b8..9ba9ff75d 100644 --- a/go.sum +++ b/go.sum @@ -29,8 +29,8 @@ github.com/alicebob/miniredis/v2 v2.35.0 h1:QwLphYqCEAo1eu1TqPRN2jgVMPBweeQcR21j github.com/alicebob/miniredis/v2 v2.35.0/go.mod h1:TcL7YfarKPGDAthEtl5NBeHZfeUQj6OXMm/+iu5cLMM= 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/argoproj-labs/argo-rollouts-manager v0.0.7-0.20251105123110-0c547c7a7765 h1:zVN+W/nQrRB/kB63YcvcCseuiE//sEzNw6Oa8rqiFOs= -github.com/argoproj-labs/argo-rollouts-manager v0.0.7-0.20251105123110-0c547c7a7765/go.mod h1:WPyZkNHZjir/OTt8mrRwcUZKe1euHrHPJsRv1Wp/F/0= +github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260218104514-432c01ce417a h1:USjEzxbs2lZtx7+Hp9u5dYgu7pf/9XnDUSc9+Hmulmo= +github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260218104514-432c01ce417a/go.mod h1:WPyZkNHZjir/OTt8mrRwcUZKe1euHrHPJsRv1Wp/F/0= github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260203113103-c057992e286f h1:6mt6bzAolNwNGoI0wrLMRec2xX8W7ECt4YKgej8V/Bs= github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260203113103-c057992e286f/go.mod h1:fZmYh6JN1tSuEaNcdfsmrvLKUZXWapj9X/09rb0YLpM= github.com/argoproj/argo-cd/v3 v3.2.3 h1:7PLQOVhrs/+C2S9+LfDygibOHyZIytB7oMPdlFt8fio= diff --git a/scripts/run-rollouts-e2e-tests.sh b/scripts/run-rollouts-e2e-tests.sh index 81d28a2cc..c00773c4b 100755 --- a/scripts/run-rollouts-e2e-tests.sh +++ b/scripts/run-rollouts-e2e-tests.sh @@ -217,7 +217,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager" # This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh': # - 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) -TARGET_ROLLOUT_MANAGER_COMMIT=0c547c7a77653b6585a91ee484a3cbbca6b8766c +TARGET_ROLLOUT_MANAGER_COMMIT=432c01ce417a25503ce2f57b9e46362bef4b75c7 # This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh': # - 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