Skip to content

Commit

Permalink
Release of version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doriordan committed Jan 14, 2018
1 parent 1a79812 commit 63b3977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ scalacOptions += "-target:jvm-1.8"

scalacOptions in Test ++= Seq("-Yrangepos")

version in ThisBuild := "2.0.0"
version in ThisBuild := "2.0.1"

sonatypeProfileName := "io.skuber"

Expand Down
2 changes: 2 additions & 0 deletions docs/MIGRATION_1-to-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ A `skuber.api.client.LoggingConfig` object is now associated with each Skuber re

A `LoggingConfig` object can be passed explicitly to the init() call, or alternatively different log events can be enabled by setting associated system parameters.

## Miscellaneous

- From version 2.0.1, the `template` field in a StatefulSet spec has been made mandatory so is no longer an `Option` type, this minor change was a fix to reflect the actual Kubernetes API rules for the field.



Expand Down

0 comments on commit 63b3977

Please sign in to comment.