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

Commit 8e0547b

Browse files
committed
Tag for 3.0.2 release
1 parent e915685 commit 8e0547b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
## [Unreleased]
44

5+
## [3.0.2] - 2018-01-12
56
### Fixed
67
- Errant bind option being propagated to volume name
7-
- Make error path more clear on attempting `infiniband` on non-supported
8-
images
8+
- Clarify error path on attempting `infiniband` on non-supported images
9+
- Fix quickstart recipe links from Read the Docs (#150)
10+
11+
### Security
12+
- Update NC driver to 384.111 to work with updated Linux kernels with
13+
Meltdown patches
914

1015
## [3.0.1] - 2017-11-22
1116
### Fixed
@@ -1022,7 +1027,8 @@ transfer is disabled
10221027
#### Added
10231028
- Initial release
10241029

1025-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.1...HEAD
1030+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.2...HEAD
1031+
[3.0.2]: https://github.com/Azure/batch-shipyard/compare/3.0.1...3.0.2
10261032
[3.0.1]: https://github.com/Azure/batch-shipyard/compare/3.0.0...3.0.1
10271033
[3.0.0]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...3.0.0
10281034
[3.0.0rc1]: https://github.com/Azure/batch-shipyard/compare/3.0.0b1...3.0.0rc1

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.1'
25+
__version__ = '3.0.2'

0 commit comments

Comments
 (0)