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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Nov 22, 2017
1 parent 3eaa316 commit f87d948
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [3.0.1] - 2017-11-22
### Fixed
- Fix on-disk file naming for Docker images pulled with Singularity
- Data movement regressions
- Public IP configs in RemoteFS recipes
- Support more than 16 data disks per VM for RemoteFS servers
- Documentation and other typos

## [3.0.0] - 2017-11-13 (SC17 Edition)
### Added
- CLI Singularity image (#135)
Expand Down Expand Up @@ -1009,7 +1017,8 @@ transfer is disabled
#### Added
- Initial release

[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.0...HEAD
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.1...HEAD
[3.0.1]: https://github.com/Azure/batch-shipyard/compare/3.0.0...3.0.1
[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
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.0'
__version__ = '3.0.1'

0 comments on commit f87d948

Please sign in to comment.