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

Commit e77290c

Browse files
committed
Tag for 3.0.3 release
- Resolves #154
1 parent 4ec5cc1 commit e77290c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [3.0.3] - 2018-01-22
6+
### Security
7+
- Update NV driver to 384.111 to work with updated Linux kernels with
8+
speculative execution side channel vulnerability patches (#154)
9+
510
## [3.0.2] - 2018-01-12
611
### Fixed
712
- Errant bind option being propagated to volume name
@@ -10,7 +15,7 @@
1015

1116
### Security
1217
- Update NC driver to 384.111 to work with updated Linux kernels with
13-
Meltdown patches
18+
speculative execution side channel vulnerability patches
1419

1520
## [3.0.1] - 2017-11-22
1621
### Fixed
@@ -1027,7 +1032,8 @@ transfer is disabled
10271032
#### Added
10281033
- Initial release
10291034

1030-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.2...HEAD
1035+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.3...HEAD
1036+
[3.0.3]: https://github.com/Azure/batch-shipyard/compare/3.0.2...3.0.3
10311037
[3.0.2]: https://github.com/Azure/batch-shipyard/compare/3.0.1...3.0.2
10321038
[3.0.1]: https://github.com/Azure/batch-shipyard/compare/3.0.0...3.0.1
10331039
[3.0.0]: https://github.com/Azure/batch-shipyard/compare/3.0.0rc1...3.0.0

convoy/fleet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
'visualization': {
103103
'url': 'https://go.microsoft.com/fwlink/?linkid=849941',
104104
'sha256': (
105-
'4a8885efc1a4f482f45afe45c6c3a239bafbc2a86cb1a1adbc2190939d15a015'
105+
'ca3fd5f5e9156ad3d983b2032bde3c009dca73400f2753f9b475825f4670a854'
106106
),
107107
'target': 'nvidia-driver-grid.run'
108108
},

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.2'
25+
__version__ = '3.0.3'

0 commit comments

Comments
 (0)