-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
153 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [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 | ||
|
||
### Added | ||
- client: aliases to type in `sabakan` package. | ||
|
||
## [0.29] - 2018-11-29 | ||
|
||
### Changed | ||
- Change ignition upload API to specify ID (#121). This breaks backward compatibility of API and stored data. | ||
- Validate label names and values samely as Kubernetes (#122). | ||
|
||
## [0.28] - 2018-11-28 | ||
|
||
### Changed | ||
- Fixed a bug in sabakan-cryptsetup (#120). | ||
|
||
## [0.27] - 2018-11-27 | ||
|
||
### Changed | ||
- Improve GraphQL implementation (#118). | ||
- Improve client package (#119). | ||
|
||
## [0.26] - 2018-11-27 | ||
|
||
### Changed | ||
- Update version.go to release correctly. | ||
|
||
## [0.25] - 2018-11-27 | ||
|
||
### Added | ||
- GraphQL API and playground (#117) | ||
- `spec.register-date` and `spec.retire-date` fields to `Machine` (#116). | ||
- REST API to edit `retire-date` (#116). | ||
- `status.duration` field to `Machine` (#116). | ||
|
||
### Changed | ||
- Update etcdutil to 1.3.1. | ||
|
||
## [0.24] - 2018-10-25 | ||
|
||
### Changed | ||
- Fix version.go | ||
|
||
## [0.23] - 2018-10-25 | ||
|
||
### Added | ||
- Add metadata field for ignitions and assets (#110, #111, #112, #113) | ||
|
||
## [0.22] - 2018-10-11 | ||
|
||
### Changed | ||
- Update machines lifecycle (#109). | ||
|
||
## [0.21] - 2018-10-09 | ||
|
||
### Changed | ||
- Update machines state (#106, #107). | ||
|
||
### Added | ||
- Add API `/api/v1/labels` (#108). | ||
|
||
## [0.20] - 2018-09-03 | ||
|
||
### Changed | ||
- Rebuild with latest etcdutil v1.0.0. | ||
|
||
## [0.19] - 2018-08-24 | ||
|
||
### Added | ||
- Support healthcheck and version endpoint (#97). | ||
|
||
### Changed | ||
- Support label on machines (#98). | ||
- Modify BMC Type validation (#99). | ||
|
||
## [0.18] - 2018-08-14 | ||
|
||
### Added | ||
- Support configurable kernel parameters on booting CoreOS (#95). | ||
|
||
## [0.17] - 2018-08-06 | ||
|
||
### Added | ||
- Support for TLS client authentication for etcd (#93, #94). | ||
|
||
## [0.16] - 2018-08-01 | ||
|
||
### Changed | ||
- Fix infinite loop in asset updater after etcd compaction (#92). | ||
|
||
## [0.15] - 2018-07-25 | ||
|
||
### Added | ||
- Add integration tests using [placemat][] VMs. | ||
|
||
## [0.14] - 2018-07-18 | ||
|
||
### Changed | ||
- Fix a bug that leaves files of deleted OS images (#86). | ||
|
||
[placemat]: https://github.com/cybozu-go/placemat | ||
[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 | ||
[0.27]: https://github.com/cybozu-go/sabakan/compare/v0.26...v0.27 | ||
[0.26]: https://github.com/cybozu-go/sabakan/compare/v0.25...v0.26 | ||
[0.25]: https://github.com/cybozu-go/sabakan/compare/v0.24...v0.25 | ||
[0.24]: https://github.com/cybozu-go/sabakan/compare/v0.23...v0.24 | ||
[0.23]: https://github.com/cybozu-go/sabakan/compare/v0.22...v0.23 | ||
[0.22]: https://github.com/cybozu-go/sabakan/compare/v0.21...v0.22 | ||
[0.21]: https://github.com/cybozu-go/sabakan/compare/v0.20...v0.21 | ||
[0.20]: https://github.com/cybozu-go/sabakan/compare/v0.19...v0.20 | ||
[0.19]: https://github.com/cybozu-go/sabakan/compare/v0.18...v0.19 | ||
[0.18]: https://github.com/cybozu-go/sabakan/compare/v0.17...v0.18 | ||
[0.17]: https://github.com/cybozu-go/sabakan/compare/v0.16...v0.17 | ||
[0.16]: https://github.com/cybozu-go/sabakan/compare/v0.15...v0.16 | ||
[0.15]: https://github.com/cybozu-go/sabakan/compare/v0.14...v0.15 | ||
[0.14]: https://github.com/cybozu-go/sabakan/compare/v0.13...v0.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package sabakan | ||
|
||
// Version is sabakan version | ||
const Version = "1.1.0" | ||
const Version = "1.2.0" | ||
|
||
// SchemaVersion is the schema version | ||
const SchemaVersion = "2" |