From f9d0ce8bfa076ad945ad01b44e5e878a0dcb2bcc Mon Sep 17 00:00:00 2001 From: Shin'ya UEOKA Date: Tue, 25 Dec 2018 07:13:58 +0000 Subject: [PATCH] Bump version to 0.31 --- CHANGELOG.md | 7 ++++++- version.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c25ca1..437702ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.31] - 2018-12-25 + ### Changed * Update github.com/coreos/ignition to v0.30.0 and spec version v2.3.0 (#127). +- Use cobra in for sabactl (#129). +- Fix being suck on registering ignitions with already registed ID and ROLE (#130). ## [0.30] - 2018-12-06 @@ -109,7 +113,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix a bug that leaves files of deleted OS images (#86). [placemat]: https://github.com/cybozu-go/placemat -[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.30...HEAD +[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.31...HEAD +[0.31]: https://github.com/cybozu-go/sabakan/compare/v0.30...v0.31 [0.30]: https://github.com/cybozu-go/sabakan/compare/v0.29...v0.30 [0.29]: https://github.com/cybozu-go/sabakan/compare/v0.28...v0.29 [0.28]: https://github.com/cybozu-go/sabakan/compare/v0.27...v0.28 diff --git a/version.go b/version.go index 040a20b7..961df04f 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package sabakan // Version is sabakan version -const Version = "0.30" +const Version = "0.31"