Skip to content

Commit

Permalink
Collection version was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
systemroller committed Jul 15, 2024
1 parent 8981c35 commit bfb51f7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
10 changes: 5 additions & 5 deletions collection_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
postfix:
ref: 1.4.5
ref: 1.5.0
sourcenum: 1
selinux:
ref: 1.7.7
Expand All @@ -17,7 +17,7 @@ storage:
ref: 1.17.1
sourcenum: 6
metrics:
ref: 1.10.3
ref: 1.10.4
sourcenum: 7
tlog:
ref: 1.3.6
Expand Down Expand Up @@ -55,7 +55,7 @@ vpn:
ref: 1.6.6
sourcenum: 18
firewall:
ref: 1.7.8
ref: 1.8.0
sourcenum: 19
cockpit:
ref: 1.5.8
Expand All @@ -76,7 +76,7 @@ postgresql:
ref: 1.3.8
sourcenum: 25
systemd:
ref: 1.1.5
ref: 1.2.0
sourcenum: 26
keylime_server:
ref: 1.1.5
Expand All @@ -88,7 +88,7 @@ bootloader:
ref: 1.0.7
sourcenum: 29
snapshot:
ref: 1.3.3
ref: 1.4.0
sourcenum: 30
gfs2:
ref: 0.0.4
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: "fedora"
name: "linux_system_roles"
version: "1.82.0"
version: "1.83.0"
description: "Ansible roles for linux system components management"

authors:
Expand Down
17 changes: 17 additions & 0 deletions lsr_role2collection/COLLECTION_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

[1.83.0] - 2024-07-15
---------------------

### New Features

- firewall - feat: Handle reboot for transactional update systems (#226)
- postfix - feat: Added postfix_files feature as a simple means to add extra files/maps to config (#129)
- snapshot - feat: rewrite snapshot.py as an Ansible module / add support for thin origins (#58)
- systemd - feat: add support for transactional update (#53)

### Bug Fixes

- metrics - fix: add support for EL10 (#200)
- metrics - fix: add configuration files for c10s and el10 (#199)
- postfix - fix: add support for EL10 (#134)
- snapshot - fix: add support for EL10 (#66)

[1.82.0] - 2024-07-02
---------------------

Expand Down

0 comments on commit bfb51f7

Please sign in to comment.