From 6135990a97c457732b497ae6bca5d3601513641c Mon Sep 17 00:00:00 2001 From: Fred Park Date: Sun, 12 Nov 2017 22:45:19 -0800 Subject: [PATCH] Tag for 3.0.0 release --- CHANGELOG.md | 6 +++++- appveyor.yml | 2 +- convoy/version.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f8d5e7..8ecad5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## [Unreleased] +## [3.0.0] - 2017-11-13 (SC17 Edition) ### Added - CLI Singularity image (#135) ### Changed - Start LUN numbering for remote fs disks at 0 - Allow path to `python.exe` to be specified in `install.cmd` +- Ensure persistence daemon/mode is enabled for GPUs - Update dependencies to latest ### Fixed @@ -15,6 +17,7 @@ - Default Singularity tagged image names on disk - Circular dependency in `task_factory` and `settings` - `misc tensorboard` command broken from latest TF image +- Update NV driver ## [3.0.0rc1] - 2017-11-08 ### Changed @@ -1006,7 +1009,8 @@ transfer is disabled #### Added - Initial release -[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...HEAD +[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0...HEAD +[3.0.0]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...3.0.0 [3.0.0rc1]: https://github.com/Azure/batch-shipyard/compare/3.0.0b1...3.0.0rc1 [3.0.0b1]: https://github.com/Azure/batch-shipyard/compare/3.0.0a2...3.0.0b1 [3.0.0a2]: https://github.com/Azure/batch-shipyard/compare/3.0.0a1...3.0.0a2 diff --git a/appveyor.yml b/appveyor.yml index 8bbe5687..78fab9ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ test_script: after_test: - echo is pr %APPVEYOR_PULL_REQUEST_NUMBER% is commit tag %APPVEYOR_REPO_TAG% name %APPVEYOR_REPO_TAG_NAME% branch %APPVEYOR_REPO_BRANCH% - IF "%APPVEYOR_REPO_TAG%"=="true" IF "%PYTHON_VERSION%"=="3.6" ( - set UPLOAD_NUGET=1 + set UPLOAD_NUGET=1& echo %APPVEYOR_REPO_TAG_NAME%> site-extension\\version.txt & nuget pack site-extension\\batch-shipyard.nuspec -Version %APPVEYOR_REPO_TAG_NAME% & 7z l batch-shipyard.*.nupkg & diff --git a/convoy/version.py b/convoy/version.py index db9e2130..8a571869 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__ = '3.0.0rc1' +__version__ = '3.0.0'