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>
185
185
< p > The role also optimizes the database server settings to improve
186
186
performance.</ p >
187
187
< 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 >
190
190
< h2 id ="collection-requirements "> Collection requirements</ h2 >
191
191
< p > The role requires some external collections. Use this to install
192
192
them:</ p >
193
193
< div class ="sourceCode " id ="cb1 "> < pre
194
194
class ="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 >
195
195
< h1 id ="role-variables "> Role Variables</ h1 >
196
196
< 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 >
199
199
< div class ="sourceCode " id ="cb2 "> < pre
200
200
class ="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 >
201
201
< h2 id ="postgresql_password "> postgresql_password</ h2 >
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
[ 1.2.0] - 2023-11-29
5
17
--------------------
6
18
You can’t perform that action at this time.
0 commit comments