File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -185,17 +185,17 @@ <h1 class="toc-title">Contents</h1>
185185< p > The role also optimizes the database server settings to improve
186186performance.</ p >
187187< h1 id ="requirements "> Requirements</ h1 >
188- < p > The role currently works with the PostgreSQL server 10, 12, 13, and
189- 15 .</ p >
188+ < p > The role currently works with the PostgreSQL server 10, 12, 13, 15
189+ and 16 .</ p >
190190< h2 id ="collection-requirements "> Collection requirements</ h2 >
191191< p > The role requires some external collections. Use this to install
192192them:</ p >
193193< div class ="sourceCode " id ="cb1 "> < pre
194194class ="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 >
195195< h1 id ="role-variables "> Role Variables</ h1 >
196196< h2 id ="postgresql_verison "> postgresql_verison</ h2 >
197- < p > You can set the version of the PostgreSQL server to 10, 12, 13, or
198- 15 .</ p >
197+ < p > You can set the version of the PostgreSQL server to 10, 12, 13, 15 or
198+ 16 .</ p >
199199< div class ="sourceCode " id ="cb2 "> < pre
200200class ="sourceCode yaml "> < code class ="sourceCode yaml "> < span id ="cb2-1 "> < a href ="#cb2-1 " aria-hidden ="true " tabindex ="-1 "> </ a > < span class ="fu "> postgresql_version</ span > < span class ="kw "> :</ span > < span class ="at "> </ span > < span class ="st "> "13"</ span > </ span > </ code > </ pre > </ div >
201201< h2 id ="postgresql_password "> postgresql_password</ h2 >
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ [ 1.3.0] - 2023-12-08
5+ --------------------
6+
7+ ### New Features
8+
9+ - feat: Enable support for Postgresql 16 (#68 )
10+
11+ ### Other Changes
12+
13+ - ci: bump actions/github-script from 6 to 7 (#66 )
14+ - refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#67 )
15+
416[ 1.2.0] - 2023-11-29
517--------------------
618
You can’t perform that action at this time.
0 commit comments