From 03fe791171e1c03229af01586653f674335eab79 Mon Sep 17 00:00:00 2001 From: Fred Park Date: Thu, 6 Jul 2017 11:12:24 -0700 Subject: [PATCH] Tag for 2.8.0 release --- CHANGELOG.md | 5 ++++- convoy/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a588e30..72e598f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## [Unreleased] +## [2.8.0] - 2017-07-06 ### Added +- Support for CentOS 7.3 NC/NV gpu pools - `--all-start-task-failed` parameter for `pool delnode` ### Changed @@ -728,7 +730,8 @@ transfer is disabled #### Added - Initial release -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.8.0rc2...HEAD +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.8.0...HEAD +[2.8.0]: https://github.com/Azure/batch-shipyard/compare/2.8.0rc2...2.8.0 [2.8.0rc2]: https://github.com/Azure/batch-shipyard/compare/2.8.0rc1...2.8.0rc2 [2.8.0rc1]: https://github.com/Azure/batch-shipyard/compare/2.8.0b1...2.8.0rc1 [2.8.0b1]: https://github.com/Azure/batch-shipyard/compare/2.7.0...2.8.0b1 diff --git a/convoy/version.py b/convoy/version.py index 91a9c7f..0fb2371 100644 --- a/convoy/version.py +++ b/convoy/version.py @@ -22,4 +22,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = '2.8.0rc2' +__version__ = '2.8.0'