Skip to content

Commit 2781cf8

Browse files
authored
Bump java-operator-plugins. (#5020)
* Bump java-operator-plugins. * Add changelog Signed-off-by: jesus m. rodriguez <[email protected]>
1 parent 7356782 commit 2781cf8

File tree

3 files changed

+19
-3
lines changed

3 files changed

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@ github.com/operator-framework/api v0.3.22/go.mod h1:GVNiB6AQucwdZz3ZFXNv9HtcLOzc
770770
github.com/operator-framework/api v0.5.2/go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY=
771771
github.com/operator-framework/api v0.8.2-0.20210526151024-41d37db9141f h1:VX19pxX9NNJNoh0kfS0PSzK4lOInXh4+4VNlbaED/gg=
772772
github.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=
775775
github.com/operator-framework/operator-lib v0.4.1 h1:Eh4JHs+LAWeC85ZMHXJ9RXg7G5grYx8J29TkOw8003s=
776776
github.com/operator-framework/operator-lib v0.4.1/go.mod h1:2dszbSeSo/472Ea8zIAcjEJhgzXKxzAGG24MgIP+13c=
777777
github.com/operator-framework/operator-registry v1.15.3 h1:C+u+zjDh6yQAKN+DbUvPeLjojZtJftvp/J28rRqiWWU=

0 commit comments

Comments
 (0)