Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 4, 2023
1 parent ac3e88e commit 3c61dae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,10 @@ <h1 id="requirements">Requirements</h1>
standard RHEL repositories, in case the Insights remediation is enabled
(and it is by default).</p>
<h2 id="collection-requirements">Collection requirements</h2>
<p>The role requires modules from <code>community.general</code>. If you
are using <code>ansible-core</code>, you must install the
<code>community.general</code> collection. Use the file
<code>meta/collection-requirements.yml</code> to install it:</p>
<p>The role requires modules from external collections. Use the
following command to install them:</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">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<p>If you are using Ansible Engine 2.9, or are using an Ansible bundle
which includes these collections/modules, you should have to do
nothing.</p>
<h1 id="role-variables">Role Variables</h1>
<div class="sourceCode" id="cb2"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">rhc_state</span><span class="kw">:</span><span class="at"> present</span></span></code></pre></div>
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

[1.3.0] - 2023-12-04
--------------------

### New Features

- feat: support for ostree systems (#145)

### Other Changes

- build(deps): Bump actions/checkout from 3 to 4 (#133)
- ci: ensure dependabot git commit message conforms to commitlint (#136)
- ci: tox-lsr version 3.1.1 (#141)
- tests: use the containers.podman collection (#144)
- tests: start candlepin container as privileged on EL 7 (#146)
- chore: set a bash shebang recognized by ansible-test (#148)
- ci: Bump actions/github-script from 6 to 7 (#149)

[1.2.5] - 2023-09-07
--------------------

Expand Down

0 comments on commit 3c61dae

Please sign in to comment.