Skip to content

Releases: linux-system-roles/mssql

Version 2.6.6

06 Feb 12:39
c31508a

Choose a tag to compare

[2.6.6] - 2026-02-06

Bug Fixes

  • fix: When connecting to AD, always set krb5_canonicalize=false (#391)

Other Changes

  • ci: bump gha checkout from v5 to v6 (#386)
  • ci: add qemu tests for Fedora 43, drop Fedora 41 (#387)
  • ci: bump actions/upload-artifact from 5 to 6 (#388)
  • refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#389)
  • refactor: cannot use fqdn and hostname as subsets in setup module (#390)
  • ci: use ANSIBLE_INJECT_FACT_VARS=false by default for testing (#392)
  • ci: bump ansible/ansible-lint from 25 to 26 (#393)
  • ci: skip most CI checks if title contains citest skip [citest_skip] (#394)
  • ci: ansible-lint - remove .collection directory from converted collection [citest_skip] (#395)

Version 2.6.5

17 Nov 19:58

Choose a tag to compare

[2.6.5] - 2025-11-17

Bug Fixes

  • fix: cannot use community-general version 12 - no py27 and py36 support (#384)

Other Changes

  • ci: rollout several recent changes to CI testing (#372)
  • ci: support openSUSE Leap in qemu/kvm test matrix (#373)
  • ci: use the new epel feature to enable EPEL for testing farm (#374)
  • ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#376)
  • ci: use JSON format for __bootc_validation (#377)
  • ci: bump actions/github-script from 7 to 8 (#378)
  • ci: bump actions/setup-python from 5 to 6 (#379)
  • ci: bump actions/upload-artifact from 4 to 5 (#380)
  • ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#381)
  • ci: bump tox-lsr to 3.13.0 (#382)
  • ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#383)

Version 2.6.4

13 Aug 11:53

Choose a tag to compare

[2.6.4] - 2025-08-13

Other Changes

  • test: use post quantum crypto for certs where available (#368)
  • fix: Fix templates/configure_ag.j2 for Ansible 2.19

Version 2.6.3

28 Jul 14:49

Choose a tag to compare

[2.6.3] - 2025-07-25

Other Changes

  • refactor: support ansible 2.19 (#366)

Version 2.6.2

03 Jul 23:49

Choose a tag to compare

[2.6.2] - 2025-07-04

Bug Fixes

  • fix: Retry set up and sqlcms until success instead of conditions (#364)

Version 2.6.1

30 Jun 16:44

Choose a tag to compare

[2.6.1] - 2025-06-30

Other Changes

  • ci: Use newer pyyaml (#362)

[2.5.2] - 2024-11-27

27 Nov 12:58
295b77a

Choose a tag to compare

[2.5.2] - 2024-11-27

Other Changes

  • chore: Deprecate mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula (#318)
  • ci: Add job for publishing collection to Galaxy on new tag (#319)

Version 2.5.1

25 Nov 14:43
1fef256

Choose a tag to compare

[2.5.1] - 2024-11-25

Other Changes

  • ci: Update .packit.yaml (#316)

Version 2.5.0

20 Nov 19:44
5d357fd

Choose a tag to compare

[2.5.0] - 2024-11-20

New Features

  • feat: Add mssql_tools_versions, mssql_tls_self_sign to allow installing different versions of mssql-tools (#307)

Version 2.4.0

14 Nov 13:52
2adb475

Choose a tag to compare

[2.4.0] - 2024-11-14

New Features

  • feat: Use new adutil functionality to enable AES encryption (#301)
  • feat: Add support for Fedora (#308)

Bug Fixes

  • fix: Discover primary based on inventory_hostname (#295)
  • fix: Retry waiting for pacemaker with crm_resource --wait (#300)

Other Changes

  • ci: Configure Packit propose_downstream job (#293)
  • ci: Add tags to TF workflow, allow more [citest bad] formats (#294)
  • tests: fix check for witness node in read_scale test (#296)
  • test: Improve HA tests (#297)
  • docs: Update collection readme to comply with the template (#298)
  • tests: In HA tests, revert mssql_run_selinux_confined: true on EL 9 (#299)
  • ci: ansible-test action now requires ansible-core version (#303)
  • ci: add YAML header to github action workflow files (#304)
  • refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#306)