You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ This file is used to list changes made in the last 3 major versions of the postg
4
4
5
5
## Unreleased
6
6
7
+
- Remove support for Fedora
8
+
Fedora is not an officially supported platform by the Sous Chefs community. If you would like to see Fedora support added back please open a PR to add it back.
9
+
The installtion methods for Fedora are substantially different than other platforms and require a lot of additional testing and maintenance.
10
+
- Add testing for PostgreSQL 16 and 17
11
+
- Add libpq package to default packages
12
+
- Fix GPG key URLs
13
+
- Update Amazon to Amazonlinux 2023
14
+
- Remove unspoorted configuration options from the `postgresql_config` resource
15
+
`stats_temp_directory`
16
+
7
17
## 11.11.2 - *2024-10-07*
8
18
9
19
Standardise files with files in sous-chefs/repo-management
@@ -301,7 +311,7 @@ Standardise files with files in sous-chefs/repo-management
301
311
302
312
- Allow to install extensions with hyphens, ex: `postgresql_extension '"uuid-ossp"'`
303
313
- Update Circle CI config to match sous-chefs defaults #617
304
-
- Remove Fedora testing from CI, not an official supported OS by sous-chefs, PR welcome #617
314
+
- Remove Fedora testing from CI, not an official supported OS by sous-chefs, PRs welcome #617
0 commit comments