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

Added Release Notes for Hazelcast Operator 5.14.0 #253

Merged
merged 3 commits into from
Oct 21, 2024
Merged
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
32 changes: 11 additions & 21 deletions docs/modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -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
Loading