Skip to content

Commit a9d66a9

Browse files
committed
docs: move bundle generation out of preview
1 parent 97075e0 commit a9d66a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please also refer to the https://javaoperatorsdk.io/docs/getting-started[JOSDK d
1616
- Automatically registers reconcilers with the `Operator` and start them
1717
- Automatically generates CRDs for all `CustomResource` implementations used by reconcilers
1818
- Automatically generates Kubernetes descriptors
19-
- Automatically generates the bundle manifests for all reconcilers (using the `quarkus-operator-sdk-bundle-generator` extension) [Preview]
19+
- Automatically generates the bundle manifests for all reconcilers (using the `quarkus-operator-sdk-bundle-generator` extension)
2020
- Integrates with the Dev mode:
2121
* Watches your code for changes and reload automatically your operator if needed without having to hit an endpoint
2222
* Only re-generates the CRDs if a change impacting its generation is detected

0 commit comments

Comments
 (0)