Skip to content

Commit

Permalink
updated CHANGELOG for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sb10 committed Jan 26, 2017
1 parent b4e8eef commit 6824e6f
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).


## [0.5.0] - 2017-01-26
### Added
- `wr cloud deploy` now has options for setting your network CIDR, gateway IP,
DNS name servers and minimum disk size.
- `wr add` command-specific options now allow specifying environment variable
overrides.

### Fixed
- Manager's IP is now calculated correctly on hosts with multiple network
interfaces.
- `wr cloud deploy` applies appropriate private permissions to the ssh key file
it copies over to the "head" node.
- Numerous fixes made to OpenStack scheduler, allowing it to work as expected
with multi-core flavors and not overload the system by spawning new servers
sequentially.

### Changed
- Using `wr add` with a remote manager now no longer associates local
environment variables with the command; commands run with the remote variables
instead.
- Memory requirements are no longer increased by 100MB unless the resulting
figure would be less than 1GB.
- Backwards incompatible internal API changes for the jobqueue package.


## [0.4.0] - 2017-01-19
### Added
- `wr add --disk` causes the creation of suitable sized temporary volumes when
Expand All @@ -13,11 +38,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
image to use to run that command.

### Fixed
- Improved error message if an invalid OS image name prefix is supplied
- Improved error message if an invalid OS image name prefix is supplied.

### Changed
- Format of file taken by `wr add -f` has changed completely; read the help
- Backwards incompatible internal API changes for the cloud package
- Format of file taken by `wr add -f` has changed completely; read the help.
- Backwards incompatible internal API changes for the cloud package.


## [0.3.1] - 2016-12-16
Expand Down

0 comments on commit 6824e6f

Please sign in to comment.