Skip to content

Commit

Permalink
Add whats new page for 5.14 release (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Howell <[email protected]>
  • Loading branch information
hasancelik and oliverhowell authored Oct 25, 2024
1 parent 9204a32 commit 5a97618
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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] .

0 comments on commit 5a97618

Please sign in to comment.