This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Releases: hazelcast/hazelcast-kubernetes
Releases · hazelcast/hazelcast-kubernetes
1.1.0
This document includes the new features, enhancements, and fixed issues for Hazelcast Kubernetes 1.1.0 release.
New Features
- Configurable support for adding endpoints of pods still not ready on Kubernetes. [#57]
Enhancements
- Upgrade
kubernetes-client
version. [#49] - Allow multiple Hazelcast instances in the same namespace with different labels. [#30]
Fixes
- Add null check for endpointSubset.getAddresses(). [#52]
- Check endpoints.getSubsets() for null. [#54]
Known Issues
None.
1.0.0
This document includes the new features, enhancements, and fixed issues for Hazelcast Kubernetes 1.0.0 release.
New Features
There are no new features for this release. This is the initial release of hazelcast-kubernetes discovery plugin after becoming an official Hazelcast plugin.
Enhancements
Due to new package names;
-
Maven
groupId
andartifactId
has been changed. New coordinates,<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-kubernetes</artifactId> <version>1.0.0</version> </dependecy>
-
DiscoveryStrategy class name changed from
com.noctarius.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy
tocom.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy
-
Unit tests are added.
Fixes
There are no fixes for this release.
Known Issues
None.