Skip to content

1.0.0.Beta1

Compare
Choose a tag to compare
@slaskawi slaskawi released this 14 Jun 11:20
· 347 commits to main since this release

The new 1.0.0.Beta1 release has been completely rewritten by @belaban. The main part of the work has been done within this two issues #23 and #22.

Below is a summary of changes:

  • The latest KUBE_PING doesn't require embedded HTTP server for discovery. Thus it is no longer required to expose port 8888 in Pods.
  • The number of dependencies has been decreased. Currently we only require JGroups and OAuth library.
  • The new KUBE_PING works only with JGroups 4. There will be no JGroups 3 support.
  • Some of the environmental variables were shortened and we removed OPENSHIFT prefix. So if you use OPENSHIFT_KUBE_PING_NAMESPACE, you will need to change it to KUBERNETES_NAMESPACE. Please refer to https://github.com/jgroups-extras/jgroups-kubernetes/blob/master/README.adoc for more information.