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

Commit 784393a

Browse files
committed
Tag for 3.6.0b1 release
1 parent 290e460 commit 784393a

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## [3.6.0b1] - 2018-09-20
6+
### Added
7+
- Task and node count commands: `jobs tasks counts` and `pool nodes counts`
8+
respectively ([#228](https://github.com/Azure/batch-shipyard/issues/228)).
9+
Please see the usage doc for more information.
10+
- Support for Ubuntu 18.04
11+
- Support for CentOS 7.5 in both non-native and native mode
12+
- MacOS binary for the CLI
13+
- Enhance blocked action tracking for federations. Please see the usage
14+
doc for `fed jobs list` for more information.
15+
16+
### Changed
17+
- Updated Docker to 18.06.1
18+
- Updated Singularity to 2.6.0
19+
- Updated blobxfer to 1.5.0
20+
- Updated Nvidia driver for NC-series to 396.44
21+
- Update various other dependencies to latest
22+
- Windows binary is now signed
23+
24+
### Fixed
25+
- Batch Shipyard site extension on nuget.org has been restored ([#224](https://github.com/Azure/batch-shipyard/issues/224))
26+
- Pool auto-scaling beyond low priority limit ([#239](https://github.com/Azure/batch-shipyard/issues/239))
27+
- Fix `jobs tasks term` command wihtout pool SSH info
28+
- Fix task id generator for federations
29+
530
## [3.6.0a1] - 2018-08-06
631
### Added
732
- Federation support. Please see the
@@ -1388,7 +1413,8 @@ transfer is disabled
13881413
#### Added
13891414
- Initial release
13901415

1391-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...HEAD
1416+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...HEAD
1417+
[3.6.0b1]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...3.6.0b1
13921418
[3.6.0a1]: https://github.com/Azure/batch-shipyard/compare/3.5.3...3.6.0a1
13931419
[3.5.3]: https://github.com/Azure/batch-shipyard/compare/3.5.2...3.5.3
13941420
[3.5.2]: https://github.com/Azure/batch-shipyard/compare/3.5.1...3.5.2

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.6.0a1'
25+
__version__ = '3.6.0b1'

0 commit comments

Comments
 (0)