Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jan 28, 2019
1 parent 6986d8e commit f291ff5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2019-01-28

### Breaking changes
- `ipam.json` adds new mandatory field `bmc-ipv4-gateway-offset` (#132).
- Ignition template renderer sets the context `.` as `Machine` instead of `MachineSpec` (#132).

### Added
- `Machine` has additional information field for BMC NIC configuration (#132).

## [0.31] - 2018-12-25

### Changed
* Update github.com/coreos/ignition to v0.30.0 and spec version v2.3.0 (#127).
- 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.
- client: aliases to type in `sabakan` package.

## [0.29] - 2018-11-29

Expand Down Expand Up @@ -113,7 +122,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.31...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/cybozu-go/sabakan/compare/v0.31...v1.0.0
[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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package sabakan

// Version is sabakan version
const Version = "0.31"
const Version = "1.0.0"

0 comments on commit f291ff5

Please sign in to comment.