Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest commit of argo-rollouts-manager '192dd2c3b5dd026e2c59c5765e98ca2f70ca01f9' #746

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
289 changes: 285 additions & 4 deletions bundle/manifests/argoproj.io_analysisruns.yaml

Large diffs are not rendered by default.

285 changes: 279 additions & 6 deletions bundle/manifests/argoproj.io_analysistemplates.yaml

Large diffs are not rendered by default.

285 changes: 279 additions & 6 deletions bundle/manifests/argoproj.io_clusteranalysistemplates.yaml

Large diffs are not rendered by default.

213 changes: 212 additions & 1 deletion bundle/manifests/argoproj.io_experiments.yaml

Large diffs are not rendered by default.

202 changes: 104 additions & 98 deletions bundle/manifests/argoproj.io_rolloutmanagers.yaml

Large diffs are not rendered by default.

227 changes: 226 additions & 1 deletion bundle/manifests/argoproj.io_rollouts.yaml

Large diffs are not rendered by default.

289 changes: 285 additions & 4 deletions config/crd/bases/analysis-run-crd.yaml

Large diffs are not rendered by default.

285 changes: 279 additions & 6 deletions config/crd/bases/analysis-template-crd.yaml

Large diffs are not rendered by default.

203 changes: 104 additions & 99 deletions config/crd/bases/argoproj.io_rolloutmanagers.yaml

Large diffs are not rendered by default.

285 changes: 279 additions & 6 deletions config/crd/bases/cluster-analysis-template-crd.yaml

Large diffs are not rendered by default.

213 changes: 212 additions & 1 deletion config/crd/bases/experiment-crd.yaml

Large diffs are not rendered by default.

227 changes: 226 additions & 1 deletion config/crd/bases/rollout-crd.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
go 1.21

require (
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240525211646-b3e573f0e6ea
github.com/argoproj-labs/argo-rollouts-manager v0.0.4-0.20240722162401-192dd2c3b5dd
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240717043955-806551f68206
github.com/coreos/prometheus-operator v0.40.0
github.com/go-logr/logr v1.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4x
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240525211646-b3e573f0e6ea h1:mEBK+0Y8wd/JFxq9TYyE9UY3Q1vC9G+U6+nFqy9GTvw=
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240525211646-b3e573f0e6ea/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
github.com/argoproj-labs/argo-rollouts-manager v0.0.4-0.20240722162401-192dd2c3b5dd h1:SA081fH129BJ8kAYUEefO2nVjRvXOf7xxRdsvaM5HDw=
github.com/argoproj-labs/argo-rollouts-manager v0.0.4-0.20240722162401-192dd2c3b5dd/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240717043955-806551f68206 h1:9aldn/g7WxGlPrSJrnyRq5RYkhWAXpg69e3Ygvf3GZs=
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240717043955-806551f68206/go.mod h1:WN3DyeUxFxNJFCxg1JtnLDTuAqi+Wv82qeMmrZhoyp0=
github.com/argoproj/argo-cd/v2 v2.11.4 h1:ADwC/pbRkAo4RQ0txHaMpd//yn0ZD/GkKuGXOkBa9bg=
Expand Down
3 changes: 2 additions & 1 deletion scripts/run-rollouts-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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=b3e573f0e6ea3a5ec3eeba70ebb5d90e58efcd68
TARGET_ROLLOUT_MANAGER_COMMIT=192dd2c3b5dd026e2c59c5765e98ca2f70ca01f9

git checkout $TARGET_ROLLOUT_MANAGER_COMMIT

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ rules:
- get
- list
- watch
- update
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -207,6 +209,7 @@ rules:
- patch
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- traefikservices
verbs:
Expand Down