You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/release-notes/rl-2505.section.md
+4
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@
29
29
It should generally be replaced with `rustPlatform.fetchCargoVendor`, but `rustPlatform.importCargoLock` may also be appropriate in some circumstances.
30
30
`rustPlatform.buildRustPackage` users must set `useFetchCargoVendor` to `true` and regenerate the `cargoHash`.
31
31
32
+
- The `nixos/modules/virtualisation/amazon-ec2-amis.nix` file is not supported anymore since 24.05. It will throw
33
+
and error starting 25.05 with instructions the following instructions:
34
+
The canonical source for NixOS AMIs is the AWS API. Please see https://nixos.org/download/#nixos-amazon or https://nixos.github.io/amis/ for instructions.
35
+
32
36
- NetBox was updated to `>= 4.2.0`. Have a look at the breaking changes
33
37
of the [4.1 release](https://github.com/netbox-community/netbox/releases/tag/v4.1.0)
34
38
and the [4.2 release](https://github.com/netbox-community/netbox/releases/tag/v4.2.0),
0 commit comments