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.15.0 [citest skip] #191

Merged
merged 1 commit into from
Feb 13, 2024
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
10 changes: 8 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,15 @@ <h1 class="toc-title">Contents</h1>
<p>An Ansible role for managing High Availability Clustering.</p>
<h1 id="limitations">Limitations</h1>
<ul>
<li>Supported OS: RHEL 8.3+, Fedora 31+</li>
<li>Compatible OS
<ul>
<li>RHEL 8.3+, Fedora 31+</li>
<li>SLES 15 SP4+ with HA extension, SLES4SAP 15 SP4+</li>
</ul></li>
<li>Systems running RHEL are expected to be registered and have
High-Availability repositories accessible.</li>
High-Availability repositories accessible, and ResilientStorage
repositories accessible if using
<code>ha_cluster_enable_repos_resilient_storage</code></li>
<li>The role replaces the configuration of HA Cluster on specified
nodes. Any settings not specified in the role variables will be
lost.</li>
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[1.15.0] - 2024-02-13
--------------------

### New Features

- feat: crmsh workflow and SUSE support (#186)

### Other Changes

- docs: change Supported to Compatible (#188)

[1.14.0] - 2024-02-07
--------------------

Expand Down
Loading