Skip to content

Commit

Permalink
Bumped version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Madeeks committed Mar 3, 2022
1 parent 5c51219 commit 13af272
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]

### Added
## [1.4.2]

### Changed

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

### Fixed

### Removed

### Security


## [1.4.1]

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- Mariotti, Kean. ETH Zurich - CSCS
- Nikolov, Teodor. ETH Zurich - CSCS
- Piccinali, Jean-Guillaume. ETH Zurich - CSCS
- Tiernan, Peter. ETH Zurich - CSCS
4 changes: 3 additions & 1 deletion spack/packages/sarus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ class Sarus(CMakePackage):
"""Sarus is an OCI-compliant container engine for HPC systems."""

homepage = "https://github.com/eth-cscs/sarus"
url = "https://github.com/eth-cscs/sarus/archive/1.4.0.tar.gz"
url = "https://github.com/eth-cscs/sarus/archive/1.4.2.tar.gz"
git = "https://github.com/eth-cscs/sarus.git"

version('develop', branch='develop')
version('master', branch='master')
version('1.4.2', tag='1.4.2')
version('1.4.1', tag='1.4.1')
version('1.4.0', tag='1.4.0')
version('1.3.3', tag='1.3.3')
version('1.3.2', tag='1.3.2')
Expand Down

0 comments on commit 13af272

Please sign in to comment.