Skip to content

Latest commit

 

History

History
313 lines (178 loc) · 4.99 KB

CHANGELOG.md

File metadata and controls

313 lines (178 loc) · 4.99 KB

Changelog

[1.2.0] - 2023-06-23

New Features

  • feat: add ssh_backup option with default true (#91)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#99)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#101)

[1.1.16] - 2023-05-26

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: remove unused Dependencies section in README

[1.1.15] - 2023-04-27

Other Changes

  • ci: Add commitlint GitHub action to ensure conventional commits
  • ci: Remove Debian stretch (9)
  • test: check generated files for ansible_managed, fingerprint

[1.1.14] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when for conditional tasks (#84)

[1.1.13] - 2023-04-06

Bug Fixes

  • Proper indent when lists are used in block (#80)
  • add vars files for Rocky 8/9 (links) (#81)

Other Changes

  • fix shellcheck issues; fix ansible-lint issues in generation (#69)
  • Add check for non-inclusive language (#64)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#78)
  • Fingerprint RHEL System Role managed config files (#79)

[1.1.12] - 2023-01-20

New Features

  • none

Bug Fixes

  • ansible-lint 6.x fixes (#60)

Other Changes

  • none

[1.1.11] - 2022-09-27

New Features

  • Add final version of the option RequiredRSASize (#53)

Update source template to match generated template

Add final name of the RequiredRSASize parameter

keeping the old version for backward compatibility.

Upstream commit: https://github.com/openssh/openssh-portable/commit/54b333d1

Bug Fixes

  • none

Other Changes

  • none

[1.1.10] - 2022-09-19

New Features

  • none

Bug Fixes

  • cast value to string in jinja macro (#50)

Some versions of jinja will not automatically convert values to string in a {{ ... }} block, so use | string to ensure that it is converted to string.

Other Changes

  • none

[1.1.9] - 2022-07-26

New Features

  • add RSAMinSize parameter (#45)

Bug Fixes

  • none

Other Changes

  • changelog_to_tag action - github action ansible test improvements (#46)

[1.1.8] - 2022-07-19

New Features

  • none

Bug Fixes

  • none

Other Changes

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

Ensure that all of the tests work when using ANSIBLE_GATHERING=explicit

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

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 (#41)

[1.1.7] - 2022-05-18

New Features

  • none

Bug Fixes

  • none

Other Changes

  • Update CI and docs

[1.1.6] - 2022-05-06

New Features

  • none

Bug Fixes

  • none

Other Changes

  • bump tox-lsr version to 2.11.0; remove py37; add py310
  • Fix Debian and Ubuntu CI

[1.1.5] - 2022-04-14

New Features

  • support gather_facts: false; support setup-snapshot.yml

Bug Fixes

  • none

Other Changes

  • bump tox-lsr version to 2.10.1

[1.1.4] - 2022-01-10

New Features

  • none

Bug Fixes

  • none

Other Changes

  • bump tox-lsr version to 2.8.3
  • change recursive role symlink to individual role dir symlinks

[1.1.3] - 2021-12-06

New Features

  • Add new configuration options from Openssh 8.7p1

Bug Fixes

  • none

Other Changes

  • Run the new tox test
  • update tox-lsr version to 2.8.0

[1.1.2] - 2021-11-08

New Features

  • support python 39, ansible-core 2.12, ansible-plugin-scan

Bug Fixes

  • none

Other Changes

  • update tox-lsr version to 2.7.1
  • tests: Make sure openssh client package is installed before trying to use manual page for ssh_config

[1.1.1] - 2021-09-21

New Features

  • none

Bug Fixes

  • Use {{ ansible_managed | comment }} to fix multi-line ansible_managed

Other Changes

  • use apt-get install -y
  • use tox-lsr version 2.5.1

[1.1.0] - 2021-08-10

New Features

  • Drop support for Ansible 2.8 by bumping the Ansible version to 2.9

Bug Fixes

  • none

Other Changes

  • Clean up Ansible 2.8 CI configuration entries

[1.0.2] - 2021-06-10

New Features

  • none

Bug Fixes

  • Fix variable precedence for ssh_drop_in_name

Other Changes

  • none

[1.0.1] - 2021-04-07

New Features

  • none

Bug Fixes

  • Fix ansible-test errors
  • README: Fix ssh_drop_in_name option description

Other Changes

  • Remove python-26 environment from tox testing
  • update to tox-lsr 2.4.0 - add support for ansible-test with docker
  • CI: Add support for RHEL-9

[1.0.0] - 2021-02-12

Initial Release