Skip to content

Commit

Permalink
Update to latest commit of argo-rollouts-manager 'c771c5073409f361973…
Browse files Browse the repository at this point in the history
…e743ffde6e3d9b87cc6bd'

Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest committed Jul 16, 2024
1 parent ef35961 commit 764b295
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ metadata:
capabilities: Deep Insights
console.openshift.io/plugins: '["gitops-plugin"]'
containerImage: quay.io/redhat-developer/gitops-operator
createdAt: "2024-07-15T07:28:44Z"
createdAt: "2024-07-16T09:01:21Z"
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"
Expand Down
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.3-0.20240716063154-c771c5073409
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240606074049-b7e666622415
github.com/coreos/prometheus-operator v0.40.0
github.com/go-logr/logr v1.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,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.3-0.20240716063154-c771c5073409 h1:oMKB6Wa1DExGLHZN1kToCjsE7159BFWBCI1tXbnIbV4=
github.com/argoproj-labs/argo-rollouts-manager v0.0.3-0.20240716063154-c771c5073409/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240606074049-b7e666622415 h1:5aLxTYQRcFbgRNa9IXtbW7aHSHL7kyEvL7TkQJ3n3MI=
github.com/argoproj-labs/argocd-operator v0.9.0-rc3.0.20240606074049-b7e666622415/go.mod h1:ZISiL0XVjBepV2vyXySVtqxowXjrHzyXbDmtZrSbz5o=
github.com/argoproj/argo-cd/v2 v2.11.2 h1:NygNrTFIMWUe1b48ddUuH+q2vRTHB+dFk3NcErx6GcM=
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=c771c5073409f361973e743ffde6e3d9b87cc6bd

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

0 comments on commit 764b295

Please sign in to comment.