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 23, 2024
1 parent 012e291 commit 8b24a57
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
12 changes: 6 additions & 6 deletions collection_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ postfix:
ref: 1.5.0
sourcenum: 1
selinux:
ref: 1.7.7
ref: 1.8.0
sourcenum: 2
timesync:
ref: 1.8.5
Expand All @@ -14,7 +14,7 @@ network:
ref: 1.15.5
sourcenum: 5
storage:
ref: 1.17.1
ref: 1.18.0
sourcenum: 6
metrics:
ref: 1.10.4
Expand All @@ -26,7 +26,7 @@ kernel_settings:
ref: 1.2.5
sourcenum: 9
logging:
ref: 1.12.9
ref: 1.13.0
sourcenum: 10
nbde_server:
ref: 1.4.6
Expand All @@ -42,7 +42,7 @@ crypto_policies:
sourcenum: 14
sshd:
org: willshersystems
ref: v0.24.0
ref: v0.24.1
repo: ansible-sshd
sourcenum: 15
ssh:
Expand All @@ -58,10 +58,10 @@ firewall:
ref: 1.8.0
sourcenum: 19
cockpit:
ref: 1.5.8
ref: 1.5.9
sourcenum: 20
podman:
ref: 1.5.1
ref: 1.5.2
sourcenum: 21
ad_integration:
ref: 1.4.6
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.83.1"
version: "1.84.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.84.0] - 2024-07-23
---------------------

### New Features

- logging - feat: add support for file and directory mode/owner/group for output files (#400)
- logging - feat: support custom config files with logging_custom_config_files (#399)
- logging - feat: add support for reopen_on_truncate for files input (#398)
- selinux - feat: add support for transactional update (#241)
- storage - feat: write storage role fingerprint to /etc/fstab (#458)

### Bug Fixes

- podman - fix: proper cleanup for networks; ensure cleanup of resources (#160)
- podman - fix: add support for EL10 (#159)
- sshd - fix: add support for EL10 (#293)

[1.83.1] - 2024-07-17
---------------------

Expand Down

0 comments on commit 8b24a57

Please sign in to comment.