Skip to content

Commit

Permalink
Update changelog 2.1.1 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: swapdisk <swapdisk@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and swapdisk authored Dec 10, 2024
1 parent 55b071d commit 7e141b5
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ LVM Snapshot Linux Role Release Notes

.. contents:: Topics

v2.1.1
======

Minor Changes
-------------

- Improve documentation and example usage of initramfs role
- Improved console logging of bigboot progress to include percent complete
- Support check mode when using the bigboot role

Bugfixes
--------

- Fix bigboot repeatedly increasing the partition size

v2.1.0
======

Expand Down
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.1.0
version: 2.1.1
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,17 @@ releases:
- btrfs_bigboot.yml
- more_idempotent.yml
release_date: '2024-07-15'
2.1.1:
changes:
bugfixes:
- Fix bigboot repeatedly increasing the partition size
minor_changes:
- Improve documentation and example usage of initramfs role
- Improved console logging of bigboot progress to include percent complete
- Support check mode when using the bigboot role
fragments:
- 78-improve-bigboot-check-mode.yml
- bigboot_progress_meter.yml
- fix_80.yml
- initramfs_docs.yml
release_date: '2024-12-10'
2 changes: 0 additions & 2 deletions changelogs/fragments/78-improve-bigboot-check-mode.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/bigboot_progress_meter.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/fix_80.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/initramfs_docs.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.1.0
version: 2.1.1
readme: README.md
authors:
- Ygal Blum <yblum@redhat.com>
Expand Down

0 comments on commit 7e141b5

Please sign in to comment.