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 (
11
11
github.com/markbates/inflect v1.0.4
12
12
github.com/onsi/ginkgo v1.14.1
13
13
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
15
15
github.com/operator-framework/operator-lib v0.3.0
16
16
github.com/operator-framework/operator-registry v1.15.3
17
17
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
708
708
github.com/openzipkin/zipkin-go v0.2.1 /go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4 =
709
709
github.com/openzipkin/zipkin-go v0.2.2 /go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4 =
710
710
github.com/operator-framework/api v0.3.22 /go.mod h1:GVNiB6AQucwdZz3ZFXNv9HtcLOzcFnr6O/QldzKG93g =
711
- github.com/operator-framework/api v0.4.0 h1:OeuGMXScjwosNKXttH3uorywr7APT5luTNPWy3zvqXs =
712
711
github.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 =
713
714
github.com/operator-framework/operator-lib v0.3.0 h1:eGJv0k7dEHIT9vfArWPo6U4eVurAOqhYUzXiHEaZq9g =
714
715
github.com/operator-framework/operator-lib v0.3.0 /go.mod h1:LTp5UQd8ivq4MXqm/W/XHulHQ0RRoZXsAj73sNMAQxc =
715
716
github.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