Skip to content

Commit

Permalink
Pre-release tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Madeeks committed Nov 27, 2020
1 parent 60dcb48 commit ac6a1b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [1.3.2]

### Added

Expand All @@ -14,10 +14,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added a documentation note about compiler selection when installing on CentOS 7 using the Spack package
- Added a documentation note about installing the static version of the glibc libraries when installing using the Spack package

### Fixed

- Fixed a bug preventing bind mounts to `/dev` in the container

### Removed

- Removed the CI test for the Spack package on Ubuntu 16.04


## [1.3.1]

### Added
Expand All @@ -35,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Slurm global sync hook drops privileges at startup
- MPI and Glibc hooks now perform validations with user credentials for host mounts and writes


## [1.3.0]

### Added
Expand Down
3 changes: 2 additions & 1 deletion spack/packages/sarus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ 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.3.1.tar.gz"
url = "https://github.com/eth-cscs/sarus/archive/1.3.2.tar.gz"
git = "https://github.com/eth-cscs/sarus.git"

version('develop', branch='develop')
version('master', branch='master')
version('1.3.2', tag='1.3.2')
version('1.3.1', tag='1.3.1')
version('1.3.0', tag='1.3.0')
version('1.2.0', tag='1.2.0')
Expand Down

0 comments on commit ac6a1b8

Please sign in to comment.