Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 30, 2023
1 parent b6deb30 commit 329425f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,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 @@ -320,6 +321,13 @@ <h1 id="example-playbook">Example Playbook</h1>
<span id="cb11-9"><a href="#cb11-9" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.postgresql</span></span></code></pre></div>
<p>You can find more examples in the <a
href="examples"><code>examples/</code></a> directory.</p>
<h1 id="rpm-ostree">rpm-ostree</h1>
<p>NOTE: By default, <code>get_ostree_data.sh</code> will return the
packages for the default version of PostgreSQL. You will need to amend
the output if you want to use a different version - e.g. change
<code>@postgresql:13/server</code> to
<code>@postgresql:15/server</code></p>
<p>See README-ostree.md for more information.</p>
<h1 id="license">License</h1>
<p>MIT</p>
</article>
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.2.0] - 2023-11-29
--------------------

### New Features

- feat: support for ostree systems (#62)

### Other Changes

- docs: fix error message to include support for Postgresql 15 (#63)

[1.1.2] - 2023-11-06
--------------------

Expand Down

0 comments on commit 329425f

Please sign in to comment.