Skip to content

Commit 329425f

Browse files
committed
docs(changelog): version 1.2.0 [citest skip]
Update changelog and .README.html for version 1.2.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent b6deb30 commit 329425f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.README.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ <h1 class="toc-title">Contents</h1>
175175
</ul></li>
176176
<li><a href="#example-playbook" id="toc-example-playbook">Example
177177
Playbook</a></li>
178+
<li><a href="#rpm-ostree" id="toc-rpm-ostree">rpm-ostree</a></li>
178179
<li><a href="#license" id="toc-license">License</a></li>
179180
</ul>
180181
</nav>
@@ -320,6 +321,13 @@ <h1 id="example-playbook">Example Playbook</h1>
320321
<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>
321322
<p>You can find more examples in the <a
322323
href="examples"><code>examples/</code></a> directory.</p>
324+
<h1 id="rpm-ostree">rpm-ostree</h1>
325+
<p>NOTE: By default, <code>get_ostree_data.sh</code> will return the
326+
packages for the default version of PostgreSQL. You will need to amend
327+
the output if you want to use a different version - e.g. change
328+
<code>@postgresql:13/server</code> to
329+
<code>@postgresql:15/server</code></p>
330+
<p>See README-ostree.md for more information.</p>
323331
<h1 id="license">License</h1>
324332
<p>MIT</p>
325333
</article>

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
[1.2.0] - 2023-11-29
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: support for ostree systems (#62)
10+
11+
### Other Changes
12+
13+
- docs: fix error message to include support for Postgresql 15 (#63)
14+
415
[1.1.2] - 2023-11-06
516
--------------------
617

0 commit comments

Comments
 (0)