Skip to content

Commit

Permalink
release: v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed May 25, 2024
1 parent b9a6675 commit 33f507e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [12.1.0]
### Added
- allow puppet/systemd < 8, fixes #382
### Changed
- set sshd config mode to 0644 on AIX, fixes #371 (#383)
- use `contain` instead of `include`, fixes #367 (#387)
### Fixed
- fix tests on OpenBSD (#384)
- drop tag from concat_{file,fragment}, fixes #304 (#385)
- fix subsystem option if use_augeas = true, fixes #376 (#386)

## [12.0.1]
### Fixed
- make ssh::hostkeys::exclude_interfaces_re parameter work properly (#380)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saz-ssh",
"version": "12.0.1",
"version": "12.1.0",
"author": "saz",
"summary": "Manage SSH client and server via Puppet.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 33f507e

Please sign in to comment.