Skip to content

Releases: doriordan/skuber

v1.7.1

12 Nov 15:01
Compare
Choose a tag to compare

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

18 Sep 18:28
Compare
Choose a tag to compare
v1.7.1 RC1 Pre-release
Pre-release

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.

v1.3.0

06 Aug 13:37
Compare
Choose a tag to compare

Initial release supporting Kubernetes v1.3 and earlier.

This release:

  • Has comprehensive support for the core Kubernetes API
  • Supports the following extensions API resource kinds:
    • Deployment
    • HorizontalPodAutoScaler
    • Ingress
    • ReplicaSet
    • DaemonSet