I’m pleased to announce version 2.6.2.1.1.0 of the microbean-helm project: a toolkit in Java for working with Helm, the Kubernetes package manager. This release is available from Maven Central. The Helm version tracked is 2.6.2.
This release adds the ability to write out charts from their Java representations. This feature joins the ability to read charts from a variety of different sources and to perform operations on the releases they represent, faithfully replicating the business logic contained in the helm
binary itself, in addition to taking advantage of the business logic already present in the Tiller server.
This should provide the foundation for a Maven plugin, which I’ll be working on next.