Skip to content

Commit

Permalink
bump operator-frawork-api (#5375)
Browse files Browse the repository at this point in the history
* bump operator-frawork-api

Signed-off-by: Camila Macedo <[email protected]>

* add changelog

Signed-off-by: Camila Macedo <[email protected]>

* Update changelog/fragments/bump-operator-frameworkapi.yaml

Co-authored-by: Austin Macdonald <[email protected]>

* Update changelog/fragments/bump-operator-frameworkapi.yaml

Co-authored-by: Austin Macdonald <[email protected]>

* Update changelog/fragments/bump-operator-frameworkapi.yaml

Co-authored-by: Austin Macdonald <[email protected]>

Co-authored-by: Austin Macdonald <[email protected]>
  • Loading branch information
camilamacedo86 and asmacdo authored Nov 23, 2021
1 parent 67ac820 commit dca3ef0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog/fragments/bump-operator-frameworkapi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
Optional `OperatorHub.io` validator called by `operator-sdk bundle validate ./bundle --select-optional name=operatorhub` now includes a previously missing category `Modernization & Migration`.
kind: "bugfix"
breaking: false
- description: >
Improves the validate bundle spec error message to provide a better explanation when invalid service accounts are found.
kind: "bugfix"
breaking: false
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/operator-framework/api v0.10.7
github.com/operator-framework/api v0.10.8-0.20211117153235-f579141ce61d
github.com/operator-framework/java-operator-plugins v0.1.0
github.com/operator-framework/operator-lib v0.6.0
github.com/operator-framework/operator-registry v1.17.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,8 @@ github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnh
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/operator-framework/api v0.7.1/go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY=
github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI=
github.com/operator-framework/api v0.10.7 h1:GlZJ6m+0WSVdSsSjTbhKKAvHXamWJXhwXHUhVwL8LBE=
github.com/operator-framework/api v0.10.7/go.mod h1:PtQSNSuVrhSC6YE6JJJZv3nnZJc32osKX8FmFUZK05U=
github.com/operator-framework/api v0.10.8-0.20211117153235-f579141ce61d h1:r0cS+cLsjnSy2YnS93+26QDYa2jlM4RkXnDZMZ9HOUE=
github.com/operator-framework/api v0.10.8-0.20211117153235-f579141ce61d/go.mod h1:PtQSNSuVrhSC6YE6JJJZv3nnZJc32osKX8FmFUZK05U=
github.com/operator-framework/java-operator-plugins v0.1.0 h1:khkYsrkEG4m+wT+oPjZYmWXo8jd0QQ8E4agSrqrhPhU=
github.com/operator-framework/java-operator-plugins v0.1.0/go.mod h1:sGKGELFkUeRqElcyvyPC89bC76YnCL7MPMa13P0AQcw=
github.com/operator-framework/operator-lib v0.6.0 h1:srZoTL8P7OZUOovMkQkd4vwIbFzFNW413R/6V9N9rz4=
Expand Down

0 comments on commit dca3ef0

Please sign in to comment.