File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-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+ Bump java-operator-plugins. Adds `namespaced` plugin attribute and fixes resource version generation.
6+
7+ # kind is one of:
8+ # - addition
9+ # - change
10+ # - deprecation
11+ # - removal
12+ # - bugfix
13+ kind: "bugfix"
14+
15+ # Is this a breaking change?
16+ breaking: false
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/onsi/ginkgo v1.15.2
1414 github.com/onsi/gomega v1.11.0
1515 github.com/operator-framework/api v0.8.2-0.20210526151024-41d37db9141f
16- github.com/operator-framework/java-operator-plugins v0.0.0-20210525141944-8303c38a876d
16+ github.com/operator-framework/java-operator-plugins v0.0.0-20210629174633-88afbd6d98b2
1717 github.com/operator-framework/operator-lib v0.4.1
1818 github.com/operator-framework/operator-registry v1.15.3
1919 github.com/prometheus/client_golang v1.7.1
Original file line number Diff line number Diff line change @@ -770,8 +770,8 @@ github.com/operator-framework/api v0.3.22/go.mod h1:GVNiB6AQucwdZz3ZFXNv9HtcLOzc
770770github.com/operator-framework/api v0.5.2 /go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY =
771771github.com/operator-framework/api v0.8.2-0.20210526151024-41d37db9141f h1:VX19pxX9NNJNoh0kfS0PSzK4lOInXh4+4VNlbaED/gg =
772772github.com/operator-framework/api v0.8.2-0.20210526151024-41d37db9141f /go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY =
773- github.com/operator-framework/java-operator-plugins v0.0.0-20210525141944-8303c38a876d h1:HE4CQY27vaQWQnk7oD2mku417tKyOz6UQHOUNVCuFHU =
774- github.com/operator-framework/java-operator-plugins v0.0.0-20210525141944-8303c38a876d /go.mod h1:QFcG224Nx8VMwBEqxpZbT17LkISNzlOjY1/r4OQBYic =
773+ github.com/operator-framework/java-operator-plugins v0.0.0-20210629174633-88afbd6d98b2 h1:BA0zuCEz9wNTc582KTz0hczk6pwI/fQWaYZlQ5eCAjg =
774+ github.com/operator-framework/java-operator-plugins v0.0.0-20210629174633-88afbd6d98b2 /go.mod h1:QFcG224Nx8VMwBEqxpZbT17LkISNzlOjY1/r4OQBYic =
775775github.com/operator-framework/operator-lib v0.4.1 h1:Eh4JHs+LAWeC85ZMHXJ9RXg7G5grYx8J29TkOw8003s =
776776github.com/operator-framework/operator-lib v0.4.1 /go.mod h1:2dszbSeSo/472Ea8zIAcjEJhgzXKxzAGG24MgIP+13c =
777777github.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