summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
Commit message (Collapse)AuthorAge
* nixos/gnupg: add agent.settings optionBenjamin Lee2023-10-05
|
* Merge master into staging-nextgithub-actions[bot]2023-09-27
|\
| * nixos/tuxedo-rs: init at 0.2.2Marc Jakobi2023-09-26
| |
* | Merge master into staging-nextgithub-actions[bot]2023-09-26
|\|
| * Merge pull request #255033 from AleXoundOS/castopodAlexander Bantyev2023-09-26
| |\ | | | | | | castopod: init at 1.6.4
| | * nixos/castopod: initmisuzu2023-09-25
| | |
* | | Merge master into staging-nextgithub-actions[bot]2023-09-25
|\| |
| * | Merge pull request #256628 from alyssais/nix-prefetch-git-configPol Dellaiera2023-09-25
| |\ \ | | | | | | | | nix-prefetch-git: ignore global and user git config
| | * | nix-prefetch-git: ignore global and user git configAlyssa Ross2023-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nix-prefetch-git is either run as part of a build, usually sandboxed, or outside a build, unsandboxed, to prefetch something that will later be used in a build. It's important that the latter use produces hashes that can be reproduced by the former. One way that they can differ is if the user's git config does something that changes the result of git clone. I ran into this, because my global git config automatically enables git-lfs, whereas nix-prefetch-git otherwise only uses git-lfs if specifically requested. This led to very confusing hash mismatches.
| * | | Revert "nixos/boot/rasbperrypi: add support for boot.initrd.secret with ↵Yureka2023-09-25
| | | | | | | | | | | | | | | | | | | | uboot (#240358)" (#257251) This reverts commit 94e939985b7730fd74b1c2e03292661734b490f0.
* | | | Merge master into staging-nextgithub-actions[bot]2023-09-25
|\| | |
| * | | Merge pull request #256945 from LeSuisse/mattermost-8.1.2Thiago Kenji Okada2023-09-25
| |\ \ \ | | | | | | | | | | mattermost: 7.10.5 -> 8.1.2
| | * | | mattermost: 7.10.5 -> 8.1.2Thomas Gerbet2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes MMSA-2023-00224, MMSA-2023-00230, MMSA-2023-00222, MMSA-2023-00223, MMSA-2023-00217, MMSA-2023-00210, MMSA-2023-00234, MMSA-2023-00232 and MMSA-2023-00239. Mattermost 7.10.x is EOL, this contribution moves to the 8.1.x branch which is the new ESR. Changelog can be found here: https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-0-major-release https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
| * | | | Merge pull request #254309 from pbsds/flit-pruneFrederik Rietdijk2023-09-25
| |\ \ \ \ | | |_|_|/ | |/| | | python3Packages.flitBuildHook: remove
| | * | | python3Packages.flitBuildHook: removePeder Bergebakken Sundt2023-09-22
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2023-09-24
|\| | | |
| * | | | mtr-exporter: support specifying multiple jobsJakub Sokołowski2023-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ability has been added in `0.3.0` release: https://github.com/mgumz/mtr-exporter/releases/tag/0.3.0 https://github.com/NixOS/nixpkgs/pull/252667 To achieve this a config is generated and symlinked at `/etc/mtr-exporter.conf`. Signed-off-by: Jakub Sokołowski <jakub@status.im>
* | | | | Merge master into staging-nextgithub-actions[bot]2023-09-24
|\| | | |
| * | | | rome: removeFelix Schröter2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | rome is no longer maintained. A fork called biome is available in nixpkgs.
| * | | | Merge pull request #81460 from vcunat/p/knot-nixConfigMartin Weinelt2023-09-23
| |\ \ \ \ | | |_|/ / | |/| | | nixos/knot: allow full configuration by nix values
| | * | | nixos/knot: add release notes and partial compatibilityVladimír Čunát2023-09-23
| | |/ /
* | | | Merge master into staging-nextgithub-actions[bot]2023-09-23
|\| | |
| * | | Merge pull request #246173 from bb2020/mbpfanAaron Andersen2023-09-23
| |\ \ \ | | | | | | | | | | nixos/mbpfan: adjust defaults
| | * | | nixos/mbpfan: adjust defaultsbb20202023-09-20
| | | |/ | | |/|
| * | | Merge pull request #256491 from mkg20001/mkg/sudo-rs-resolveMaciej Krüger2023-09-23
| |\ \ \ | | | | | | | | | | nixos/{sudo,-rs}: revert sudo-rs, make own module
| | * | | release-notes: adjust to sudo-rs moduleMaciej Krüger2023-09-22
| | | |/ | | |/| | | | | | | | | As it's now called sudo-rs and also remove breaking changes for sudo
| * / | nixos/boot/rasbperrypi: add support for boot.initrd.secret with uboot (#240358)digital2023-09-23
| |/ / | | | | | | Co-authored-by: digital <didev@dinid.net>
* | | Merge master into staging-nextgithub-actions[bot]2023-09-21
|\| |
| * | release-notes: mention networking.networkmanager.firewallBackendMaciej Krüger2023-09-21
| |/ | | | | | | | | | | Co-authored-by: Florian Klink <flokli@flokli.de> Co-authored-by: Lin Jian <me@linj.tech>
* | Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel2023-09-20
|\|
| * Merge pull request #253876 from nbraud/nixos/sudo-rsMaciej Krüger2023-09-20
| |\
| | * nixos/{sudo, terminfo}: Adjust defaults for compatibility with `sudo-rs`nicoo2023-09-18
| | |
| | * nixos/sudo: Make the default rules' options configurablenicoo2023-09-18
| | |
| | * nixos/sudo: Handle `root`'s default rule through `extraRules`nicoo2023-09-18
| | | | | | | | | | | | | | | | | | This makes things more uniform, and simplifies compatibility with sudo-rs. Moreover, users can not inject rules before this if they need to.
| | * nixos/terminfo: Add config option not to add extra sudo confignicoo2023-09-18
| | | | | | | | | | | | This will be necessary for compatibility with `sudo-rs`.
* | | Merge master into staging-nextgithub-actions[bot]2023-09-18
|\| |
| * | nixos/rl-2311: fix option references for synapse workersMaximilian Bosch2023-09-18
| | |
| * | nixos/synapse: add options to configure workersSophie Tauchert2023-09-18
| | |
* | | Merge master into staging-nextgithub-actions[bot]2023-09-17
|\| |
| * | nixos/frp: initzaldnoay2023-09-17
| |/
* | Merge pull request #246515 from ncfavier/jqNaïm Favier2023-09-16
|\ \ | | | | | | jq: 1.6 -> 1.7
| * | jq: add a release noteArtturin2023-09-16
| | |
* | | Merge staging-next into staginggithub-actions[bot]2023-09-16
|\ \ \ | | |/ | |/|
| * | nixos/swraid: only warn if swraid was explicitly enabled (#255426)Christian Theune2023-09-16
| | | | | | | | | | | | | | | | | | | | | The default just recently changed in 23.11. Users that had swraid enabled implicitly by NixOS in previous releases got surprised by warnings even though they do not actually use software RAID. Fixes #254807
* | | Merge staging-next into staginggithub-actions[bot]2023-09-16
|\| |
| * | pash: removemdarocha2023-09-16
| | | | | | | | | | | | The package is old and fully replaced by PowerShell
* | | Merge remote-tracking branch 'origin/staging-next' into stagingAlyssa Ross2023-09-14
|\| | | | | | | | | | | | | | Conflicts: pkgs/applications/radio/soapysdr/default.nix
| * | Merge pull request #252283 from flokli/fcc-unlock-extraRyan Lahfa2023-09-13
| |\ \
| | * | nixos/modemmanager: remove enableBundledFccUnlockScripts optionFlorian Klink2023-09-12
| | | | | | | | | | | | | | | | | | | | This removes the networking.networkmanager.enableBundledFccUnlockScripts option, and updates the release notes.
| | * | nixos/modemmanager: enableFccUnlock -> enableBundledFccUnlockScriptsFlorian Klink2023-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #155414 introduced an option to support enabling the FCC unlock scripts that ModemManager provides, but since 1.18.4 doesn't execute anymore. However, this option is specifically only about the unlock scripts provided with ModemManager so far. Rename the option to make this more obvious.