docs(changelog): version v0.24.0 [citest skip] (#292)

This commit is contained in:
Matt Willsher 2024-06-21 11:55:43 +01:00 committed by GitHub
parent d4eae954c1
commit 0011d61c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 3 deletions

View file

@ -59,7 +59,7 @@ SOFTWARE.
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@ -70,7 +70,7 @@ div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
@ -273,7 +273,7 @@ for those hosts.</p>
<h1 id="requirements">Requirements</h1>
<p>Tested on:</p>
<ul>
<li>Ubuntu precise, trusty, xenial, bionic, focal, jammy
<li>Ubuntu precise, trusty, xenial, bionic, focal, jammy, noble
<ul>
<li><a
href="https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-ubuntu.yml"><img

View file

@ -1,6 +1,21 @@
Changelog
=========
[v0.24.0] - 2024-06-21
--------------------
### New Features
- feat: Ubuntu Noble support (#290)
### Bug Fixes
- fix: Ubuntu 22.04 PrintMotd set default to false (#290)
### Other Changes
- build(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 (#283)
[v0.23.5] - 2024-04-09
--------------------