Skip to content

Releases: linux-system-roles/cockpit

Version 1.5.10

22 Aug 03:09
Compare
Choose a tag to compare

[1.5.10] - 2024-08-21

Other Changes

  • ci: Add tft plan and workflow (#167)
  • ci: Update fmf plan to add a separate job to prepare managed nodes (#169)
  • ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#170)
  • ci: Add workflow for ci_test bad, use remote fmf plan (#171)
  • ci: Fix missing slash in ARTIFACTS_URL (#172)
  • test: skip check for excluded packages on ostree (#173)

Version 1.5.9

23 Jul 15:35
Compare
Choose a tag to compare

[1.5.9] - 2024-07-23

Other Changes

  • ci: Handle reboot for transactional update systems (#165)

Version 1.5.8

02 Jul 18:03
Compare
Choose a tag to compare

[1.5.8] - 2024-07-02

Bug Fixes

  • fix: wildcard package installation not working with dnf module (#161)
  • fix: add support for EL10 (#163)

Other Changes

  • test: find cockpit test group dynamically (#160)
  • ci: ansible-lint action now requires absolute directory (#162)

Version 1.5.7

11 Jun 17:11
Compare
Choose a tag to compare

[1.5.7] - 2024-06-11

Other Changes

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

Version 1.5.6

04 Apr 16:16
Compare
Choose a tag to compare

[1.5.6] - 2024-04-04

Other Changes

  • ci: Bump ansible/ansible-lint from 6 to 24 (#152)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#153)

Version 1.5.5

26 Feb 21:53
Compare
Choose a tag to compare

[1.5.5] - 2024-02-26

Other Changes

  • test: Ensure cleanup and proper service state on ostree (#150)

Version 1.5.4

14 Feb 21:47
Compare
Choose a tag to compare

[1.5.4] - 2024-02-14

Other Changes

  • ci: fix python unit test - copy pytest config to tests/unit (#147)

This is fixed by tox-lsr 3.2.2 - all actions that use tox-lsr are updated to
3.2.2, not just the python unit tests, even though the fix is only related to
pytest. All roles are updated to use tox-lsr 3.2.2 for the sake of consistency
even if not affected by the pytest issue.

Something changed recently in the way github actions provisions systems which
means some of the directories are not readable by the python unit test actions.
In addition, the python unit tests were causing a lot of unnecessary directory
traversal doing collection/discovery of unit test files, because of using
pytest -c /path/to/tox-lsr/pytest.ini Unfortunately, with pytest, the
directory of the config file is the root directory for the tests and tests
discovery, and there is no way around this.

Therefore, the only solution is to copy the tox-lsr pytest.ini to the
tests/unit directory, which makes that the test root directory.

See also linux-system-roles/tox-lsr#160

Signed-off-by: Rich Megginson rmeggins@redhat.com

  • test: Add python_version to test facts gather ansible_python_version (#148)

Enhancement: Gather python_version is tests_config.yml to gather ansible_python_version fact

Reason: The role didn't gather ansible_python_version but used it in tests_fcontext.yml, hence this test failed on Ansible-2.14 on RHEL 8.10

Result: The bug is fixed

Version 1.5.3

23 Jan 14:51
Compare
Choose a tag to compare

[1.5.3] - 2024-01-23

Other Changes

  • ci: Remove redundant task (#145)

Version 1.5.2

17 Jan 20:42
Compare
Choose a tag to compare

[1.5.2] - 2024-01-16

Other Changes

  • ci: Fix implicit octal values (#139)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#140)
  • ci: Add ALP-Dolomite var file (#141)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#142)
  • ci: Add check for Cockpit package installation status in reboot condition (#143)

Version 1.5.1

08 Dec 21:13
Compare
Choose a tag to compare

[1.5.1] - 2023-12-08

Other Changes

  • ci: bump actions/github-script from 6 to 7 (#136)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#137)