Releases: doriordan/skuber
v1.7.1
This is the full release of Skuber v1.7.1, which adds support for various Kubernetes v1.7 features.
In roadmap terms this is the final planned feature release of v1.x - new features will generally target Skuber v2 instead of v1. However pull requests to fix issues or add critical functionality in v1 - based on the release_1.x
maintenance branch - will continue to be welcomed, and further maintenance releases may be made as a consequence.
To use this release in your application add the following to your sbt build file:
libraryDependencies += "io.skuber" % "skuber_2.11" % "1.7.1"
v1.7.1 RC1
This is the initial release candidate for Skuber v1.7.1. In general v1.7.1 brings Skuber support for Kubernetes versions up to v1.7, with backwards compatibility support for (at least) Kubernetes v1.5 and v1.6.
Many other enhancements, see commit logs for details.