Skip to content

Commit b1d39cd

Browse files
chore: bump java-operator-plugins to v0.3.0 (#5590)
Bug Fixes - Fixes issue 74 - chore: update to JOSDK extension 3.0.4 and Quarkus 2.7.3 (PR 76) Signed-off-by: jesus m. rodriguez <[email protected]> Co-authored-by: jesus m. rodriguez <[email protected]>
1 parent c1a5015 commit b1d39cd

File tree

3 files changed

+23
-3
lines changed

3 files changed

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/onsi/gomega v1.17.0
1616
github.com/operator-framework/api v0.14.0
1717
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
1919
github.com/operator-framework/operator-lib v0.10.0
2020
github.com/operator-framework/operator-registry v1.19.5
2121
github.com/prometheus/client_golang v1.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ github.com/operator-framework/api v0.14.0 h1:5nk8fQL8l+dDxi11hZi0T7nqhhoIQLn+qL2
932932
github.com/operator-framework/api v0.14.0/go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0=
933933
github.com/operator-framework/helm-operator-plugins v0.0.9 h1:G5aBY5sPrNXcRiKLpAaBMOYm7q0+qCmk9XWOAL/ZJuc=
934934
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=
937937
github.com/operator-framework/operator-lib v0.3.0/go.mod h1:LTp5UQd8ivq4MXqm/W/XHulHQ0RRoZXsAj73sNMAQxc=
938938
github.com/operator-framework/operator-lib v0.10.0 h1:tTjrt8Udi0msABkMpgxKHp7sXKnC73jFPO5Col0tWso=
939939
github.com/operator-framework/operator-lib v0.10.0/go.mod h1:sdCls/olFjSHLXU0bHlaPtmyeIdentoxz/9miyw27kw=

0 commit comments

Comments
 (0)