about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-07-27 22:55:49 +0200
committerGitHub <noreply@github.com>2023-07-27 22:55:49 +0200
commit6a830314d4da9242e61a485f050d4fe6c4d1dba6 (patch)
tree27eab1a1e60d42e612c16a8ccd81af32421f018f /nixos/doc
parent2a145ad31d7b08796e4db2a3193cf6676da4aaf3 (diff)
parent14a23314a49f2d609a03d082a2274f6b6ec64172 (diff)
downloadnixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.tar
nixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.tar.gz
nixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.tar.bz2
nixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.tar.lz
nixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.tar.xz
nixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.tar.zst
nixlib-6a830314d4da9242e61a485f050d4fe6c4d1dba6.zip
Merge pull request #243947 from totoroot/update/cloud-sql-proxy-2.5.0
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 750ee6d157b3..e4e2c49859b3 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -96,6 +96,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.