This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 },
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.2 '
25+ __version__ = '3.0.3 '
You can’t perform that action at this time.
0 commit comments