Skip to content

Releases: linux-system-roles/auto-maintenance

Version 1.79.0

12 Jun 02:26
Compare
Choose a tag to compare

[1.79.0] - 2024-06-12

New Features

  • ssh - feat: Add new configuration options and remove false positives in the test (#142)
  • storage - feat: Stratis support (#439)
  • storage - feat: PV resize support (#438)

Bug Fixes

  • bootloader - fix: Set user.cfg path to /boot/grub2/ on EL 9 UEFI (#101)
  • logging - fix: Add check for "rsyslogd: error" in /var/log/messages in all tests (#388)
  • podman - fix: grab name of network to remove from quadlet file (#155)
  • postfix - fix: Reflect smtp-submission service rename in EL 10 and Fedora 40+ (#131)
  • storage - fix: Fix expected error message in tests_misc.yml (#446)
  • storage - fix: Get same sector size disks for multi device LVM tests (#441)
  • storage - fix: Fix 'possibly-used-before-assignment' pylint issues (#440)

Version 1.78.2

22 May 02:17
Compare
Choose a tag to compare

[1.78.2] - 2024-05-22

Bug Fixes

  • logging - fix: Remove name="basics_imuxsock" parameter from imuxsock type input (#385)

Version 1.78.1

26 Apr 02:11
Compare
Choose a tag to compare

[1.78.1] - 2024-04-26

Other Changes

  • no user-visible changes

1.78.0

25 Apr 13:43
Compare
Choose a tag to compare

What's Changed

  • release 1.78.0 - add gfs2 role by @richm in #337

Full Changelog: 1.77.0...1.78.0

Version 1.77.0

23 Apr 02:13
Compare
Choose a tag to compare

[1.77.0] - 2024-04-23

New Features

  • ha_cluster - feat: Add support for utilization (#202)
  • ha_cluster - feat: crmsh enhancements, master slave, validations (#197)
  • podman - feat: manage TLS cert/key files for registry connections and validate certs (#146)
  • podman - feat: support podman_credential_files (#142)
  • podman - feat: support registry_username and registry_password (#141)

Bug Fixes

  • bootloader - fix: Fail on the s390x architecture with a not supported msg (#96)
  • ha_cluster - fix: make consistent approach for multiple node attributes sets (#201)
  • podman - fix: make kube cleanup idempotent (#144)
  • podman - fix: do not use become for changing hostdir ownership, and expose subuid/subgid info (#139)
  • podman - fix: use correct user for cancel linger file name (#138)
  • storage - fix: Fix recreate check for formats without labelling support (#435)

Version 1.76.2

13 Apr 01:58
Compare
Choose a tag to compare

[1.76.2] - 2024-04-13

Other Changes

  • no user-visible changes

Version 1.76.1

07 Apr 02:12
Compare
Choose a tag to compare

[1.76.1] - 2024-04-07

Bug Fixes

  • sshd - fix: Document and streamline the sshd_main_config_file (#281)

Version 1.76.0

05 Apr 02:10
Compare
Choose a tag to compare

[1.76.0] - 2024-04-05

New Features

  • ha_cluster - feat: ha_cluster_node_options allows per-node addresses and SBD options to be set (#196)
  • ha_cluster - feat: easily install cloud agents (#194)
  • ha_cluster - feat: Add support for ACL (#193)
  • ha_cluster - feat: SLES15 enablement, HAE detection (#192)
  • journald - feat: Add options for rate limit interval and burst (#64)

Bug Fixes

  • bootloader - fix: Add /etc/default/grub if missing (#93)
  • network - fix: Allow network to restart when wireless or team connection is specified (#675)

Version 1.75.4

04 Apr 02:10
Compare
Choose a tag to compare

[1.75.4] - 2024-04-04

Bug Fixes

  • rhc - a line ansible_host= to be put in the config file.

    The former is a job of {state: absent}. An empty string should not cause such a desctructive operation. The latter is ignored by the Client and is equivatent to that line missing.

    Result:
    Consistently with a similar condition of the display_name parameter, an empty string ansible_host is treated as undefined. It's the same behavior as with a null value.

  • rhc - the Ansible host name to be reset in the Inventory by insights-client --ansible_host=;

  • rhc - fix: Ignore ansible_host: "" (#169)

Version 1.75.3

15 Mar 02:08
Compare
Choose a tag to compare

[1.75.3] - 2024-03-15

Bug Fixes

  • podman - fix: Add support for --check flag (#134)