Skip to content

Commit

Permalink
docs(changelog): version 0.0.14 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 0.0.14

Signed-off-by: Rich Megginson <[email protected]>
richm committed Oct 31, 2024
1 parent b473df3 commit ee70b42
Showing 2 changed files with 19 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .README.html
Original file line number Diff line number Diff line change
@@ -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; }
@@ -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; }
@@ -203,8 +203,7 @@ <h1 id="license">License</h1>
<p>MIT.</p>
<h1 id="author-information">Author Information</h1>
<p>Author: Joerg Kastning<br />
Contact: <a
href="mailto:[email protected]">[email protected]</a></p>
Contact: <a href="mailto:[email protected]">[email protected]</a></p>
</article>
</body>
</html>
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

[0.0.14] - 2024-10-30
--------------------

### Other Changes

- ci: Add tft plan and workflow (#67)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#69)
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#70)
- ci: Add workflow for ci_test bad, use remote fmf plan (#71)
- ci: Fix missing slash in ARTIFACTS_URL (#72)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#73)
- docs: Update contact email address (#74)
- ci: ansible-test action now requires ansible-core version (#75)
- ci: add YAML header to github action workflow files (#76)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#78)

[0.0.13] - 2024-07-02
--------------------

0 comments on commit ee70b42

Please sign in to comment.