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

Commit bc9b872

Browse files
committed
Tag for 3.8.2 release
1 parent a02e35d commit bc9b872

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,40 @@
22

33
## [Unreleased]
44

5+
## [3.8.2] - 2019-09-12
56
### 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.
612
- Updated Docker CE to 19.03.2
713
- Updated NC/ND driver to 418.87.00
814
- Updated blobxfer to 1.9.2
915
- Updated dependencies
1016

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+
1139
## [3.8.1] - 2019-08-19
1240
### Changed
1341
- Updated blobxfer to 1.9.1
@@ -1613,7 +1641,8 @@ transfer is disabled
16131641
#### Added
16141642
- Initial release
16151643

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
16171646
[3.8.1]: https://github.com/Azure/batch-shipyard/compare/3.8.0...3.8.1
16181647
[3.8.0]: https://github.com/Azure/batch-shipyard/compare/3.7.1...3.8.0
16191648
[3.7.1]: https://github.com/Azure/batch-shipyard/compare/3.7.0...3.7.1

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.1'
25+
__version__ = '3.8.2'

0 commit comments

Comments
 (0)