Skip to content

Commit

Permalink
docs(changelog): version v0.24.0 [citest skip] (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher authored Jun 21, 2024
1 parent d4eae95 commit 0011d61
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<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; }
Expand All @@ -70,7 +70,7 @@
}
@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; }
Expand Down Expand Up @@ -273,7 +273,7 @@ <h1 class="toc-title">Contents</h1>
<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
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------

Expand Down

0 comments on commit 0011d61

Please sign in to comment.