|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [3.6.0] - 2018-11-06 (SC18 Edition) |
| 6 | +### Added |
| 7 | +- Kata containers support: run containers on Linux compute nodes with a higher |
| 8 | +level of isolation through lightweight VMs. Please see the pool doc for more |
| 9 | +information. |
| 10 | +- Per-job distributed scratch space support: create on-demand scratch |
| 11 | +space shared between tasks of a job which can be particularly useful for MPI |
| 12 | +and multi-instance tasks without having to manage a GlusterFS-on-compute |
| 13 | +shared data volume. Please see both the pool doc and jobs doc for more |
| 14 | +information. |
| 15 | +- Add `restrict_default_bind_mounts` option to jobs specifications. This |
| 16 | +will restrict automatic host directory bindings to the container filesystem |
| 17 | +only to `$AZ_BATCH_TASK_DIR`. This is particularly useful in combination with |
| 18 | +container runtimes enforcing VM-level isolation such as Kata containers. |
| 19 | +- Allow installation and selection of multiple container runtimes along with |
| 20 | +a default container runtime for Docker invocations. Please see the pool doc |
| 21 | +for more information under `container_runtimes`. |
| 22 | +- Support for Standard SSD and Ultra SSD managed disks for RemoteFS clusters. |
| 23 | +In conjunction with this change, Availability Zone support has been added |
| 24 | +for manage disks and storage cluster VMs. Please see the relevant |
| 25 | +documentation for more information. |
| 26 | + |
| 27 | +### Changed |
| 28 | +- **Breaking Change:** the `premium` property under `remote_fs`:`managed_disks` |
| 29 | +has been replaced with `sku`. Please see the RemoteFS configuration doc for |
| 30 | +more information. |
| 31 | +- **Breaking Change:** the Singularity container runtime is no longer installed |
| 32 | +by default, please see the pool doc to configure pools to install Singularity |
| 33 | +as needed under `container_runtimes`:`install`. |
| 34 | +- Renamed MADL recipe to HPMLA |
| 35 | +- Updated NC/ND driver to 410.72 with CUDA 10 support |
| 36 | +- Updated blobxfer to 1.5.4 |
| 37 | +- Updated LIS, Prometheus, and Grafana |
| 38 | +- Updated other dependencies to latest |
| 39 | +- Updated binary builds and Windows Docker images to Python 3.7.1 |
| 40 | + |
| 41 | +### Fixed |
| 42 | +- `input_data` utilizing Azure File shares ([#243](https://github.com/Azure/batch-shipyard/issues/243)) |
| 43 | +- New NV driver location ([#244](https://github.com/Azure/batch-shipyard/issues/244)) |
| 44 | +- Fixed non-public Azure region AAD login issues |
| 45 | +- Fixed Singularity image download issues |
| 46 | +- Fixed Grafana update regression with default Batch Shipayrd Dashboard |
| 47 | +- Fixed SSH login to monitoring resource after federation feature merge |
| 48 | +- Enable Singularity on Ubuntu 18.04 |
| 49 | + |
| 50 | +### Removed |
| 51 | +- Debian 8 host support |
| 52 | + |
5 | 53 | ## [3.6.0b1] - 2018-09-20
|
6 | 54 | ### Added
|
7 | 55 | - Task and node count commands: `jobs tasks counts` and `pool nodes counts`
|
@@ -1413,7 +1461,8 @@ transfer is disabled
|
1413 | 1461 | #### Added
|
1414 | 1462 | - Initial release
|
1415 | 1463 |
|
1416 |
| -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...HEAD |
| 1464 | +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0...HEAD |
| 1465 | +[3.6.0]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...3.6.0 |
1417 | 1466 | [3.6.0b1]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...3.6.0b1
|
1418 | 1467 | [3.6.0a1]: https://github.com/Azure/batch-shipyard/compare/3.5.3...3.6.0a1
|
1419 | 1468 | [3.5.3]: https://github.com/Azure/batch-shipyard/compare/3.5.2...3.5.3
|
|
0 commit comments