|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [3.8.2] - 2019-09-12 |
5 | 6 | ### Changed |
| 7 | +- `blobxfer` program output for handling `input_data` and `output_data` on |
| 8 | +non-native pools is now captured to a separate file named |
| 9 | +`blobxfer-download.log` and `blobxfer-upload.log`, respectively. This |
| 10 | +prevents pollution of the stdout/stderr streams by the data transfer |
| 11 | +phases. |
6 | 12 | - Updated Docker CE to 19.03.2 |
7 | 13 | - Updated NC/ND driver to 418.87.00 |
8 | 14 | - Updated blobxfer to 1.9.2 |
9 | 15 | - Updated dependencies |
10 | 16 |
|
| 17 | +### Fixed |
| 18 | +- Fix non-string pickling in recurring job definitions |
| 19 | +([#306](https://github.com/Azure/batch-shipyard/issues/306)) |
| 20 | +- Fix potential null values on node error collections and node agent info |
| 21 | +on preempted nodes |
| 22 | +([#307](https://github.com/Azure/batch-shipyard/issues/307), |
| 23 | +[#309](https://github.com/Azure/batch-shipyard/issues/309)) |
| 24 | +- Fix task termination for infinite retry tasks and in non-native mode over |
| 25 | +SSH ([#308](https://github.com/Azure/batch-shipyard/issues/308)) |
| 26 | +- Fix non-native data transfer sequence coupling |
| 27 | +([#310](https://github.com/Azure/batch-shipyard/issues/310)) |
| 28 | +- Prevent job submission on pools without task runner |
| 29 | +([#312](https://github.com/Azure/batch-shipyard/issues/312)) |
| 30 | +- Fix task `output_data` with include filters for native pools |
| 31 | +([#313](https://github.com/Azure/batch-shipyard/issues/313)) |
| 32 | +- Update documentation regarding AAD and subscription id requirements |
| 33 | +along with better error messages |
| 34 | +([#305](https://github.com/Azure/batch-shipyard/issues/305)) |
| 35 | +- Update documentation regarding Windows vs Linux environment |
| 36 | +variables |
| 37 | +([#311](https://github.com/Azure/batch-shipyard/issues/311)) |
| 38 | + |
11 | 39 | ## [3.8.1] - 2019-08-19 |
12 | 40 | ### Changed |
13 | 41 | - Updated blobxfer to 1.9.1 |
@@ -1613,7 +1641,8 @@ transfer is disabled |
1613 | 1641 | #### Added |
1614 | 1642 | - Initial release |
1615 | 1643 |
|
1616 | | -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.8.1...HEAD |
| 1644 | +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.8.2...HEAD |
| 1645 | +[3.8.2]: https://github.com/Azure/batch-shipyard/compare/3.8.1...3.8.2 |
1617 | 1646 | [3.8.1]: https://github.com/Azure/batch-shipyard/compare/3.8.0...3.8.1 |
1618 | 1647 | [3.8.0]: https://github.com/Azure/batch-shipyard/compare/3.7.1...3.8.0 |
1619 | 1648 | [3.7.1]: https://github.com/Azure/batch-shipyard/compare/3.7.0...3.7.1 |
|
0 commit comments