diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7cb98..bc020f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ Changelog ### New Features - [bootloader - bootloader role tests do not work on ostree](https://issues.redhat.com/browse/RHEL-26714) -- [gfs2 - New Role - manage GFS2 filesystems in clusters](https://issues.redhat.com/browse/RHEL-34214) +- [gfs2 - add gfs2 system role](https://issues.redhat.com/browse/RHEL-34214) +- [ha_cluster - [RFE] rhel_system_roles.ha_cluster - Utilization Support](https://issues.redhat.com/browse/RHEL-33532) - [ha_cluster - [RFE] ha_cluster_node_options allows per-node addresses and SBD options to be set](https://issues.redhat.com/browse/RHEL-30111) - [ha_cluster - [RFE] make it easier to install cloud agents](https://issues.redhat.com/browse/RHEL-27186) - [ha_cluster - [RFE] rhel_system_roles.ha_cluster - ACL Support](https://issues.redhat.com/browse/RHEL-17271) -- [ha_cluster - [RFE] rhel_system_roles.ha_cluster - Utilization Support](https://issues.redhat.com/browse/RHEL-33532) - [journald - feat: Add options for rate limit interval and burst](https://issues.redhat.com/browse/RHEL-30170) -- [podman - podman role should support default credentials and per-unit credentials](https://issues.redhat.com/browse/RHEL-30185) - [podman - feat: manage TLS cert/key files for registry connections and validate certs](https://issues.redhat.com/browse/RHEL-33547) +- [podman - podman role should support default credentials and per-unit credentials](https://issues.redhat.com/browse/RHEL-30185) - [podman - podman role should support containers-auth.json](https://issues.redhat.com/browse/RHEL-30183) - [ssh - feat: Add new configuration options and remove false positives in the test](https://issues.redhat.com/browse/RHEL-40180) - [storage - [RFE] manage stratis](https://issues.redhat.com/browse/RHEL-31854) @@ -21,17 +21,19 @@ Changelog ### Bug Fixes -- [package rhel-system-roles.noarch does not provide docs for ansible-doc](https://issues.redhat.com/browse/RHEL-18075) +- [ - package rhel-system-roles.noarch does not provide docs for ansible-doc](https://issues.redhat.com/browse/RHEL-18075) - [ad_integration - fix: Sets domain name lower case in realmd.conf section header](https://issues.redhat.com/browse/RHEL-28658) +- [bootloader - fix: Set user.cfg path to /boot/grub2/ on EL 9 UEFI](https://issues.redhat.com/browse/RHEL-39996) - [ha_cluster - Fix inconsistent approach for multiple `attributes.attrs` in `ha_cluster_node_options`](https://issues.redhat.com/browse/RHEL-33076) - [logging - Setup imuxsock using rhel-system-roles.logging causing an error](https://issues.redhat.com/browse/RHEL-35561) -- [network - Make sure that the network role CI is solid robust](https://issues.redhat.com/browse/RHEL-25264) - [network - Fix testing Failures due to connection.autoconnect-ports Unknown Property](https://issues.redhat.com/browse/RHEL-32872) +- [network - Make sure that the network role CI is solid robust](https://issues.redhat.com/browse/RHEL-25264) - [podman - fix: grab name of network to remove from quadlet file](https://issues.redhat.com/browse/RHEL-40761) +- [podman - Create podman secret when skip_existing=True and it does not exist](https://issues.redhat.com/browse/RHEL-39438) - [podman - fix: do not use become for changing hostdir ownership, and expose subuid/subgid info](https://issues.redhat.com/browse/RHEL-32464) - [podman - fix: use correct user for cancel linger file name](https://issues.redhat.com/browse/RHEL-32382) - [sshd - second SSHD service broken](https://issues.redhat.com/browse/RHEL-29309) -- [storage - Running rhel-system-roles.storage w/ type: raid a second time, fails if existing RAID device has stratis installed on them.](https://issues.redhat.com/browse/RHEL-29874) +- [storage - [RHEL8 ] var unused_disks get different sector size disks ](https://issues.redhat.com/browse/RHEL-25994) - [storage - rhel-system-role.storage is not idempotent](https://issues.redhat.com/browse/RHEL-25777) [1.23.0] - 2024-01-15 diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 84ab9bc..fb0a804 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -691,7 +691,7 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ - Resolves: RHEL-39996 : bootloader - Set user.cfg path to /boot/grub2/ on EL 9 UEFI - Resolves: RHEL-35561 : logging - Setup imuxsock using rhel-system-roles.logging causing an error fix test -- Resolves: RHEL-40760 : podman - grab name of network to remove from quadlet file +- Resolves: RHEL-40761 : podman - fix: grab name of network to remove from quadlet file - Resolves: RHEL-39438 : podman - Create podman secret when skip_existing=True and it does not exist - Resolves: RHEL-40180 : ssh - Add new configuration options and remove false positives in the test - Resolves: RHEL-31854 : storage - [RFE] manage stratis @@ -700,13 +700,11 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ - Resolves: RHEL-25994 : storage - var unused_disks get different sector size disks * Tue May 21 2024 Sergei Petrosian - 1.79.0-0.1 -- Resolves: RHEL-37549 : sudo - Add sudo system role - Resolves: RHEL-35561 : logging - Setup imuxsock using rhel-system-roles.logging causing an error +- Resolves: RHEL-37549 : sudo - Add sudo system role * Thu Apr 25 2024 Rich Megginson - 1.78.1-0.1 - fix some issues with ansible-test - -* Thu Apr 25 2024 Rich Megginson - 1.78.0-0.1 - Resolves: RHEL-34214 : gfs2 - New Role * Mon Apr 22 2024 Rich Megginson - 1.77.0-0.1 @@ -717,7 +715,7 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ - Resolves: RHEL-33547 : podman - feat: manage TLS cert/key files for registry connections and validate certs - Resolves: RHEL-30185 : podman - podman role should support default credentials and per-unit credentials - Resolves: RHEL-30183 : podman - podman role should support containers-auth.json -- Resolves: RHEL-25777 : storage - rhel-system-role.storage is not idempodent +- Resolves: RHEL-25777 : storage - rhel-system-role.storage is not idempotent * Mon Apr 15 2024 Rich Megginson - 1.76.2-0.1 - Fix ansible-test issues