Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 6.6.3 #830

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Java Operator SDK Extension
release:
current-version: 6.6.2
next-version: 6.6.3-SNAPSHOT
current-version: 6.6.3
next-version: 6.6.4-SNAPSHOT

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:project-version: 6.6.2
:project-version: 6.6.3

:examples-dir: ./../examples/
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ Find more information about channels and packages https://olm.operatorframework.
If you're using an insecure container registry, you'll also need to append the next property to the Maven command `-Dquarkus.container-image.insecure=true`.
====

[NOTE]
====
By default, the bundle generator disables outputting the application's version as part of the manifests' selectors (equivalent to setting `quarkus.kubernetes.add-version-to-label-selectors` to `false`). This is done make updating your operator simpler. If, for some reason, you need that label to be added to the selectors, just set the property to `true`.
====

=== Build the Operator Bundle image

An Operator Bundle is a container image that stores Kubernetes manifests and metadata associated with an operator.
Expand Down
Loading