From b64070354388810f9a459d9a2ccfe77059867977 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Sat, 16 Apr 2022 10:20:15 +0100 Subject: [PATCH] :sparkles: bump operator-framework api --- changelog/fragments/bump-api.yaml | 33 +++++++++++++++++++++++++++++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 changelog/fragments/bump-api.yaml diff --git a/changelog/fragments/bump-api.yaml b/changelog/fragments/bump-api.yaml new file mode 100644 index 00000000000..77b3407ffe3 --- /dev/null +++ b/changelog/fragments/bump-api.yaml @@ -0,0 +1,33 @@ +# entries is a list of entries to include in +# release notes and/or the migration guide +entries: + - description: > + Fix: channel naming validator check and move it for the Good Practices validator. You + are able to check it by running `operator-sdk bundle validate ./bundle --select-optional name=good-practices` + or `$ operator-sdk bundle validate ./bundle --select-optional suite=operatorframework` ([More info](https://github.com/operator-framework/api/pull/231)) + + # kind is one of: + # - addition + # - change + # - deprecation + # - removal + # - bugfix + kind: "bugfix" + + # Is this a breaking change? + breaking: false + - description: > + New check to warning authors when the CRD description is empty was added to the Good Practices validator. You + are able to check it by running `operator-sdk bundle validate ./bundle --select-optional name=good-practices` + or `$ operator-sdk bundle validate ./bundle --select-optional suite=operatorframework` ([More info](https://github.com/operator-framework/api/pull/234)) + + # kind is one of: + # - addition + # - change + # - deprecation + # - removal + # - bugfix + kind: "addition" + + # Is this a breaking change? + breaking: false diff --git a/go.mod b/go.mod index 55ea2f9d770..f08121ded4f 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.17.0 - github.com/operator-framework/api v0.14.0 + github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3 github.com/operator-framework/helm-operator-plugins v0.0.9 github.com/operator-framework/java-operator-plugins v0.3.0 github.com/operator-framework/operator-lib v0.10.0 diff --git a/go.sum b/go.sum index fcc028a5eb7..3fe371cbfb9 100644 --- a/go.sum +++ b/go.sum @@ -1016,8 +1016,8 @@ github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnh github.com/operator-framework/api v0.4.0/go.mod h1:xXYReW8+PpSBHMxsf0e7uhtfQTLqIM1iz4X6zUs20+c= github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI= github.com/operator-framework/api v0.12.0/go.mod h1:FTiYGm11fZQ3cSX+EQHc/UWoGZAwkGfyeHU+wMJ8jmA= -github.com/operator-framework/api v0.14.0 h1:5nk8fQL8l+dDxi11hZi0T7nqhhoIQLn+qL2DhMEGnoE= -github.com/operator-framework/api v0.14.0/go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0= +github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3 h1:su4h7uvJ+2xfvUDdSUxzsqtnlKqE5u0zmnUyj19x5PA= +github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3/go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0= github.com/operator-framework/helm-operator-plugins v0.0.9 h1:G5aBY5sPrNXcRiKLpAaBMOYm7q0+qCmk9XWOAL/ZJuc= github.com/operator-framework/helm-operator-plugins v0.0.9/go.mod h1:LFi/PUYE+xA5ubF3ZrleYE1Ez7cphJzSYpjHAyLiNwQ= github.com/operator-framework/java-operator-plugins v0.3.0 h1:K+gdg1cLugxP3KbGNc1SttKIY69z7ywBFaXW0vVIG9o=