Skip to content

Commit

Permalink
release: v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Dec 25, 2024
1 parent 51b4778 commit c0fb7fb
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).

## [13.0.0]
### Removed
- BREAKING CHANGE: remove Ubuntu 18.04 as supported OS (#402)
### Fixed
- ssh_instance: write ciphers,macs and kex as comma-separated string (#401)
- Purge and Recurse should be set together (#399)
### Added
- Add support for sshd_config include files (#390)
### Changed
- Set merge behavior of ssh::server_instances to deep (#395)

## [12.1.0]
### Added
- allow puppet/systemd < 8, fixes #382
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.1.0",
"version": "13.0.0",
"author": "saz",
"summary": "Manage SSH client and server via Puppet.",
"license": "Apache-2.0",
Expand Down

0 comments on commit c0fb7fb

Please sign in to comment.