diff --git a/docs/modules/ROOT/pages/release-notes.adoc b/docs/modules/ROOT/pages/release-notes.adoc index e9fd4e1f..284ceaec 100644 --- a/docs/modules/ROOT/pages/release-notes.adoc +++ b/docs/modules/ROOT/pages/release-notes.adoc @@ -1,32 +1,22 @@ = Release Notes -:description: These release notes list any new features, enhancements, fixes and breaking changes that were made between version 5.12.0 and version 5.13.0 of Hazelcast Operator. -{description} +:description: +These release notes list any new features, enhancements, fixes and breaking changes that were made between version 5.13.0 and version 5.14.0 of Hazelcast Operator == New Features -- Custom WAN ports are now exposed on member services with the `WithExposeExternally` value of `serviceType` -- Added support for Secrets in Custom Config -- Added parameters to JetJob CR -- Added custom environment variable support -- Added support for IAM roles for service accounts in AWS +- Introduced xref:lite-members.adoc[Lite Member] support +- Added support for xref:vector-collection-configuration.adoc[VectorCollection] +- Implemented certificate chain support for separate xref:tls.adoc[KeyStore and TrustStore] configurations +- Added support for deploying Flow using Flow Custom Resource (CR) +- Added environment variable support for the Management Center CR == Changes -- OS cluster creation logic removed, and it is now required to provide the `licenseKeySecretName` -- Changed the default persistence value `clusterDataRecoveryPolicy` to `PartialRecoveryMostComplete` and `autoRemoveStaleData` to `true` -- Added client authentication capability when security is configured in Custom Config -- Updated members connection status in WAN replication -- Deprecated `portCount` in Advanced Network WAN -- Reduced the number of init containers to one +- Synchronized the versions of the operator and sidecar agent to improve ease of use. +- Replaced JKS with PKCS12 for TLS certificate and key storage +- Improved scaling options for the Flow CR == Fixed Issues -- Fixed the `persistence.storageClass` validation issue -- Removed leftover WAN services after a WAN config was deleted from advanced network -- Added validation for the maximum WAN port value in Hazelcast CR -- Added the default WAN port and name in Advanced Network for Hazelcast CR -- Made WAN names DNS compatible -- Fixed error with MTLS client registry after operator restart -- Fixed map status when MapConfig creation failed -- Fixed panic error in the `ValidateNotUpdatableMcPersistenceFields` function +- Resolved LDAP configuration issue when persistence is disabled \ No newline at end of file