summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-10-17 23:01:15 +0200
committerAnthony Roussel <anthony@roussel.dev>2023-10-22 22:04:09 +0200
commitccf080ee055c620c6adc451c1b1b29a71ec0722a (patch)
treeb1dc68056dd50392649fd3ea8074911ad04f3f47 /nixos/doc/manual
parente80f82aa1edc853339ae889568cfa430808b0dfe (diff)
downloadnixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.tar
nixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.tar.gz
nixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.tar.bz2
nixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.tar.lz
nixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.tar.xz
nixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.tar.zst
nixpkgs-ccf080ee055c620c6adc451c1b1b29a71ec0722a.zip
amazon-ssm-agent: rename from ssm-agent
Diffstat (limited to 'nixos/doc/manual')
-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 9e2afe5fd20..b7b1a71c90d 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -325,6 +325,8 @@
 
 - `ps3netsrv` has been replaced with the webman-mod fork, the executable has been renamed from `ps3netsrv++` to `ps3netsrv` and cli parameters have changed.
 
+- `ssm-agent` package and module were renamed to `amazon-ssm-agent` to be consistent with the upstream package name.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.