summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-06-07 13:07:07 +0200
committerajs124 <git@ajs124.de>2023-06-07 13:10:23 +0200
commit34eaaf331c89f3c95e8dd79bcb675d4d66a9677e (patch)
treef7c578150ca34c77b8f7a079aac10660ab3d374e /nixos
parente547013e69f8bf0fdb5aa7fd80e55509c63242cd (diff)
mariadb: upgrade default from 10.6 to 10.11
which is the next LTS release
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 08c316a123c4..7d1affe60dab 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -24,6 +24,8 @@
- `python3.pkgs.fetchPypi` (and `python3Packages.fetchPypi`) has been deprecated in favor of top-level `fetchPypi`.
+- `mariadb` now defaults to `mariadb_1011` instead of `mariadb_106`, meaning the default version was upgraded from 10.6.x to 10.11.x. See the [upgrade notes](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for potential issues.
+
- `etcd` has been updated to 3.5, you will want to read the [3.3 to 3.4](https://etcd.io/docs/v3.5/upgrades/upgrade_3_4/) and [3.4 to 3.5](https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/) upgrade guides
- `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.