Skip to content

Version 2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 07:49

[2.1.0] - 2023-11-20

New Features

Enhancement: Support mssql-server 2022 preview on RHEL 9

Reason: Microsoft added SQL Server 2022 preview for RHEL 9 at https://packages.microsoft.com/rhel/9/mssql-server-preview/

Result: You can install SQL Server 2022 on RHEL 9

Issue Tracker Tickets (Jira or BZ if any): https://issues.redhat.com/browse/RHELBU-2407

Other Changes

Bumps actions/checkout from 3 to 4.

Ensure dependabot git commit message conforms to commitlint

Signed-off-by: Rich Megginson [email protected]

This adds the dump_packages.py callback which will dump the
arguments to the package module (except for state: absent)
to the integration test run logs. The output looks like this:
lsrpackages: pkg-a pkg-b ...
We will have tooling which will scrape the logs to extract the
packages used at runtime and testing for all of the supported
combinations of distribution and version.

This also ensures the weekly-ci PR git commit message conforms
to commitlint.

Signed-off-by: Rich Megginson [email protected]

This is primarily for the update to ansible-plugin-scan to
work with the upcoming ostree changes, but also includes
some minor fixes which affect ci.
3.1.0 was released but not used due to a bug fixed in 3.1.1
See full release notes for 3.1.0 and 3.1.1
https://github.com/linux-system-roles/tox-lsr/releases

Signed-off-by: Rich Megginson [email protected]