|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [3.9.0] - 2019-11-15 (SC19 Edition) |
| 6 | +### Added |
| 7 | +- Support for [Encrypted Singularity Containers](docs/50-batch-shipyard-encrypted-containers.md) |
| 8 | +- Enhanced support for autogenerated task id schemas |
| 9 | +([#324](https://github.com/Azure/batch-shipyard/issues/324)) |
| 10 | +- SR-IOV IB/RDMA support for Ubuntu-based images |
| 11 | +- Support for CentOS/CentOS-HPC 7.7 |
| 12 | +- Support Hyper-V Gen2 boot |
| 13 | +- Ubuntu 16.04 SR-IOV IB/RDMA Packer script |
| 14 | + |
| 15 | +### Changed |
| 16 | +- **Breaking Change:** the `singularity_images` property in the global |
| 17 | +configuration has been modified to accommodate encrypted container images. |
| 18 | +Please see the global configuration doc for more information. |
| 19 | +- **Breaking Change:** non-`native` pools using `STANDARD_NC24rs_v3` will now |
| 20 | +default to using SR-IOV IB/RDMA settings. `native` pools using this VM size |
| 21 | +will rely on the Azure Batch runtime to bind the correct container settings. |
| 22 | +Please see the |
| 23 | +[Azure Batch Guidance issue](https://github.com/Azure/Batch/issues/73) |
| 24 | +for more information. |
| 25 | +- Improve Azure blob/fileshare mount logic and add retries |
| 26 | +- Set proper `FI_PROVIDER` env var to `intel-ofi` MPI runtime selection |
| 27 | +- Updated Docker CE to 19.03.5 |
| 28 | +- Updated Singularity to 3.5.0 |
| 29 | +- Updated NC/ND driver to 418.87.01, NV driver to 430.46 |
| 30 | +- Updated LIS to 4.3.4 |
| 31 | +- Updated blobxfer to 1.9.4 |
| 32 | +- Updated Python to 3.7.5 for pre-built binaries |
| 33 | +- Updated dependencies to latest, where applicable |
| 34 | +- Update OSUMicroBenchmarks recipe to MVAPICH-2.3.2 |
| 35 | + |
5 | 36 | ### Fixed
|
6 | 37 | - Fix task `output_data` to correctly honor virtual directories in remote
|
7 | 38 | paths for native pools
|
8 | 39 | ([#313](https://github.com/Azure/batch-shipyard/issues/313))
|
| 40 | +- Fix blobfuse not properly remounting on reboot |
| 41 | +([#320](https://github.com/Azure/batch-shipyard/issues/320)) |
| 42 | +- Fix services/images table overflow |
| 43 | +([#327](https://github.com/Azure/batch-shipyard/issues/327)) |
| 44 | +- Fix `pre_execution_command` in non-native mode to not be wrapped in |
| 45 | +a shell |
| 46 | +- Fix potential race in `--tail` between task completion and streaming last |
| 47 | +portion of file |
| 48 | +- Fix ephemeral device detection |
| 49 | +- Allow further retries on packager manager contention |
| 50 | +- Fix RemoteFS issues |
| 51 | + - Non-Samba enabled clusters |
| 52 | + - Single disk servers |
| 53 | +- Fix Slurm issues |
| 54 | + - Slurm cluster provisioning without Public IP address ([#322](https://github.com/Azure/batch-shipyard/pull/322)) |
| 55 | + - Priority tier check for partitions ([#323](https://github.com/Azure/batch-shipyard/pull/323)) |
| 56 | +- Various documentation updates |
| 57 | +([#314](https://github.com/Azure/batch-shipyard/issues/314), |
| 58 | +[#315](https://github.com/Azure/batch-shipyard/issues/315), |
| 59 | +[#319](https://github.com/Azure/batch-shipyard/issues/319)) |
| 60 | + |
| 61 | +### Removed |
| 62 | +- Support for CentOS 7.5, CentOS-HPC 7.1/7.3, and WindowsServerSemiAnnual |
| 63 | +Datacenter-Core-1709-with-Containers-smalldisk/Datacenter-Core-1803-with-Containers-smalldisk |
9 | 64 |
|
10 | 65 | ## [3.8.2] - 2019-09-12
|
11 | 66 | ### Changed
|
@@ -1649,7 +1704,8 @@ transfer is disabled
|
1649 | 1704 | #### Added
|
1650 | 1705 | - Initial release
|
1651 | 1706 |
|
1652 |
| -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.8.2...HEAD |
| 1707 | +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.9.0...HEAD |
| 1708 | +[3.9.0]: https://github.com/Azure/batch-shipyard/compare/3.8.2...3.9.0 |
1653 | 1709 | [3.8.2]: https://github.com/Azure/batch-shipyard/compare/3.8.1...3.8.2
|
1654 | 1710 | [3.8.1]: https://github.com/Azure/batch-shipyard/compare/3.8.0...3.8.1
|
1655 | 1711 | [3.8.0]: https://github.com/Azure/batch-shipyard/compare/3.7.1...3.8.0
|
|
0 commit comments