Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): version 1.9.0 [citest skip] #176

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ <h1 class="toc-title">Contents</h1>
</ul></li>
<li><a href="#example-playbook" id="toc-example-playbook">Example
Playbook</a></li>
<li><a href="#rpm-ostree" id="toc-rpm-ostree">rpm-ostree</a></li>
<li><a href="#license" id="toc-license">License</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -207,8 +208,10 @@ <h2 id="collection-requirements">Collection requirements</h2>
<p>If the <code>metrics</code> is a role from the
<code>fedora.linux_system_roles</code> collection or from the Fedora RPM
package, the requirement is already satisfied.</p>
<p>Otherwise, please run the following command line to install the
collection.</p>
<p>The role requires additional collections to manage
<code>rpm-ostree</code> systems. If you need to manage
<code>rpm-ostree</code> systems, run the below command to install the
collections.</p>
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ansible-galaxy</span> collection install <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<h1 id="role-variables">Role Variables</h1>
Expand Down Expand Up @@ -330,6 +333,8 @@ <h1 id="example-playbook">Example Playbook</h1>
<span id="cb5-7"><a href="#cb5-7" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">metrics_query_service</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
<span id="cb5-8"><a href="#cb5-8" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">roles</span><span class="kw">:</span></span>
<span id="cb5-9"><a href="#cb5-9" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.metrics</span></span></code></pre></div>
<h1 id="rpm-ostree">rpm-ostree</h1>
<p>See README-ostree.md</p>
<h1 id="license">License</h1>
<p>MIT</p>
</article>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

[1.9.0] - 2023-11-06
--------------------

### New Features

- feat: support for ostree systems (#175)

### Other Changes

- build(deps): bump actions/checkout from 3 to 4 (#167)
- ci: dependabot commit msg lint; sort badges (#170)
- ci: use dump_packages.py callback to get packages used by role (#172)
- ci: tox-lsr version 3.1.1 (#174)

[1.8.7] - 2023-09-08
--------------------

Expand Down
Loading