Skip to content

Releases: vaslabs/sbt-kubeyml

Update ingress API

06 Jan 09:02
4ff4c3d
Compare
Choose a tag to compare

What's Changed

Main feature

  • Update ingress api version to latest - keep v1beta1 for compatibility by @vaslabs in #307
    (networking.k8s.io/v1beta -> networking.k8s.io/v1)

Docs

Updates

Full Changelog: v0.4.1...v0.4.2

Deployment volumes

22 Sep 13:30
62512d5
Compare
Choose a tag to compare

Changes

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

Organisational

Sbt updates

18 Sep 09:35
Compare
Choose a tag to compare
  • Project is built with sbt 1.5.5
  • Migrated code and docs to / notation

v0.3.9

21 Aug 08:03
Compare
Choose a tag to compare

Changelog

v0.3.8

16 Jul 18:43
Compare
Choose a tag to compare

Changelog

  • Native packager -> 1.7.4

v0.3.7

02 Jun 20:07
Compare
Choose a tag to compare

Changelog

  • sbt-native-packager update 1.7.2 ->1.7.3

Library updates

30 May 16:50
Compare
Choose a tag to compare

Changelog

  • sbt-native-packager updated 1.7.1 -> 1.7.2

Hostname fixes

02 Apr 13:30
Compare
Choose a tag to compare

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.

0.3.3

26 Mar 17:44
Compare
Choose a tag to compare

Changelog

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

v0.3.2

16 Mar 13:21
Compare
Choose a tag to compare

Changelog

  • Fixes deploymentStrategy infinite loop issue introduced in 0.3.1