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

Commit 71fc510

Browse files
committed
Tag for 3.9.0 release
1 parent 1b741a7 commit 71fc510

File tree

3 files changed

+60
-2
lines changed

3 files changed

+60
-2
lines changed

CHANGELOG.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,65 @@
22

33
## [Unreleased]
44

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+
536
### Fixed
637
- Fix task `output_data` to correctly honor virtual directories in remote
738
paths for native pools
839
([#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
964

1065
## [3.8.2] - 2019-09-12
1166
### Changed
@@ -1649,7 +1704,8 @@ transfer is disabled
16491704
#### Added
16501705
- Initial release
16511706

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
16531709
[3.8.2]: https://github.com/Azure/batch-shipyard/compare/3.8.1...3.8.2
16541710
[3.8.1]: https://github.com/Azure/batch-shipyard/compare/3.8.0...3.8.1
16551711
[3.8.0]: https://github.com/Azure/batch-shipyard/compare/3.7.1...3.8.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Infiniband/RDMA on HPC Azure VM instances including
4141
[H-Series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-hpc),
4242
[Hb/Hc-Series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-hpc),
4343
and [N-Series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-gpu)
44+
* Integrated support for
45+
[Singularity Encrypted Containers](https://batch-shipyard.readthedocs.io/en/latest/50-batch-shipyard-encrypted-containers/)
4446

4547
### Data Management and Shared File Systems
4648
* Comprehensive [data movement](https://batch-shipyard.readthedocs.io/en/latest/70-batch-shipyard-data-movement/)

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.8.2'
25+
__version__ = '3.9.0'

0 commit comments

Comments
 (0)