Skip to content

Commit 13af272

Browse files
committed
Bumped version to 1.4.2
1 parent 5c51219 commit 13af272

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CHANGELOG.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
8-
9-
### Added
7+
## [1.4.2]
108

119
### Changed
1210

1311
- The Glibc hook now uses the output of `ldd` to detect the version of glibc
1412
- Sarus now attempts to parse the Bearer authorization token regardless of the value of the `Content-Type` response header when pulling images
1513

16-
### Fixed
17-
18-
### Removed
19-
20-
### Security
21-
2214

2315
## [1.4.1]
2416

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- Mariotti, Kean. ETH Zurich - CSCS
1010
- Nikolov, Teodor. ETH Zurich - CSCS
1111
- Piccinali, Jean-Guillaume. ETH Zurich - CSCS
12+
- Tiernan, Peter. ETH Zurich - CSCS

spack/packages/sarus/package.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ class Sarus(CMakePackage):
3030
"""Sarus is an OCI-compliant container engine for HPC systems."""
3131

3232
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"
3434
git = "https://github.com/eth-cscs/sarus.git"
3535

3636
version('develop', branch='develop')
3737
version('master', branch='master')
38+
version('1.4.2', tag='1.4.2')
39+
version('1.4.1', tag='1.4.1')
3840
version('1.4.0', tag='1.4.0')
3941
version('1.3.3', tag='1.3.3')
4042
version('1.3.2', tag='1.3.2')

0 commit comments

Comments
 (0)