Skip to content

Commit 63aa7a9

Browse files
authored
chore: update v1.19 to latest argo-rollouts-manager (#1087)
* chore: update v1.19 to latest argo-rollouts-manager Signed-off-by: Jonathan West <jgwest@gmail.com> * chore: update v1.19 to latest argo-rollouts-manager Signed-off-by: Jonathan West <jgwest@gmail.com> --------- Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent 64d47b9 commit 63aa7a9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
33
go 1.24.6
44

55
require (
6-
github.com/argoproj-labs/argo-rollouts-manager v0.0.7-0.20251105123110-0c547c7a7765
6+
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67
77
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260217032505-99b07bc7c580
88
github.com/argoproj/argo-cd/v3 v3.1.11
99
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/alicebob/miniredis/v2 v2.35.0 h1:QwLphYqCEAo1eu1TqPRN2jgVMPBweeQcR21j
2929
github.com/alicebob/miniredis/v2 v2.35.0/go.mod h1:TcL7YfarKPGDAthEtl5NBeHZfeUQj6OXMm/+iu5cLMM=
3030
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
3131
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
32-
github.com/argoproj-labs/argo-rollouts-manager v0.0.7-0.20251105123110-0c547c7a7765 h1:zVN+W/nQrRB/kB63YcvcCseuiE//sEzNw6Oa8rqiFOs=
33-
github.com/argoproj-labs/argo-rollouts-manager v0.0.7-0.20251105123110-0c547c7a7765/go.mod h1:WPyZkNHZjir/OTt8mrRwcUZKe1euHrHPJsRv1Wp/F/0=
32+
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67 h1:gFasfvlbOfrwzd7JaVTlnRgE7pDMFC+lQwt07gGGrbY=
33+
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67/go.mod h1:WPyZkNHZjir/OTt8mrRwcUZKe1euHrHPJsRv1Wp/F/0=
3434
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260217032505-99b07bc7c580 h1:awuU3mSQTu+A+sDost0aR/zj+Gt3g3IjS80xMgNNuGU=
3535
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260217032505-99b07bc7c580/go.mod h1:29an6XlqimZb6KyvdkEAzaZ/i85tS7ZjEX7ugAGklfo=
3636
github.com/argoproj/argo-cd/v3 v3.1.11 h1:eCxCsl+7/0N4kJVzUvLeBbyYneATFjRW8Q/z7r8d4aM=

scripts/run-rollouts-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
217217

218218
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
219219
# - 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)
220-
TARGET_ROLLOUT_MANAGER_COMMIT=0c547c7a77653b6585a91ee484a3cbbca6b8766c
220+
TARGET_ROLLOUT_MANAGER_COMMIT=1824164aac67c5eb8e331238ec9f602809537ab4
221221

222222
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
223223
# - 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

test/openshift/e2e/ginkgo/sequential/1-112_validate_rollout_plugin_support_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
5555
{
5656
Name: "argoproj-labs/sample-prometheus",
5757
Location: "https://github.com/argoproj-labs/sample-rollouts-metric-plugin/releases/download/v0.0.4/metric-plugin-linux-amd64",
58-
SHA256: "dac10cbf57633c9832a17f8c27d2ca34aa97dd3d",
58+
SHA256: "af83581a496cebad569c6ddca4e1b7beef1c6f51573d6cd235cebe4390d3a767",
5959
},
6060
},
6161
},
@@ -132,10 +132,10 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
132132
},
133133
}
134134
Eventually(rolloutsConfigMap).Should(k8sFixture.ExistByName())
135-
Eventually(rolloutsConfigMap).Should(configmap.HaveStringDataKeyValue("metricPlugins", `
135+
Eventually(rolloutsConfigMap).Should(configmap.HaveStringDataKeyValue("metricProviderPlugins", `
136136
- name: argoproj-labs/sample-prometheus
137137
location: https://github.com/argoproj-labs/sample-rollouts-metric-plugin/releases/download/v0.0.4/metric-plugin-linux-amd64
138-
sha256: dac10cbf57633c9832a17f8c27d2ca34aa97dd3d`))
138+
sha256: af83581a496cebad569c6ddca4e1b7beef1c6f51573d6cd235cebe4390d3a767`))
139139

140140
By("verifying the trafficRouterPlugin contains both gatewayAPI, AND our openshift route plugin")
141141

0 commit comments

Comments
 (0)