File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-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
+ (java/v1alpha) bumping the java-operator-plugins dependency to v0.3.0.
6
+ This release includes the following items.
7
+
8
+ ### Bug Fixes
9
+ - chore: update to JOSDK extension 3.0.4 and Quarkus 2.7.3 (Fixes issue 74)
10
+
11
+ # kind is one of:
12
+ # - addition
13
+ # - change
14
+ # - deprecation
15
+ # - removal
16
+ # - bugfix
17
+ kind: "bugfix"
18
+
19
+ # Is this a breaking change?
20
+ breaking: false
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/onsi/gomega v1.17.0
16
16
github.com/operator-framework/api v0.14.0
17
17
github.com/operator-framework/helm-operator-plugins v0.0.9
18
- github.com/operator-framework/java-operator-plugins v0.2 .0
18
+ github.com/operator-framework/java-operator-plugins v0.3 .0
19
19
github.com/operator-framework/operator-lib v0.10.0
20
20
github.com/operator-framework/operator-registry v1.19.5
21
21
github.com/prometheus/client_golang v1.11.0
Original file line number Diff line number Diff line change @@ -932,8 +932,8 @@ github.com/operator-framework/api v0.14.0 h1:5nk8fQL8l+dDxi11hZi0T7nqhhoIQLn+qL2
932
932
github.com/operator-framework/api v0.14.0 /go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0 =
933
933
github.com/operator-framework/helm-operator-plugins v0.0.9 h1:G5aBY5sPrNXcRiKLpAaBMOYm7q0+qCmk9XWOAL/ZJuc =
934
934
github.com/operator-framework/helm-operator-plugins v0.0.9 /go.mod h1:LFi/PUYE+xA5ubF3ZrleYE1Ez7cphJzSYpjHAyLiNwQ =
935
- github.com/operator-framework/java-operator-plugins v0.2 .0 h1:nIc3/pmH9j9lA6IzcnBBOl1D1V7XFculETUJrucOcrk =
936
- github.com/operator-framework/java-operator-plugins v0.2 .0 /go.mod h1:38ZUfA6J5JQjPZLQJZKyXE3v+t91mpJ2utAtVCDQTY0 =
935
+ github.com/operator-framework/java-operator-plugins v0.3 .0 h1:K+gdg1cLugxP3KbGNc1SttKIY69z7ywBFaXW0vVIG9o =
936
+ github.com/operator-framework/java-operator-plugins v0.3 .0 /go.mod h1:38ZUfA6J5JQjPZLQJZKyXE3v+t91mpJ2utAtVCDQTY0 =
937
937
github.com/operator-framework/operator-lib v0.3.0 /go.mod h1:LTp5UQd8ivq4MXqm/W/XHulHQ0RRoZXsAj73sNMAQxc =
938
938
github.com/operator-framework/operator-lib v0.10.0 h1:tTjrt8Udi0msABkMpgxKHp7sXKnC73jFPO5Col0tWso =
939
939
github.com/operator-framework/operator-lib v0.10.0 /go.mod h1:sdCls/olFjSHLXU0bHlaPtmyeIdentoxz/9miyw27kw =
You can’t perform that action at this time.
0 commit comments