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

Add whats new page for 5.14 release #256

Merged
merged 7 commits into from
Oct 25, 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
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.Get Started
* xref:index.adoc[Overview]
* xref:get-started.adoc[Deploy a Cluster]
* xref:whats-new.adoc[What's new in 5.14]
* xref:deploy-management-center.adoc[Deploy Management Center]
* xref:scaling-upgrading.adoc[Scaling & Upgrading]
* xref:air-gapped-env.adoc[Running in air-gapped environments]
Expand Down
28 changes: 28 additions & 0 deletions docs/modules/ROOT/pages/whats-new.adoc
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] .
Loading