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

Commit

Permalink
Tag for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Nov 13, 2017
1 parent 17497ff commit 6135990
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@

## [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
- Non-Ubuntu/CentOS cascade failures from non-existent Singularity
- 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion convoy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6135990

Please sign in to comment.