From e5263b2784df3d0301b4c068946c0ec55a7b27c8 Mon Sep 17 00:00:00 2001 From: Laurie Stephey Date: Mon, 2 Oct 2023 10:14:03 -0700 Subject: [PATCH] prep for 1.0.4 release --- CHANGELOG.md | 6 ++++++ podman-hpc.spec | 2 +- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e210982..0ed0260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4] - 2023-10-02 + +This is a minor release that fixes a bug. + +- Fixes bug where squashed images in the additionalimagestore were not displayed by the `podman-hpc images` command (#87) + ## [1.0.3] - 2023-09-01 This is a minor release that fixes several bugs. diff --git a/podman-hpc.spec b/podman-hpc.spec index 86722a6..9a94d09 100644 --- a/podman-hpc.spec +++ b/podman-hpc.spec @@ -14,7 +14,7 @@ Name: podman-hpc -Version: 1.0.3 +Version: 1.0.4 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 43b5f0a..92b928d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = podman-hpc -version = 1.0.3 +version = 1.0.4 [options] packages = podman_hpc