+6
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+6
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
···
+3
nixos/doc/manual/release-notes/rl-2205.section.md
+3
nixos/doc/manual/release-notes/rl-2205.section.md
···- `services.kubernetes.scheduler.{port,address}` now set `--secure-port` and `--bind-address` instead of `--port` and `--address`, since the former have been deprecated and are no longer functional in kubernetes>=1.23. Ensure that you are not relying on the insecure behaviour before upgrading.
···- `services.kubernetes.scheduler.{port,address}` now set `--secure-port` and `--bind-address` instead of `--port` and `--address`, since the former have been deprecated and are no longer functional in kubernetes>=1.23. Ensure that you are not relying on the insecure behaviour before upgrading.
+6
-35
nixos/modules/services/logging/klogd.nix
+6
-35
nixos/modules/services/logging/klogd.nix
···-defaultText = literalExpression ''versionOlder (getVersion config.boot.kernelPackages.kernel) "3.5"'';