This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
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.