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

Commit f87d948

Browse files
committed
Tag for 3.0.1 release
1 parent 3eaa316 commit f87d948

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

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.0'
25+
__version__ = '3.0.1'

0 commit comments

Comments
 (0)