File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased]
8
-
9
- ### Added
7
+ ## [ 1.4.2]
10
8
11
9
### Changed
12
10
13
11
- The Glibc hook now uses the output of ` ldd ` to detect the version of glibc
14
12
- Sarus now attempts to parse the Bearer authorization token regardless of the value of the ` Content-Type ` response header when pulling images
15
13
16
- ### Fixed
17
-
18
- ### Removed
19
-
20
- ### Security
21
-
22
14
23
15
## [ 1.4.1]
24
16
Original file line number Diff line number Diff line change 9
9
- Mariotti, Kean. ETH Zurich - CSCS
10
10
- Nikolov, Teodor. ETH Zurich - CSCS
11
11
- Piccinali, Jean-Guillaume. ETH Zurich - CSCS
12
+ - Tiernan, Peter. ETH Zurich - CSCS
Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ class Sarus(CMakePackage):
30
30
"""Sarus is an OCI-compliant container engine for HPC systems."""
31
31
32
32
homepage = "https://github.com/eth-cscs/sarus"
33
- url = "https://github.com/eth-cscs/sarus/archive/1.4.0 .tar.gz"
33
+ url = "https://github.com/eth-cscs/sarus/archive/1.4.2 .tar.gz"
34
34
git = "https://github.com/eth-cscs/sarus.git"
35
35
36
36
version ('develop' , branch = 'develop' )
37
37
version ('master' , branch = 'master' )
38
+ version ('1.4.2' , tag = '1.4.2' )
39
+ version ('1.4.1' , tag = '1.4.1' )
38
40
version ('1.4.0' , tag = '1.4.0' )
39
41
version ('1.3.3' , tag = '1.3.3' )
40
42
version ('1.3.2' , tag = '1.3.2' )
You can’t perform that action at this time.
0 commit comments