summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
Commit message (Collapse)AuthorAge
...
| * | | Merge pull request #143147 from basvandijk/prometheus-reloadBas van Dijk2021-11-04
| |\ \ \ | | |_|/ | |/| | nixos/prometheus: optionally support reloading on config changes
| | * | module/prometheus: optionally support reloading on config changesBas van Dijk2021-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new option `services.prometheus.enableReload` has been introduced which, when enabled, causes the prometheus systemd service to reload when its config file changes. More specifically the following property holds: switching to a configuration (`switch-to-configuration`) that changes the prometheus configuration only finishes successully when prometheus has finished loading the new configuration. `enableReload` is `false` by default in which case the old semantics of restarting the prometheus systemd service are in effect.
* | | | Merge staging-next into staginggithub-actions[bot]2021-11-04
|\| | |
| * | | Merge pull request #135601 from stackshadow/code-server-binAaron Andersen2021-11-03
| |\ \ \ | | |_|/ | |/| | code-server: init code-server-module
| | * | code-server: ✨ init code-server-moduleMartin2021-11-01
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-11-03
|\| | |
| * | | release-notes: add LXD supportMaciej Krüger2021-11-03
| | | |
* | | | Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2021-11-03
|\| | |
| * | | Merge pull request #143705 from felschr/ddclient-password-fileAaron Andersen2021-11-02
| |\ \ \ | | |_|/ | |/| | nixos/ddclient: replace password with passwordFile option
| | * | nixos/ddclient: replace password with passwordFile optionFelix Tenley2021-10-30
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-11-02
|\| | |
| * | | dokuwiki: add release noteshappysalada2021-11-02
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-11-02
|\| | |
| * | | Merge master into staging-nextgithub-actions[bot]2021-11-02
| |\ \ \
| | * | | nixos/rl-2111: Document smokeping service updatesNiklas Hambüchen2021-11-01
| | | |/ | | |/|
* | | | Merge staging-next into staginggithub-actions[bot]2021-11-01
|\| | |
| * | | Merge master into staging-nextgithub-actions[bot]2021-11-01
| |\| |
| | * | Merge pull request #142743 from symphorien/ihm-5-dev-2Guillaume Girol2021-10-31
| | |\ \ | | | | | | | | | | python3.pkgs.ihatemoney: 4.2 -> 5.1.1
| | | * | python3.pkgs.ihatemoney: add release notesGuillaume Girol2021-10-28
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-10-31
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-10-31
| |\| | |
| | * | | nixos/rl-2111: add new service: rasdaemonEvils2021-10-30
| | | |/ | | |/|
* | | | Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2021-10-28
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: nixos/doc/manual/from_md/release-notes/rl-2111.section.xml nixos/doc/manual/release-notes/rl-2111.section.md
| * | | Merge master into staging-nextgithub-actions[bot]2021-10-28
| |\| |
| | * | rl-2111: Note the addition of virtualisation.useNixStoreImage...talyz2021-10-28
| | | | | | | | | | | | | | | | ...and rename of virtualisation.pathsInNixDB.
| * | | Merge master into staging-nextgithub-actions[bot]2021-10-27
| |\| |
| | * | Merge pull request #142800 from Ma27/drop-nextcloud-20Maximilian Bosch2021-10-27
| | |\ \ | | | | | | | | | | nextcloud20: drop
| | | * | nextcloud20: dropMaximilian Bosch2021-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version 20 of Nextcloud will be EOLed by the end of this month[1]. Since the recommended default (that didn't raise an eval-warning) on 21.05 was Nextcloud 21, this shouldn't affect too many people. In order to ensure that nobody does a (not working) upgrade across several major-versions of Nextcloud, I replaced the derivation of `nextcloud20` with a `throw` that provides instructions how to proceed. The only case that I consider "risky" is a setup upgraded from 21.05 (or older) with a `system.stateVersion` <21.11 and with `services.nextcloud.package` not explicitly declared in its config. To avoid that, I also left the `else-if` for `stateVersion < 21.03` which now sets `services.nextcloud.package` to `pkgs.nextcloud20` and thus leads to an eval-error. This condition can be removed as soon as 21.05 is EOL because then it's safe to assume that only 21.11. is used as stable release where no Nextcloud <=20 exists that can lead to such an issue. It can't be removed earlier because then every `system.stateVersion < 21.11` would lead to `nextcloud21` which is a problem if `nextcloud19` is still used. [1] https://docs.nextcloud.com/server/20/admin_manual/release_schedule.html
* | | | | Merge staging-next into staginggithub-actions[bot]2021-10-26
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-10-26
| |\| | |
| | * | | Merge pull request #119719 from greizgh/seafileSandro2021-10-26
| | |\ \ \
| | | * | | nixos/seafile: init serviceGreizgh2021-10-23
| | | | | |
* | | | | | Merge pull request #141918 from sternenseemann/remove-fluidsynth-1Sandro2021-10-26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fluidsynth_1: remove at 1.1.11sternenseemann2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * FluidSynth 1.1.11 was kept around as a dependency of some packages that hadn't yet adjusted to API breakages. All of these packages now use FluidSynth 2.x, so fluidsynth_1 can be removed. It has been broken ever since glib was updated to 2.70 and was affected by an unpatched CVE. * Refactor expression a bit, use pname instead of name. * Add changelog entry in case someone was using this downstream (accidentally?). Fixes #141508. Fixes #124624.
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-10-26
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | nixos/doc: add jibri to release notesCleeyv2021-10-25
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-10-26
|\| | | | |
| * | | | | nixos/release-notes: fix 21.11 release nameJonathan Ringer2021-10-25
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-10-25
|\| | | | |
| * | | | | nixos/peertube:add release notesIzorkin2021-10-25
| | |_|/ / | |/| | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-10-24
|\| | | | | |/ / / |/| | |
| * | | release-notes: Include note on Cawbird API key changeTrolli Schmittlauch2021-10-24
| |/ / | | | | | | | | | follow up to #140412
* | | Merge master into staging-nextgithub-actions[bot]2021-10-23
|\| |
| * | nixos/mosquitto: rewrite the modulepennae2021-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mosquitto needs a lot of attention concerning its config because it doesn't parse it very well, often ignoring trailing parts of lines, duplicated config keys, or just looking back way further in the file to associated config keys with previously defined items than might be expected. this replaces the mosquitto module completely. we now have a hierarchical config that flattens out to the mosquitto format (hopefully) without introducing spooky action at a distance.
* | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-10-22
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/jupyter-client/default.nix pkgs/development/python-modules/jupyterlab-git/default.nix
| * | coursier: Rename binary to csJakub Kozłowski2021-10-21
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-10-20
|\| |
| * | helmfile: 0.140.1 -> 0.141.0Eric Bailey2021-10-20
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2021-10-19
|\| |
| * | nixos/doc/manual/release_notes: add virtualisation.libvirtd changesThiago Kenji Okada2021-10-18
| | |