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

Commit 6135990

Browse files
committed
Tag for 3.0.0 release
1 parent 17497ff commit 6135990

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22

33
## [Unreleased]
44

5+
## [3.0.0] - 2017-11-13 (SC17 Edition)
56
### Added
67
- CLI Singularity image (#135)
78

89
### Changed
910
- Start LUN numbering for remote fs disks at 0
1011
- Allow path to `python.exe` to be specified in `install.cmd`
12+
- Ensure persistence daemon/mode is enabled for GPUs
1113
- Update dependencies to latest
1214

1315
### Fixed
1416
- Non-Ubuntu/CentOS cascade failures from non-existent Singularity
1517
- Default Singularity tagged image names on disk
1618
- Circular dependency in `task_factory` and `settings`
1719
- `misc tensorboard` command broken from latest TF image
20+
- Update NV driver
1821

1922
## [3.0.0rc1] - 2017-11-08
2023
### Changed
@@ -1006,7 +1009,8 @@ transfer is disabled
10061009
#### Added
10071010
- Initial release
10081011

1009-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...HEAD
1012+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0...HEAD
1013+
[3.0.0]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...3.0.0
10101014
[3.0.0rc1]: https://github.com/Azure/batch-shipyard/compare/3.0.0b1...3.0.0rc1
10111015
[3.0.0b1]: https://github.com/Azure/batch-shipyard/compare/3.0.0a2...3.0.0b1
10121016
[3.0.0a2]: https://github.com/Azure/batch-shipyard/compare/3.0.0a1...3.0.0a2

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test_script:
4343
after_test:
4444
- echo is pr %APPVEYOR_PULL_REQUEST_NUMBER% is commit tag %APPVEYOR_REPO_TAG% name %APPVEYOR_REPO_TAG_NAME% branch %APPVEYOR_REPO_BRANCH%
4545
- IF "%APPVEYOR_REPO_TAG%"=="true" IF "%PYTHON_VERSION%"=="3.6" (
46-
set UPLOAD_NUGET=1
46+
set UPLOAD_NUGET=1&
4747
echo %APPVEYOR_REPO_TAG_NAME%> site-extension\\version.txt &
4848
nuget pack site-extension\\batch-shipyard.nuspec -Version %APPVEYOR_REPO_TAG_NAME% &
4949
7z l batch-shipyard.*.nupkg &

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__ = '3.0.0rc1'
25+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)