Sbt Kubeyml Versions Save

Sbt plugin to help deploy Scala applications to Kubernetes

v0.4.2

1 year ago

What's Changed

Main feature

Docs

Updates

Full Changelog: https://github.com/vaslabs/sbt-kubeyml/compare/v0.4.1...v0.4.2

v0.4.1

1 year ago

Changes

  • Thanks to @DragonIsle now volumes can be passed to the deployment manifest.
  • Sbt 1.7.1

Organisational

  • Thanks to @georgeonisiforou2022 and @nGmms453 , test pipelines are moved from circleci to github actions

v0.4.0

2 years ago
  • Project is built with sbt 1.5.5
  • Migrated code and docs to / notation

v0.3.9

3 years ago

Changelog

v0.3.8

3 years ago

Changelog

  • Native packager -> 1.7.4

v0.3.7

3 years ago

Changelog

  • sbt-native-packager update 1.7.2 ->1.7.3

v0.3.6

3 years ago

Changelog

  • sbt-native-packager updated 1.7.1 -> 1.7.2

v0.3.4

4 years ago

Changelog

  • Hostname validation is consistent with the pattern much and error message as the kubectl
  • Hostnames with upper cases and underscores that were previously accepted by the plugin are now invalid.

v0.3.3

4 years ago

Changelog

  • Changes defaults of requests cpu from 500m to 100m (#80 )
  • Update sbt-native-packager to 1.7.0

v0.3.2

4 years ago

Changelog

  • Fixes deploymentStrategy infinite loop issue introduced in 0.3.1