22
33## [ Unreleased]
44
5+ ## [ 3.1.0] - 2018-01-30
56### Added
67- Configuration validation. Validator supports both YAML and JSON
78configuration, please see special note in the Removed section below (#145 )
@@ -12,8 +13,9 @@ information (#149).
1213- Support for accelerated networking in RemoteFS storage clusters (#158 )
1314
1415### Changed
15- - Update Docker CE to 17.12.0
16- - Update blobxfer to 1.1.0
16+ - Update Docker CE to 17.12.0 for Ubuntu/CentOS
17+ - Update nvidia-docker 1.0.1 to nvidia-docker2
18+ - Update blobxfer to 1.1.1
1719- Updated dependencies to latest
1820
1921### Fixed
@@ -28,10 +30,10 @@ behavior for the following previously deprecated configuration properties:
2830 ` low_priority ` VM counts
2931 - ` pool_specification ` :` vm_configuration ` must be specified instead of
3032 directly specifying ` publisher ` , ` offer ` , ` sku ` on ` pool_specification `
31- - ` global_resources ` :` docker_volumes ` must be replaced with
32- ` global_resources ` :` volumes `
33- - ` job_specifications ` :` tasks ` :` image ` must be replaced with
34- ` job_specifications ` :` tasks ` :` docker_image `
33+ - ` global_resources ` :` docker_volumes ` is no longer valid and must be
34+ replaced with ` global_resources ` :` volumes `
35+ - ` job_specifications ` :` tasks ` :` image ` is no longer valid and must be
36+ replaced with ` job_specifications ` :` tasks ` :` docker_image `
3537
3638## [ 3.0.3] - 2018-01-22
3739### Security
@@ -1063,7 +1065,8 @@ transfer is disabled
10631065#### Added
10641066- Initial release
10651067
1066- [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.0.3...HEAD
1068+ [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.1.0...HEAD
1069+ [ 3.1.0 ] : https://github.com/Azure/batch-shipyard/compare/3.0.3...3.1.0
10671070[ 3.0.3 ] : https://github.com/Azure/batch-shipyard/compare/3.0.2...3.0.3
10681071[ 3.0.2 ] : https://github.com/Azure/batch-shipyard/compare/3.0.1...3.0.2
10691072[ 3.0.1 ] : https://github.com/Azure/batch-shipyard/compare/3.0.0...3.0.1
0 commit comments