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

Commit bab8628

Browse files
committed
Tag for 2.9.0b1 release
1 parent ed8ca2d commit bab8628

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,27 @@
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
1019
the `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

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__ = '2.8.0'
25+
__version__ = '2.9.0b1'

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
55
azure-mgmt-compute==1.0.0
6-
azure-mgmt-network==1.0.0
6+
azure-mgmt-network==1.3.0
77
azure-mgmt-resource==1.1.0
88
azure-storage==0.35.1
99
blobxfer==0.12.1
1010
click==6.7
1111
future==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
1616
scandir==1.5; python_version < '3.5'

0 commit comments

Comments
 (0)