File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change
1
+ # entries is a list of entries to include in
2
+ # release notes and/or the migration guide
3
+ entries :
4
+ - description : >
5
+ Fix: channel naming validator check and move it for the Good Practices validator. You
6
+ are able to check it by running `operator-sdk bundle validate ./bundle --select-optional name=good-practices`
7
+ or `$ operator-sdk bundle validate ./bundle --select-optional suite=operatorframework` ([More info](https://github.com/operator-framework/api/pull/231))
8
+
9
+ # kind is one of:
10
+ # - addition
11
+ # - change
12
+ # - deprecation
13
+ # - removal
14
+ # - bugfix
15
+ kind: "bugfix"
16
+
17
+ # Is this a breaking change?
18
+ breaking: false
19
+ - description : >
20
+ New check to warning authors when the CRD description is empty was added to the Good Practices validator. You
21
+ are able to check it by running `operator-sdk bundle validate ./bundle --select-optional name=good-practices`
22
+ or `$ operator-sdk bundle validate ./bundle --select-optional suite=operatorframework` ([More info](https://github.com/operator-framework/api/pull/234))
23
+
24
+ # kind is one of:
25
+ # - addition
26
+ # - change
27
+ # - deprecation
28
+ # - removal
29
+ # - bugfix
30
+ kind: "addition"
31
+
32
+ # Is this a breaking change?
33
+ breaking: false
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
14
14
github.com/onsi/ginkgo v1.16.5
15
15
github.com/onsi/gomega v1.17.0
16
- github.com/operator-framework/api v0.14.0
16
+ github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3
17
17
github.com/operator-framework/helm-operator-plugins v0.0.9
18
18
github.com/operator-framework/java-operator-plugins v0.3.0
19
19
github.com/operator-framework/operator-lib v0.10.0
Original file line number Diff line number Diff line change @@ -1016,8 +1016,8 @@ github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnh
1016
1016
github.com/operator-framework/api v0.4.0 /go.mod h1:xXYReW8+PpSBHMxsf0e7uhtfQTLqIM1iz4X6zUs20+c =
1017
1017
github.com/operator-framework/api v0.10.0 /go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI =
1018
1018
github.com/operator-framework/api v0.12.0 /go.mod h1:FTiYGm11fZQ3cSX+EQHc/UWoGZAwkGfyeHU+wMJ8jmA =
1019
- github.com/operator-framework/api v0.14.0 h1:5nk8fQL8l+dDxi11hZi0T7nqhhoIQLn+qL2DhMEGnoE =
1020
- github.com/operator-framework/api v0.14.0 /go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0 =
1019
+ github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3 h1:su4h7uvJ+2xfvUDdSUxzsqtnlKqE5u0zmnUyj19x5PA =
1020
+ github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3 /go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0 =
1021
1021
github.com/operator-framework/helm-operator-plugins v0.0.9 h1:G5aBY5sPrNXcRiKLpAaBMOYm7q0+qCmk9XWOAL/ZJuc =
1022
1022
github.com/operator-framework/helm-operator-plugins v0.0.9 /go.mod h1:LFi/PUYE+xA5ubF3ZrleYE1Ez7cphJzSYpjHAyLiNwQ =
1023
1023
github.com/operator-framework/java-operator-plugins v0.3.0 h1:K+gdg1cLugxP3KbGNc1SttKIY69z7ywBFaXW0vVIG9o =
You can’t perform that action at this time.
0 commit comments