From 99f15879cde04b4a2e55680247d72a6af00267b4 Mon Sep 17 00:00:00 2001 From: Fred Park Date: Mon, 3 Dec 2018 09:03:24 -0800 Subject: [PATCH] Tag for 3.6.1 release --- CHANGELOG.md | 14 +++++++++++++- convoy/version.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c11b92..8757540e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,23 @@ ## [Unreleased] +## [3.6.1] - 2018-12-03 +### Added +- Windows Server 2019 support +- Genomics and Bioinformatics recipes: BLAST and RNASeq +- PyTorch recipes + ### Changed - Updated Docker CE to 18.09.0 - Updated blobxfer to 1.5.5 +- Updated NC/ND driver to 410.79 +- Updated NV driver to 410.71 with CUDA10 support - Updated other dependencies to latest ### Fixed +- `--tail` console output occasionally repeating characters +- NV provisioning regressions +- Windows node prep issue - fs cluster status issue - Retry MSI provisioning for discrete VM resources @@ -1470,7 +1481,8 @@ transfer is disabled #### Added - Initial release -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0...HEAD +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.1...HEAD +[3.6.1]: https://github.com/Azure/batch-shipyard/compare/3.6.0...3.6.1 [3.6.0]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...3.6.0 [3.6.0b1]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...3.6.0b1 [3.6.0a1]: https://github.com/Azure/batch-shipyard/compare/3.5.3...3.6.0a1 diff --git a/convoy/version.py b/convoy/version.py index b4021d47..cece7559 100644 --- a/convoy/version.py +++ b/convoy/version.py @@ -22,4 +22,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = '3.6.0' +__version__ = '3.6.1'