22
33## [ Unreleased]
44
5+ ## [ 3.2.0] - 2018-02-21
56### Added
67- Custom Linux Mount support for ` shared_data_volumes ` . Please see the
78global configuration doc for more information.
8- - ` account ` command added with the following sub-commands:
9+ - ` account ` command added with the following sub-commands (requires AAD auth) :
910 - ` info ` provides information about a Batch account (including account
1011 level quotas)
1112 - ` list ` provides information about all (or a resource group subset) of
@@ -14,19 +15,23 @@ global configuration doc for more information.
1415 for a given location
1516- ` pool images update ` command now supports updating Docker images
1617in native container support pools via SSH
17- - ` pool rdp ` sub-command added, please see usage doc for more information
18+ - ` pool rdp ` sub-command added, please see usage doc for more information.
19+ Requires Batch Shipyard executing on Windows with target Windows containers
20+ pools.
1821- Ability to specify an AAD authority URL via the ` aad ` :` authority_url `
1922credential configuration, ` --aad-authority-url ` command line option or
2023` SHIPYARD_AAD_AUTHORITY_URL ` environment variable. Please see relevant
2124documentation for credentials and usage.
2225- Support for CentOS 7.4 and Debian 9 compute node hosts. CentOS 7.4
2326on GPU nodes is currently unsupported; CentOS 7.3 will continue to work on
2427N-series.
25- - Support for offer ` WindowsServerSemiAnnual ` and sku
28+ - Support for publisher ` MicrosoftWindowsServer ` , offer
29+ ` WindowsServerSemiAnnual ` , and sku
2630` Datacenter-Core-1709-with-Containers-smalldisk `
2731- ` --delete-resource-group ` option added to ` fs disks del ` command
2832- CentOS-HPC 7.1, CentOS 7.3 GPU, and CentOS 7.4 packer scripts added to
2933contrib area
34+ - Add documentation for which ` platform_image ` s are supported
3035
3136### Changed
3237- ** Breaking Change:** ` additional_node_prep_commands ` is now a dictionary
@@ -1116,7 +1121,8 @@ transfer is disabled
11161121#### Added
11171122- Initial release
11181123
1119- [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.1.0...HEAD
1124+ [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.2.0...HEAD
1125+ [ 3.2.0 ] : https://github.com/Azure/batch-shipyard/compare/3.1.0...3.2.0
11201126[ 3.1.0 ] : https://github.com/Azure/batch-shipyard/compare/3.0.3...3.1.0
11211127[ 3.0.3 ] : https://github.com/Azure/batch-shipyard/compare/3.0.2...3.0.3
11221128[ 3.0.2 ] : https://github.com/Azure/batch-shipyard/compare/3.0.1...3.0.2
0 commit comments