This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +27
-11
lines changed
Expand file tree Collapse file tree 3 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 2.9.0b1] - 2017-07-31
56### Added
7+ - Autoscale support. Please see the Autoscale guide for more information.
8+ - Autopool support
9+ - Task factory and parametric sweep support. Please see the task factory
10+ guide for more information.
11+ - Job priority support
12+ - Job migration support
13+ - Compute node fill type support
614- From Scratch: Step-by-Step guide
15+ - Azure Cloud Shell information
716
817### Changed
918- Auto-generated task prefix is now ` task- ` . This can now be overridden with
1019the ` autogenerated_task_id_prefix ` property in the global configuration.
20+ - Update dependencies to latest except for azure-mgmt-compute due to
21+ broken changes
22+
23+ ### Fixed
24+ - RemoteFS regressions
25+ - Pool deletion with poolid argument cleanup
1126
1227## [ 2.8.0] - 2017-07-06
1328### Added
@@ -737,7 +752,8 @@ transfer is disabled
737752#### Added
738753- Initial release
739754
740- [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/2.8.0...HEAD
755+ [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/2.9.0b1...HEAD
756+ [ 2.9.0b1 ] : https://github.com/Azure/batch-shipyard/compare/2.8.0...2.9.0b1
741757[ 2.8.0 ] : https://github.com/Azure/batch-shipyard/compare/2.8.0rc2...2.8.0
742758[ 2.8.0rc2 ] : https://github.com/Azure/batch-shipyard/compare/2.8.0rc1...2.8.0rc2
743759[ 2.8.0rc1 ] : https://github.com/Azure/batch-shipyard/compare/2.8.0b1...2.8.0rc1
Original file line number Diff line number Diff line change 2222# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323# DEALINGS IN THE SOFTWARE.
2424
25- __version__ = '2.8.0 '
25+ __version__ = '2.9.0b1 '
Original file line number Diff line number Diff line change 1- adal == 0.4.5
2- azure-batch == 3.0 .0
3- azure-keyvault == 0.3.0
4- azure-mgmt-batch == 4.0 .0
1+ adal == 0.4.6
2+ azure-batch == 3.1 .0
3+ azure-keyvault == 0.3.5
4+ azure-mgmt-batch == 4.1 .0
55azure-mgmt-compute == 1.0.0
6- azure-mgmt-network == 1.0 .0
6+ azure-mgmt-network == 1.3 .0
77azure-mgmt-resource == 1.1.0
88azure-storage == 0.35.1
99blobxfer == 0.12.1
1010click == 6.7
1111future == 0.16.0
12- msrest == 0.4.8
13- msrestazure == 0.4.7
14- pathlib2 == 2.2.1 ; python_version < '3.5'
15- requests == 2.14.2
12+ msrest == 0.4.11
13+ msrestazure == 0.4.11
14+ pathlib2 == 2.3.0 ; python_version < '3.5'
15+ requests == 2.18.1
1616scandir == 1.5 ; python_version < '3.5'
You can’t perform that action at this time.
0 commit comments