Skip to content

Releases: linux-system-roles/rhc

Version 1.6.6

09 Aug 17:57
Compare
Choose a tag to compare

[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

02 Jul 17:51
Compare
Choose a tag to compare

[1.6.5] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#184)

Other Changes

  • ci: ansible-lint action now requires absolute directory (#183)

Version 1.6.4

11 Jun 17:15
Compare
Choose a tag to compare

[1.6.4] - 2024-06-11

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#178)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#180)
  • ci: Add supported_ansible_also to .ansible-lint (#181)

Version 1.6.3

04 Apr 15:54
Compare
Choose a tag to compare

[1.6.3] - 2024-04-04

Other Changes

  • chore: I added PR description to changelog by mistake (#174)

Version 1.6.2

04 Apr 14:37
Compare
Choose a tag to compare

[1.6.2] - 2024-04-04

Other Changes

  • chore: Fix indentation in CHANGELOG (#172)

Version 1.6.1

03 Apr 15:21
Compare
Choose a tag to compare

[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

Other Changes

  • ci: Bump ansible/ansible-lint from 6 to 24 (#168)

  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#170)

Version 1.6.0

21 Feb 17:04
Compare
Choose a tag to compare

[1.6.0] - 2024-02-21

New Features

  • feat: Add a display name parameter (#166)

Version 1.5.1

09 Feb 23:47
Compare
Choose a tag to compare

[1.5.1] - 2024-02-09

Other Changes

  • Revert "tests: temporarily pin Candlepin to 4.4.2" (#161)
  • ci: fix python unit test - copy pytest config to tests/unit (#162)
  • tests: rename tests_insights_ansible_host.yaml (#164)

Version 1.5.0

23 Jan 14:47
Compare
Choose a tag to compare

[1.5.0] - 2024-01-23

New Features

  • feat: add ansible host parameter to insights configuration (#155)

Other Changes

  • tests: temporarily pin Candlepin to 4.4.2 (#159)

Version 1.4.1

16 Jan 19:23
Compare
Choose a tag to compare

[1.4.1] - 2024-01-16

Other Changes

  • ci: support ansible-lint and ansible-test 2.16 (#156)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#157)