Skip to content

Commit 13cd661

Browse files
authored
Update to latest commit of argo-rollouts-manager '192dd2c3b5dd026e2c59c5765e98ca2f70ca01f9' (#746)
* Update to latest commit of argo-rollouts-manager '192dd2c3b5dd026e2c59c5765e98ca2f70ca01f9' Signed-off-by: Jonathan West <[email protected]> * Update Rollouts E2E tests to reflect updated ClusterRoles Signed-off-by: Jonathan West <[email protected]> --------- Signed-off-by: Jonathan West <[email protected]>
1 parent 8d8a242 commit 13cd661

16 files changed

+2778
-237
lines changed

bundle/manifests/argoproj.io_analysisruns.yaml

Lines changed: 285 additions & 4 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_analysistemplates.yaml

Lines changed: 279 additions & 6 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_clusteranalysistemplates.yaml

Lines changed: 279 additions & 6 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_experiments.yaml

Lines changed: 212 additions & 1 deletion
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_rolloutmanagers.yaml

Lines changed: 104 additions & 98 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_rollouts.yaml

Lines changed: 226 additions & 1 deletion
Large diffs are not rendered by default.

config/crd/bases/analysis-run-crd.yaml

Lines changed: 285 additions & 4 deletions
Large diffs are not rendered by default.

config/crd/bases/analysis-template-crd.yaml

Lines changed: 279 additions & 6 deletions
Large diffs are not rendered by default.

config/crd/bases/argoproj.io_rolloutmanagers.yaml

Lines changed: 104 additions & 99 deletions
Large diffs are not rendered by default.

config/crd/bases/cluster-analysis-template-crd.yaml

Lines changed: 279 additions & 6 deletions
Large diffs are not rendered by default.

config/crd/bases/experiment-crd.yaml

Lines changed: 212 additions & 1 deletion
Large diffs are not rendered by default.

config/crd/bases/rollout-crd.yaml

Lines changed: 226 additions & 1 deletion
Large diffs are not rendered by default.

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.21
44

55
require (
6-
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240525211646-b3e573f0e6ea
6+
github.com/argoproj-labs/argo-rollouts-manager v0.0.4-0.20240722162401-192dd2c3b5dd
77
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240717043955-806551f68206
88
github.com/coreos/prometheus-operator v0.40.0
99
github.com/go-logr/logr v1.4.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4x
620620
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
621621
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
622622
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
623-
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240525211646-b3e573f0e6ea h1:mEBK+0Y8wd/JFxq9TYyE9UY3Q1vC9G+U6+nFqy9GTvw=
624-
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240525211646-b3e573f0e6ea/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
623+
github.com/argoproj-labs/argo-rollouts-manager v0.0.4-0.20240722162401-192dd2c3b5dd h1:SA081fH129BJ8kAYUEefO2nVjRvXOf7xxRdsvaM5HDw=
624+
github.com/argoproj-labs/argo-rollouts-manager v0.0.4-0.20240722162401-192dd2c3b5dd/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
625625
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240717043955-806551f68206 h1:9aldn/g7WxGlPrSJrnyRq5RYkhWAXpg69e3Ygvf3GZs=
626626
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240717043955-806551f68206/go.mod h1:WN3DyeUxFxNJFCxg1JtnLDTuAqi+Wv82qeMmrZhoyp0=
627627
github.com/argoproj/argo-cd/v2 v2.11.4 h1:ADwC/pbRkAo4RQ0txHaMpd//yn0ZD/GkKuGXOkBa9bg=

scripts/run-rollouts-e2e-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
1616

1717
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
1818
# - 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)
19-
TARGET_ROLLOUT_MANAGER_COMMIT=b3e573f0e6ea3a5ec3eeba70ebb5d90e58efcd68
19+
TARGET_ROLLOUT_MANAGER_COMMIT=192dd2c3b5dd026e2c59c5765e98ca2f70ca01f9
2020

2121
git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
2222

@@ -34,3 +34,4 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
3434
# 2) Run E2E tests from argoproj/argo-rollouts repo
3535

3636
SKIP_RUN_STEP=true hack/run-upstream-argo-rollouts-e2e-tests.sh
37+

test/openshift/e2e/sequential/1-101_validate_rollout_policyrules/01-assert.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ rules:
6666
- get
6767
- list
6868
- watch
69+
- update
70+
- patch
6971
- apiGroups:
7072
- ""
7173
resources:
@@ -207,6 +209,7 @@ rules:
207209
- patch
208210
- apiGroups:
209211
- traefik.containo.us
212+
- traefik.io
210213
resources:
211214
- traefikservices
212215
verbs:

0 commit comments

Comments
 (0)