File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ entries :
2+ - description : >
3+ Bump operator-framework/api to fix "operator-sdk bundle validate" failure when bundle has warnings.
4+ When a warning is detected during validation it should be logged to the CLI but the validation should still pass.
5+ kind: bugfix
6+ breaking: false
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/markbates/inflect v1.0.4
1212 github.com/onsi/ginkgo v1.14.1
1313 github.com/onsi/gomega v1.10.2
14- github.com/operator-framework/api v0.4.0
14+ github.com/operator-framework/api v0.4.1
1515 github.com/operator-framework/operator-lib v0.3.0
1616 github.com/operator-framework/operator-registry v1.15.3
1717 github.com/prometheus/client_golang v1.7.1
Original file line number Diff line number Diff line change @@ -708,8 +708,9 @@ github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJ
708708github.com/openzipkin/zipkin-go v0.2.1 /go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4 =
709709github.com/openzipkin/zipkin-go v0.2.2 /go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4 =
710710github.com/operator-framework/api v0.3.22 /go.mod h1:GVNiB6AQucwdZz3ZFXNv9HtcLOzcFnr6O/QldzKG93g =
711- github.com/operator-framework/api v0.4.0 h1:OeuGMXScjwosNKXttH3uorywr7APT5luTNPWy3zvqXs =
712711github.com/operator-framework/api v0.4.0 /go.mod h1:xXYReW8+PpSBHMxsf0e7uhtfQTLqIM1iz4X6zUs20+c =
712+ github.com/operator-framework/api v0.4.1 h1:+ymFIwpupZUbhRn9v2we0nRxMeN2NZ8WOqu2NMZ6E8w =
713+ github.com/operator-framework/api v0.4.1 /go.mod h1:xXYReW8+PpSBHMxsf0e7uhtfQTLqIM1iz4X6zUs20+c =
713714github.com/operator-framework/operator-lib v0.3.0 h1:eGJv0k7dEHIT9vfArWPo6U4eVurAOqhYUzXiHEaZq9g =
714715github.com/operator-framework/operator-lib v0.3.0 /go.mod h1:LTp5UQd8ivq4MXqm/W/XHulHQ0RRoZXsAj73sNMAQxc =
715716github.com/operator-framework/operator-registry v1.15.3 h1:C+u+zjDh6yQAKN+DbUvPeLjojZtJftvp/J28rRqiWWU =
You can’t perform that action at this time.
0 commit comments