-
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.
Added Release Notes for Hazelcast Operator 5.14.0 (#253)
- Loading branch information
Showing
1 changed file
with
11 additions
and
21 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
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 |