Skip to content

Commit

Permalink
Merge pull request #73 from NERSC/version-1.0.2
Browse files Browse the repository at this point in the history
bump versions and add to CHANGELOG for 1.0.2
  • Loading branch information
danfulton authored Jun 15, 2023
2 parents 5a15724 + 4860175 commit 6c2f4ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2023-06-15

This is a minor release that fixes several additional bugs.

- Fixes issue that causes unclean exit from leftover mounts, contributed by Pat Tovo at HPE (#54)
- Fixes issue that causes problems with keepid during image squash (#69)
- Fixes issue that prevents images from building on compute nodes (#66)
- podman-hpc pull now returns nonzero exit if something fails (#57)
- Fix issue caused by squashing different images with same name and tag (#53)

## [1.0.1] - 2023-03-17

This is a minor release that fixes several bugs that have been found in early testing.
Expand Down
2 changes: 1 addition & 1 deletion podman-hpc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


Name: podman-hpc
Version: 1.0.1
Version: 1.0.2
Release: 1
Summary: Scripts to enable Podman to run in an HPC environment
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = podman-hpc
version = 1.0.1
version = 1.0.2

[options]
packages = podman_hpc
Expand Down

0 comments on commit 6c2f4ab

Please sign in to comment.