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.3.0 [citest skip] #150

Merged
merged 1 commit into from
Dec 4, 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: 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
Loading