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

Commit

Permalink
Tag for 3.6.0b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Sep 20, 2018
1 parent 290e460 commit 784393a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

## [Unreleased]

## [3.6.0b1] - 2018-09-20
### Added
- Task and node count commands: `jobs tasks counts` and `pool nodes counts`
respectively ([#228](https://github.com/Azure/batch-shipyard/issues/228)).
Please see the usage doc for more information.
- Support for Ubuntu 18.04
- Support for CentOS 7.5 in both non-native and native mode
- MacOS binary for the CLI
- Enhance blocked action tracking for federations. Please see the usage
doc for `fed jobs list` for more information.

### Changed
- Updated Docker to 18.06.1
- Updated Singularity to 2.6.0
- Updated blobxfer to 1.5.0
- Updated Nvidia driver for NC-series to 396.44
- Update various other dependencies to latest
- Windows binary is now signed

### Fixed
- Batch Shipyard site extension on nuget.org has been restored ([#224](https://github.com/Azure/batch-shipyard/issues/224))
- Pool auto-scaling beyond low priority limit ([#239](https://github.com/Azure/batch-shipyard/issues/239))
- Fix `jobs tasks term` command wihtout pool SSH info
- Fix task id generator for federations

## [3.6.0a1] - 2018-08-06
### Added
- Federation support. Please see the
Expand Down Expand Up @@ -1388,7 +1413,8 @@ transfer is disabled
#### Added
- Initial release

[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...HEAD
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.6.0b1...HEAD
[3.6.0b1]: https://github.com/Azure/batch-shipyard/compare/3.6.0a1...3.6.0b1
[3.6.0a1]: https://github.com/Azure/batch-shipyard/compare/3.5.3...3.6.0a1
[3.5.3]: https://github.com/Azure/batch-shipyard/compare/3.5.2...3.5.3
[3.5.2]: https://github.com/Azure/batch-shipyard/compare/3.5.1...3.5.2
Expand Down
2 changes: 1 addition & 1 deletion convoy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = '3.6.0a1'
__version__ = '3.6.0b1'

0 comments on commit 784393a

Please sign in to comment.