diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c747da..4791e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/podman-hpc.spec b/podman-hpc.spec index a59d927..92d8625 100644 --- a/podman-hpc.spec +++ b/podman-hpc.spec @@ -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 diff --git a/setup.cfg b/setup.cfg index 7db2b89..8d61a49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = podman-hpc -version = 1.0.1 +version = 1.0.2 [options] packages = podman_hpc