Skip to content

Commit b4f0f8c

Browse files
authored
chore: release 6.8.1 (#967)
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 0db5214 commit b4f0f8c

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Java Operator SDK Extension
22
release:
3-
current-version: 6.8.0
4-
next-version: 6.8.1-SNAPSHOT
3+
current-version: 6.8.1
4+
next-version: 6.8.2-SNAPSHOT
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 6.8.0
1+
:project-version: 6.8.1
22

33
:examples-dir: ./../examples/

docs/modules/ROOT/pages/index.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,16 @@ Please refer to the https://github.com/quarkiverse/quarkus-operator-sdk/blob/mai
3333

3434
== Installation
3535

36-
If you want to use this extension, you need to add the `quarkus-operator-sdk` extension first.
36+
=== Using the Quarkus platform
3737

38-
You need to add minimally, the following to your `pom.xml` file:
38+
The best way to use this extension is to generate a skeleton project from https://code.quarkus.io[code.quarkus.io], search for `qosdk` (or similar) and select the Operator SDK extension.
39+
Doing so will automatically import the Java Operator SDK dependencies in a managed way, using the BOM from the Quarkus platform.
40+
41+
Some of these topics along with upgrading strategies are discussed in https://developers.redhat.com/articles/2023/09/19/write-operators-java-josdk-part-4-upgrading-strategies.
42+
43+
=== Managing the QOSDK extension yourself
44+
45+
Alternatively, you can add the following to your `pom.xml` file, if you want to be managing the QOSDK extension yourself.
3946

4047
[source,xml,subs=attributes+]
4148
----
@@ -75,7 +82,11 @@ Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeExceptio
7582
at io.quarkus.deployment.dev.DevModeMain.main(DevModeMain.java:62)
7683
----
7784

78-
If you want to use the Bundle generator, you will first need to use Quarkus 2.3.0.Final or above and add the `quarkus-operator-sdk-bundle-generator` extension first:
85+
=== OLM bundle generator extension
86+
87+
You can add the OLM bundle generator using the Quarkus platform via code.quarkus.io, searching for `olm` (for example).
88+
89+
You can also add the `quarkus-operator-sdk-bundle-generator` extension manually to your dependencies in a project that's already set up to use QOSDK.
7990

8091
[source,xml,subs=attributes+]
8192
----

0 commit comments

Comments
 (0)