-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add whats new page for 5.14 release (#256)
Co-authored-by: Oliver Howell <[email protected]>
- Loading branch information
1 parent
9204a32
commit 5a97618
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
= What's new in Hazelcast Platform Operator | ||
:description: Here are the highlights of what's new and improved in Hazelcast Platform Operator 5.14. | ||
|
||
{description} | ||
|
||
|
||
== Lite Member Support | ||
|
||
Compute Isolation was introduced in Hazelcast Platform 5.5, enabling you to distribute your workload using Jet Job replacement control. To run workloads on Lite Members, Platform Operator can enable Lite Member deployment through a Hazelcast custom resource. For more information, see xref:lite-members.adoc[Deploying Lite Members]. | ||
|
||
To learn more about Compute Isolation, see https://docs.hazelcast.com/hazelcast/latest/whats-new#distribute-your-workload-with-jet-job-placement-control[What's new in Hazelcast Platform 5.5]. | ||
|
||
|
||
== Vector Collection custom resource | ||
|
||
With the release of Hazelcast Platform 5.5, a new data structure called Vector Collection was introduced to enhance semantic search capabilities. Hazelcast Platform Operator now includes a custom resource for creating and configuring Vector Collections in a declarative manner. For more details, see xref:vector-collection-configuration.adoc[Configuring Vector Collections]. | ||
|
||
For more information on Vector Collections,, see https://docs.hazelcast.com/hazelcast/5.5/whats-new#new-vector-collection-for-building-semantic-search-beta[What's new in Hazelcast Platform 5.5]. | ||
|
||
== Additional Improvements | ||
|
||
For detailed release notes that include new features and enhancements, breaking changes, deprecations and other fixes, see xref:release-notes.adoc[5.14 Release Notes]. | ||
|
||
To get started with Platform Operator, see xref:get-started.adoc[Deploy a Cluster with the Hazelcast Platform Operator for Kubernetes]. | ||
|
||
== API Reference | ||
|
||
For a complete list of available parameters for custom resources, see xref:api-ref.adoc[API Reference] . |