File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 Audit trails of rollouts to the clusters\n * Monitoring and logging integration
1414 with OpenShift\n * Automated GitOps bootstrapping using Tekton and Argo CD with
1515 [GitOps Application Manager CLI](https://github.com/redhat-developer/kam)\n\n ##
16- Components\n * Argo CD 2.6.12 \n * GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n ##
16+ Components\n * Argo CD 2.6.13 \n * GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n ##
1717 How to Install \n After installing the OpenShift GitOps operator, an instance of
1818 Argo CD is installed in the `openshift-gitops` namespace which has sufficent privileges
1919 for managing cluster configurations. You can create additional Argo CD instances
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
33go 1.18
44
55require (
6- github.com/argoproj-labs/argocd-operator v0.6.1-0.20230719083315-a01c6cc5129f
6+ github.com/argoproj-labs/argocd-operator v0.6.1-0.20230720172740-0fd1cd402f15
77 github.com/coreos/prometheus-operator v0.40.0
88 github.com/go-logr/logr v1.2.3
99 github.com/google/go-cmp v0.5.9
@@ -31,7 +31,7 @@ require (
3131 github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3232 github.com/Azure/go-autorest/logger v0.2.1 // indirect
3333 github.com/Azure/go-autorest/tracing v0.6.0 // indirect
34- github.com/argoproj/argo-cd/v2 v2.6.12 // indirect
34+ github.com/argoproj/argo-cd/v2 v2.6.13 // indirect
3535 github.com/beorn7/perks v1.0.1 // indirect
3636 github.com/blang/semver v3.5.1+incompatible // indirect
3737 github.com/cespare/xxhash/v2 v2.1.2 // indirect
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.m
145145github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db /go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0 =
146146github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
147147github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
148- github.com/argoproj-labs/argocd-operator v0.6.1-0.20230719083315-a01c6cc5129f h1:2iQ9xIdxOPN+BRxZP67NNF2Xg+Kwj7FBhyV0oROIvb8 =
149- github.com/argoproj-labs/argocd-operator v0.6.1-0.20230719083315-a01c6cc5129f /go.mod h1:4VXQkUkbmxtJHu480LwXNBfGQiVlE6iJiDhQ0zB1Og4 =
150- github.com/argoproj/argo-cd/v2 v2.6.12 h1:BgTLxXbRmaQwh5FvqX72UaZmNo3TlqPavUIqwwV+yqM =
151- github.com/argoproj/argo-cd/v2 v2.6.12 /go.mod h1:xaf087ms1hB9L+BHcXOP9+tztCo3/J9yzRpKBP5RXnw =
148+ github.com/argoproj-labs/argocd-operator v0.6.1-0.20230720172740-0fd1cd402f15 h1:4Xghp6l4wn6LqiYL65takKMd34MskvqNxdWDarRZWVE =
149+ github.com/argoproj-labs/argocd-operator v0.6.1-0.20230720172740-0fd1cd402f15 /go.mod h1:2IN1166cMfgH4f+7fCax/GITnJfIed+kBGx0l4TWgkQ =
150+ github.com/argoproj/argo-cd/v2 v2.6.13 h1:ABBwbla0HuYy7V9gBQUUnhWAXMeEWr9C5G1nsd0+bNs =
151+ github.com/argoproj/argo-cd/v2 v2.6.13 /go.mod h1:xaf087ms1hB9L+BHcXOP9+tztCo3/J9yzRpKBP5RXnw =
152152github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
153153github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
154154github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
You can’t perform that action at this time.
0 commit comments