File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff 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
177177Playbook</ 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
322323href ="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 >
Original file line number Diff line number Diff line change 11Changelog
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
You can’t perform that action at this time.
0 commit comments