Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 80116d3

Browse files
committed
Tag for 3.2.0 release
1 parent e2d6354 commit 80116d3

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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
78
global 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
1617
in 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`
1922
credential configuration, `--aad-authority-url` command line option or
2023
`SHIPYARD_AAD_AUTHORITY_URL` environment variable. Please see relevant
2124
documentation for credentials and usage.
2225
- Support for CentOS 7.4 and Debian 9 compute node hosts. CentOS 7.4
2326
on GPU nodes is currently unsupported; CentOS 7.3 will continue to work on
2427
N-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
2933
contrib 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

convoy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = '3.1.0'
25+
__version__ = '3.2.0'

0 commit comments

Comments
 (0)