Skip to content

Commit d255503

Browse files
✨ bump operator-framework api (#5668)
1 parent 036788a commit d255503

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

changelog/fragments/bump-api.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1414
github.com/onsi/ginkgo v1.16.5
1515
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
1717
github.com/operator-framework/helm-operator-plugins v0.0.9
1818
github.com/operator-framework/java-operator-plugins v0.3.0
1919
github.com/operator-framework/operator-lib v0.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,8 +1016,8 @@ github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnh
10161016
github.com/operator-framework/api v0.4.0/go.mod h1:xXYReW8+PpSBHMxsf0e7uhtfQTLqIM1iz4X6zUs20+c=
10171017
github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI=
10181018
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=
10211021
github.com/operator-framework/helm-operator-plugins v0.0.9 h1:G5aBY5sPrNXcRiKLpAaBMOYm7q0+qCmk9XWOAL/ZJuc=
10221022
github.com/operator-framework/helm-operator-plugins v0.0.9/go.mod h1:LFi/PUYE+xA5ubF3ZrleYE1Ez7cphJzSYpjHAyLiNwQ=
10231023
github.com/operator-framework/java-operator-plugins v0.3.0 h1:K+gdg1cLugxP3KbGNc1SttKIY69z7ywBFaXW0vVIG9o=

0 commit comments

Comments
 (0)