-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
v28 | ||
v29 | ||
|
||
## Changes | ||
|
||
* Remove all Nix versions that are vulnerable to [CVE-2024-27297](https://www.cve.org/CVERecord?id=CVE-2024-27297). | ||
* Bump minor Nix versions: 2.18.2 -> 2.18.8, 2.19.3 -> 2.19.6, 2.20.5 -> 2.20.8, | ||
2.21.0 -> 2.21.4. | ||
|
||
* Bump minor Nix versions: 2.18.1 -> 2.18.2 | ||
* Add Nix versions: 2.22.3, 2.23.3, 2.24.9 | ||
|
||
* Add Nix versions: 2.20.5, 2.21.0 | ||
* Bump default Nix version: 2.21.0 -> 2.24.9 | ||
|
||
* Bump default Nix version: 2.19.3 -> 2.21.0 | ||
* Add support for `macos-14` (ARM64) runners, and remove support for deprecated | ||
runners. The supported runners are now `ubuntu-22.04`, `macos-13` and | ||
`macos-14`. Other runners might work, but are not tested by the | ||
`nix-quick-install-action` CI. |