about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2023-07-17 12:11:54 +0200
committerMatthias Thym <git@thym.at>2023-07-17 12:13:22 +0200
commitffb261fdb7f01315260f12c73f2bbd484321668b (patch)
treee67ee2dad2993b59299bfa5f6e38fcd6aa4b2980 /nixos/doc
parentdd8535795f190b77ec0844527e81fc7e18549cc6 (diff)
downloadnixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.tar
nixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.tar.gz
nixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.tar.bz2
nixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.tar.lz
nixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.tar.xz
nixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.tar.zst
nixlib-ffb261fdb7f01315260f12c73f2bbd484321668b.zip
Note breaking change for cloud-sql-proxy
Diffstat (limited to 'nixos/doc')
-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 5ccaa92914e1..bd9ab6c052cd 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -86,6 +86,8 @@
 
 - `services.outline.sequelizeArguments` has been removed, as `outline` no longer executes database migrations via the `sequelize` cli.
 
+- The binary of the package `cloud-sql-proxy` has changed from `cloud_sql_proxy` to `cloud-sql-proxy`.
+
 - The Caddy module gained a new option named `services.caddy.enableReload` which is enabled by default. It allows reloading the service instead of restarting it, if only a config file has changed. This option must be disabled if you have turned off the [Caddy admin API](https://caddyserver.com/docs/caddyfile/options#admin). If you keep this option enabled, you should consider setting [`grace_period`](https://caddyserver.com/docs/caddyfile/options#grace-period) to a non-infinite value to prevent Caddy from delaying the reload indefinitely.
 
 - mdraid support is now optional. This reduces initramfs size and prevents the potentially undesired automatic detection and activation of software RAID pools. It is disabled by default in new configurations (determined by `stateVersion`), but the appropriate settings will be generated by `nixos-generate-config` when installing to a software RAID device, so the standard installation procedure should be unaffected. If you have custom configs relying on mdraid, ensure that you use `stateVersion` correctly or set `boot.swraid.enable` manually.