Skip to content

Commit

Permalink
Update changelog 1.0.3 (#25)
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 Nov 29, 2023
1 parent 449840a commit 2a932aa
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ LVM Snapshot Linux Role Release Notes
.. contents:: Topics


v1.0.3
======

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

- Changed the lvm_snapshots_boot_backup var default to false
- Removed unimplemented lvm_snapshots_use_boom var from the docs
- Revert - wait for snapshot to drain before returning

Bugfixes
--------

- Add task to ensure tar package is present
- Grub needs reinstall if /boot is on LVM
- Wrong kernel version booting after rolling back

v1.0.2
======

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: 1.0.2
version: 1.0.3
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,20 @@ releases:
- create_snapshots_with_normalized_sizes.yml
- filtering_by_lvname_on_existing_snapshot_check.yml
release_date: '2023-08-31'
1.0.3:
changes:
bugfixes:
- Add task to ensure tar package is present
- Grub needs reinstall if /boot is on LVM
- Wrong kernel version booting after rolling back
minor_changes:
- Changed the lvm_snapshots_boot_backup var default to false
- Removed unimplemented lvm_snapshots_use_boom var from the docs
- Revert - wait for snapshot to drain before returning
fragments:
- fix-lvm-grub.yml
- minor-var-changes.yml
- revert-wait-for-drain.yml
- tar-present.yml
- wrong-kernel.yml
release_date: '2023-11-29'
2 changes: 0 additions & 2 deletions changelogs/fragments/fix-lvm-grub.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/minor-var-changes.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/revert-wait-for-drain.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/tar-present.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/wrong-kernel.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: 1.0.2
version: 1.0.3
readme: README.md
authors:
- Ygal Blum <[email protected]>
Expand Down

0 comments on commit 2a932aa

Please sign in to comment.