Releases: linux-system-roles/rhc
Releases · linux-system-roles/rhc
Version 1.6.7
[1.6.7] - 2024-10-30
Other Changes
- ci: Add tags to TF workflow, allow more [citest bad] formats (#198)
- ci: ansible-test action now requires ansible-core version (#200)
- ci: add YAML header to github action workflow files (#201)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#203)
- tests: simplify distro check in tests_environments.yml (#204)
Version 1.6.6
[1.6.6] - 2024-08-09
Bug Fixes
- fix: drop usage of "auto_attach" of the "redhat_subscription" module (#189)
Other Changes
- ci: Add tft plan and workflow (#187)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#190)
- tests: factorize & fix URL for candlepin owner (#191)
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#192)
- ci: Add workflow for ci_test bad, use remote fmf plan (#193)
- ci: Fix missing slash in ARTIFACTS_URL (#194)
- tests: switch to an SCA account for Candlepin (#195)
- tests: run podman directly instead of using containers.podman (#196)
Version 1.6.5
Version 1.6.4
Version 1.6.3
Version 1.6.2
Version 1.6.1
[1.6.1] - 2024-04-02
Bug Fixes
- fix: Ignore ansible_host: "" (#169)
Enhancement: Ignoring rhc.ansible_host if set to an empty string.
Reason: The empty string value causes:
- the Ansible host name to be reset in the Inventory by
insights-client --ansible_host=
; - 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.
Issue Tracker Tickets (Jira or BZ if any): https://issues.redhat.com/browse/CCT-398