This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 3.0.1] - 2017-11-22
6+ ### Fixed
7+ - Fix on-disk file naming for Docker images pulled with Singularity
8+ - Data movement regressions
9+ - Public IP configs in RemoteFS recipes
10+ - Support more than 16 data disks per VM for RemoteFS servers
11+ - Documentation and other typos
12+
513## [ 3.0.0] - 2017-11-13 (SC17 Edition)
614### Added
715- CLI Singularity image (#135 )
@@ -1009,7 +1017,8 @@ transfer is disabled
10091017#### Added
10101018- Initial release
10111019
1012- [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.0.0...HEAD
1020+ [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.0.1...HEAD
1021+ [ 3.0.1 ] : https://github.com/Azure/batch-shipyard/compare/3.0.0...3.0.1
10131022[ 3.0.0 ] : https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...3.0.0
10141023[ 3.0.0rc1 ] : https://github.com/Azure/batch-shipyard/compare/3.0.0b1...3.0.0rc1
10151024[ 3.0.0b1 ] : https://github.com/Azure/batch-shipyard/compare/3.0.0a2...3.0.0b1
Original file line number Diff line number Diff line change 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.0 '
25+ __version__ = '3.0.1 '
You can’t perform that action at this time.
0 commit comments