diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7081277..139f44e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ LVM Snapshot Linux Role Release Notes .. contents:: Topics +v2.0.2 +====== + +Minor Changes +------------- + +- Add bigboot progress messages so inpatient operators don't think their server is hung + +Bugfixes +-------- + +- Clean up bad math in bigboot.sh +- Fix bigboot device not found error +- Fix bigboot fail when autoactivation property not set +- Fix vgs not found error +- Round down requested size to multiple of extent size +- Shorten bigboot.sh usage help message to not exceed the kmsg buffer +- Use sectors with sfdisk v2.0.1 ====== @@ -106,3 +124,4 @@ Minor Changes v1.0.0 ====== + diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index e5660c0..d6ce08a 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -16,4 +16,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.0.1 +version: 2.0.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 073a6e5..d21ecc8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -93,3 +93,21 @@ releases: fragments: - automation_hub_release.yml release_date: '2024-01-11' + 2.0.2: + changes: + bugfixes: + - Clean up bad math in bigboot.sh + - Fix bigboot device not found error + - Fix bigboot fail when autoactivation property not set + - Fix vgs not found error + - Round down requested size to multiple of extent size + - Shorten bigboot.sh usage help message to not exceed the kmsg buffer + - Use sectors with sfdisk + minor_changes: + - Add bigboot progress messages so inpatient operators don't think their server + is hung + fragments: + - autoactivate.yml + - fix_maths.yml + - nvme_fix.yml + release_date: '2024-03-07' diff --git a/changelogs/fragments/autoactivate.yml b/changelogs/fragments/autoactivate.yml deleted file mode 100644 index efa1f2a..0000000 --- a/changelogs/fragments/autoactivate.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Fix bigboot fail when autoactivation property not set diff --git a/changelogs/fragments/fix_maths.yml b/changelogs/fragments/fix_maths.yml deleted file mode 100644 index 3b9cdca..0000000 --- a/changelogs/fragments/fix_maths.yml +++ /dev/null @@ -1,5 +0,0 @@ -bugfixes: - - Round down requested size to multiple of extent size - - Use sectors with sfdisk - - Clean up bad math in bigboot.sh - diff --git a/changelogs/fragments/nvme_fix.yml b/changelogs/fragments/nvme_fix.yml deleted file mode 100644 index 4f15e00..0000000 --- a/changelogs/fragments/nvme_fix.yml +++ /dev/null @@ -1,6 +0,0 @@ -minor_changes: - - Add bigboot progress messages so inpatient operators don't think their server is hung -bugfixes: - - Shorten bigboot.sh usage help message to not exceed the kmsg buffer - - Fix bigboot device not found error - - Fix vgs not found error diff --git a/galaxy.yml b/galaxy.yml index 793e6fa..615183c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: infra name: lvm_snapshots -version: 2.0.1 +version: 2.0.2 readme: README.md authors: - Ygal Blum