|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased] |
| 3 | +## [4.0.0rc1] - 2022-06-14 |
| 4 | +### Added |
| 5 | +- Add CentOS 7.8 and Debian 10 support |
| 6 | +- Add Ubuntu 20.04 Support ([#363](https://github.com/Azure/batch-shipyard/issues/363)) |
| 7 | +- Add Windows Server Datacenter-Core-20H2 |
| 8 | +- Add Standard_Ncas_T4_v3 and Standard_NdasrA100_v4 support ([#370](https://github.com/Azure/batch-shipyard/issues/370)) |
| 9 | +- Add CBL-D and ID_LIKE support for install |
| 10 | + |
| 11 | +### Changed |
| 12 | +- **Breaking Change:** Change `max_tasks_per_node` to `task_slots_per_node` |
| 13 | +- Forbid `default` for elastic slurm partition id |
| 14 | +- Update Docker CE to 20.10.8 |
| 15 | +- Update GlusterFS to 9 |
| 16 | +- Update and pin blobfuse to 1.4.1 ([#351](https://github.com/Azure/batch-shipyard/issues/351)) |
| 17 | + |
| 18 | +### Fixed |
| 19 | +- Fix a bug that caused error in list pools command ([#331](https://github.com/Azure/batch-shipyard/issues/331)) |
| 20 | +- Fix missing `condition` property for merge_task ([#336](https://github.com/Azure/batch-shipyard/issues/336)) |
| 21 | +- Fix the handling of AllocationFailed errors |
| 22 | +- Fix singularity multi-instance regression ([#342](https://github.com/Azure/batch-shipyard/issues/342)) |
| 23 | +- Suppress possible failures in start task ([#341](https://github.com/Azure/batch-shipyard/issues/341)) |
| 24 | +- Fix Singularity container creation failure ([#359](https://github.com/Azure/batch-shipyard/issues/359)) |
| 25 | +- Fix cryptography installation error ([#362](https://github.com/Azure/batch-shipyard/issues/362)) |
| 26 | +- Fix missing blobxfer on Windows on restart ([#358](https://github.com/Azure/batch-shipyard/issues/358)) |
| 27 | +- Fix OpenFOAM recipe with autoscratch ([#349](https://github.com/Azure/batch-shipyard/issues/349)) |
| 28 | +- Fix `--recreate` flag on jobs add with job schedule ([#345](https://github.com/Azure/batch-shipyard/issues/345)) |
| 29 | + |
| 30 | +### Removed |
| 31 | +- Remove Support for Python 2.x |
| 32 | +- Remove Debian 9 host support |
4 | 33 |
|
5 | 34 | ## [3.9.1] - 2019-12-13 |
6 | 35 | ### Added |
@@ -1726,7 +1755,8 @@ transfer is disabled |
1726 | 1755 | #### Added |
1727 | 1756 | - Initial release |
1728 | 1757 |
|
1729 | | -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.9.1...HEAD |
| 1758 | +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/4.0.0rc1...HEAD |
| 1759 | +[4.0.0rc1]: https://github.com/openclosed-dev/batch-shipyard/compare/3.9.0...4.0.0rc1 |
1730 | 1760 | [3.9.1]: https://github.com/Azure/batch-shipyard/compare/3.9.0...3.9.1 |
1731 | 1761 | [3.9.0]: https://github.com/Azure/batch-shipyard/compare/3.8.2...3.9.0 |
1732 | 1762 | [3.8.2]: https://github.com/Azure/batch-shipyard/compare/3.8.1...3.8.2 |
|
0 commit comments