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

Commit 99f1587

Browse files
committed
Tag for 3.6.1 release
1 parent eea4286 commit 99f1587

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
## [Unreleased]
44

5+
## [3.6.1] - 2018-12-03
6+
### Added
7+
- Windows Server 2019 support
8+
- Genomics and Bioinformatics recipes: BLAST and RNASeq
9+
- PyTorch recipes
10+
511
### Changed
612
- Updated Docker CE to 18.09.0
713
- Updated blobxfer to 1.5.5
14+
- Updated NC/ND driver to 410.79
15+
- Updated NV driver to 410.71 with CUDA10 support
816
- Updated other dependencies to latest
917

1018
### Fixed
19+
- `--tail` console output occasionally repeating characters
20+
- NV provisioning regressions
21+
- Windows node prep issue
1122
- fs cluster status issue
1223
- Retry MSI provisioning for discrete VM resources
1324

@@ -1470,7 +1481,8 @@ transfer is disabled
14701481
#### Added
14711482
- Initial release
14721483

1473-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0...HEAD
1484+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.1...HEAD
1485+
[3.6.1]: https://github.com/Azure/batch-shipyard/compare/3.6.0...3.6.1
14741486
[3.6.0]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...3.6.0
14751487
[3.6.0b1]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...3.6.0b1
14761488
[3.6.0a1]: https://github.com/Azure/batch-shipyard/compare/3.5.3...3.6.0a1

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.6.0'
25+
__version__ = '3.6.1'

0 commit comments

Comments
 (0)