Skip to content

Releases: linux-system-roles/nbde_client

Version 1.2.12

14 Apr 13:58
0f6d8ef
Compare
Choose a tag to compare

[1.2.12] - 2023-04-13

Other Changes

  • remove unused symlink; fix ansible-lint handler issue (#113)

Version 1.2.11

07 Apr 14:12
7fd5ced
Compare
Choose a tag to compare

[1.2.11] - 2023-04-07

Other Changes

  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#110)
  • Use templates instead of files for ansible_managed (#111)

Version 1.2.10

23 Jan 19:46
d4a8caa
Compare
Choose a tag to compare

[1.2.10] - 2023-01-23

New Features

  • none

Bug Fixes

  • Fix nbde_client error handling (#101)

Other Changes

  • none

Version 1.2.9

19 Jan 22:31
5e8fcab
Compare
Choose a tag to compare

[1.2.9] - 2023-01-19

New Features

  • none

Bug Fixes

  • Do not report password in stacktrace or return value from module (#98)
  • Use daemon_reload with askpass path service (#96)

Other Changes

  • Cleanup non-inclusive words.
  • ansible-lint 6.x fixes (#92)

Version 1.2.8

30 Nov 02:20
1931e29
Compare
Choose a tag to compare

[1.2.8] - 2022-11-29

New Features

  • none

Bug Fixes

  • use fedora.linux_system_roles.nbde_server for tests (#86)

use fedora.linux_system_roles.nbde_server for tests instead of git
cloning the repo. Use the tests/collection-requirements.yml so
the test infrastructure will install the collection.

Other Changes

  • none

Version 1.2.7

01 Nov 20:26
90d4bfb
Compare
Choose a tag to compare

[1.2.7] - 2022-11-01

New Features

  • none

Bug Fixes

  • correct clevis askpass unit conditional (#81)

  • Add default clevis luks askpass unit (#79)

skip clevis askpass systemd unit for RHEL 8.2 and 8.3

  • use no_log: true where secrets might be revealed

Other Changes

  • fix test tmp files (#80)

tests - use generated temp directory for all controller files

If you run multiple tests in parallel, some of the tests could overwrite
or remove files in use by other tests on the controller. Use a
temp directory for controller files.

  • test support for CentOS Stream 9

Version 1.2.6

28 Jul 15:26
217216c
Compare
Choose a tag to compare

[1.2.6] - 2022-07-28

New Features

  • none

Bug Fixes

  • Sets needed spacing for appended rd.neednet parameter (#68)
  • Sets proper spacing for parameter rd.neednet=1 so that it is correctly appended to kernel cmdline, changes = to += for adding rd.neednet parameter

Other Changes

  • changelog_to_tag action - support other than "master" for the main branch name, as well (#75)

  • Use GITHUB_REF_NAME as name of push branch; fix error in branch detection [citest skip] (#76)

We need to get the name of the branch to which CHANGELOG.md was pushed.
For now, it looks as though GITHUB_REF_NAME is that name. But don't
trust it - first, check that it is main or master. If not, then use
a couple of other methods to determine what is the push branch.

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

Version 1.2.5

21 Jul 01:05
db6106c
Compare
Choose a tag to compare

[1.2.5] - 2022-07-19

New Features

  • none

Bug Fixes

  • none

Other Changes

  • make all tests work with gather_facts: false (#69)

Ensure tests work when using ANSIBLE_GATHERING=explicit

  • make min_ansible_version a string in meta/main.yml (#70)

The Ansible developers say that min_ansible_version in meta/main.yml
must be a string value like "2.9", not a float value like 2.9.

  • Add CHANGELOG.md (#71)

bump tox-lsr version to 2.11.0; remove py37; add py310 (#67)

16 May 19:03
5ea8b53
Compare
Choose a tag to compare

[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310 (#67)

tox-lsr version 2.11.0 has support for collection-requirements.yml,
runqemu improvements, and support for python 3.10

python 3.7 is not used on any supported platform, so remove it

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

support gather_facts: false; support setup-snapshot.yml (#66)

25 Apr 20:27
bb438c5
Compare
Choose a tag to compare

support gather_facts: false; support setup-snapshot.yml (#66)

Some users use gather_facts: false in their playbooks. This changes
the role to work in that case, by gathering only the facts it requires
to run.
CI testing can be sped up by creating a snapshot image pre-installed
with packages. tests/setup-snapshot.yml can be used by a CI system
to do this.