ansible-sshd icon indicating copy to clipboard operation
ansible-sshd copied to clipboard

Version v0.16.1 - CHANGELOG.md [citest skip]

Open richm opened this issue 2 years ago • 2 comments

[v0.16.1] - 2022-07-28

New Features

  • add parameter RSAMinSize

Add support for the new RSAMinSize parameter.

Bug Fixes

  • none

Other Changes

  • Addition notes about secondary variables
  • Fix various linting issues
  • Revert incorrect module name
  • tests: Do not be picky about spaces/tabs

When testing with cloud-init, it modifies the sshd_configuration and can replace some tabs with whitespaces. This happens frequently around the subsystem keyword. There are no functional changes, but the matching did not work as expected.

Signed-off-by: Jakub Jelen [email protected]

  • the role still supports ansible 2.9

  • Add CHANGELOG.md

  • Add changelog_to_tag.yml to .github/workflows

Description: When a new changelog section is added to CHANGELOG.md and pushed, changelog_to_tag.yml is triggered, which generates a new tag and a new release.

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

richm avatar Jul 28 '22 14:07 richm

please hold until https://github.com/willshersystems/ansible-sshd/pull/196 is merged

richm avatar Jul 28 '22 21:07 richm

please hold until #196 is merged

Done. This can be merged now.

richm avatar Jul 29 '22 15:07 richm

@richm @Jakuje this failed on the run on master determining the tag.

mattwillsher avatar Aug 18 '22 08:08 mattwillsher

Looks to me like the action kept [] around the tag it derived from the changlog.

mattwillsher avatar Aug 18 '22 08:08 mattwillsher

Looks to me like the action kept [] around the tag it derived from the changlog.

Yep - probably a bug in parsing [vX.Y.Z] vs [X.Y.Z]

richm avatar Aug 18 '22 13:08 richm