File tree 4 files changed +6
-5
lines changed 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ metadata:
164
164
capabilities : Deep Insights
165
165
console.openshift.io/plugins : ' ["gitops-plugin"]'
166
166
containerImage : quay.io/redhat-developer/gitops-operator
167
- createdAt : " 2024-11-25T03:57:37Z "
167
+ createdAt : " 2025-01-30T07:45:55Z "
168
168
description : Enables teams to adopt GitOps principles for managing cluster configurations
169
169
and application delivery across hybrid multi-cluster Kubernetes environments.
170
170
features.operators.openshift.io/disconnected : " true"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
toolchain go1.22.5
6
6
7
7
require (
8
- github.com/argoproj-labs/argo-rollouts-manager v0.0.5 -0.20241107234728-9f79ece2e923
8
+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6 -0.20250108152600-b4635b5b8dd1
9
9
github.com/argoproj-labs/argocd-operator v0.13.0-rc1.0.20250108102230-dd067457c82b
10
10
github.com/coreos/prometheus-operator v0.40.0
11
11
github.com/go-logr/logr v1.4.2
Original file line number Diff line number Diff line change @@ -620,8 +620,8 @@ github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4x
620
620
github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
621
621
github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
622
622
github.com/apache/thrift v0.16.0 /go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU =
623
- github.com/argoproj-labs/argo-rollouts-manager v0.0.5 -0.20241107234728-9f79ece2e923 h1:vSKxRXLWwZN/gc51deio4wpiWpEy2Pob2tJ3kg8KZ4s =
624
- github.com/argoproj-labs/argo-rollouts-manager v0.0.5 -0.20241107234728-9f79ece2e923 /go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM =
623
+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6 -0.20250108152600-b4635b5b8dd1 h1:zc2NU/E3R5IRM4+aGh2g2MM+efT+NYyUZPQi+rL1Ve0 =
624
+ github.com/argoproj-labs/argo-rollouts-manager v0.0.6 -0.20250108152600-b4635b5b8dd1 /go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM =
625
625
github.com/argoproj-labs/argocd-operator v0.13.0-rc1.0.20250108102230-dd067457c82b h1:AxAfqU70G612yuTD/R/PLtj2kgjwmDIues2LE7KFJi0 =
626
626
github.com/argoproj-labs/argocd-operator v0.13.0-rc1.0.20250108102230-dd067457c82b /go.mod h1:MUtczQYV6MPOjGb2gCju80r1qB4jsRgy8bllChve35U =
627
627
github.com/argoproj/argo-cd/v2 v2.12.3 h1:Bi4QahHTnKl3esU5MplQP1wraGhaTpvgAV4GsMqc3Zc =
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
161
161
162
162
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
163
163
# - 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)
164
- TARGET_ROLLOUT_MANAGER_COMMIT=9f79ece2e923cbf03fe041bb6d1d83aae16a08da
164
+ TARGET_ROLLOUT_MANAGER_COMMIT=b4635b5b8dd1f9683a25df512fec7169cab4403c
165
165
166
166
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
167
167
# - 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
@@ -215,3 +215,4 @@ make test-e2e
215
215
216
216
217
217
218
+
You can’t perform that action at this time.
0 commit comments