Skip to content

Commit

Permalink
Update changelog 2.0.2 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: swapdisk <[email protected]>
  • Loading branch information
github-actions[bot] and swapdisk authored Mar 7, 2024
1 parent b1c97f3 commit 3e86602
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 15 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down Expand Up @@ -106,3 +124,4 @@ Minor Changes

v1.0.0
======

2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.0.1
version: 2.0.2
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/autoactivate.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/fix_maths.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/nvme_fix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: infra
name: lvm_snapshots
version: 2.0.1
version: 2.0.2
readme: README.md
authors:
- Ygal Blum <[email protected]>
Expand Down

0 comments on commit 3e86602

Please sign in to comment.