about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
Commit message (Collapse)AuthorAge
* kubernetes: 1.10.5 -> 1.11.3Johan Thomsen2018-09-12
| | | | | | | | | Fixed minor issue where kube-addon manager complaints about /opt/namespace.yaml missing. Added release notes with reference to Kubernetes 1.11 release notes. closes #43882
* doc: Add release notes for top-level {build,host,target}Platform deprecationJohn Ericson2018-09-06
| | | | I forgot to do this in e51f736076548459f36a1250de4bf6867f880b66.
* Merge pull request #46148 from obsidiansystems/plain-system-hostJohn Ericson2018-09-06
|\ | | | | top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform
| * doc: Add changelog entry for new definition of `system` and `stdenv.system`John Ericson2018-09-06
| | | | | | | | See the previous commit for details.
* | nixos: Document option description changesaszlig2018-09-03
| | | | | | | | | | | | | | | | | | | | | | This adds a release notes entry to make users (and especially developers) aware so they no longer need to use </para><para> in option descriptions as this is now done automatically on every two consecutive newlines. More details can be found in the commit message of f865d0feabfafbb30a9e. Signed-off-by: aszlig <aszlig@nix.build>
* | release-notes: Adds 19.03 — KoiSamuel Dionne-Riel2018-09-02
|/
* xserver.displayManager: change defaultlassulus2018-08-31
| | | | | | | | Switch from slim to lightdm as the display-manager. If plasma5 is used as desktop-manager use sdddm. If gnome3 is used as desktop-manager use gdm. Based on #12516
* nixos docs: add release notes for nix 2.0 requiremnt bumpGraham Christensen2018-08-30
|
* Merge pull request #44990 from Ma27/reload-user-units-during-activationJörg Thalheim2018-08-27
|\ | | | | nixos/switch-to-configuration: reload user units
| * nixos/switch-to-configuration: reload user unitsMaximilian Bosch2018-08-14
| | | | | | | | | | | | | | | | | | | | | | When rebuilding you have to manually run `systemctl --user daemon-reload`. It gathers all authenticated users using `loginctl list-user` and runs `daemon-reload` for each of them. This is a first step towards a `nixos-rebuild` which is able to reload user units from systemd. The entire task is fairly hard, however I consider this patch usable as it allows to restart units without running `daemon-reload` for each authenticated user.
* | elasticsearch-curator: add note to the NixOS release notesBas van Dijk2018-08-25
| |
* | Merge branch 'master' into es6Bas van Dijk2018-08-23
|\ \
| * | lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch2018-08-15
| |/
| * doc: document luksroot.nix changes in release notesJan Malakhovski2018-08-08
| |
| * cassandra: rewrote service from scratchThomas Bach2018-08-07
| | | | | | | | | | Adds a replacement for the previously broken `services.database.cassandra` with tests for a multi-node setup.
| * nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * Revert "nixos/manual: add release note entry for FoundationDB"Austin Seipp2018-08-05
| | | | | | | | This reverts commit be1124a5377e0fa328d2b1a20ecf5f935037d8f6.
| * nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * nixos/doc: add the new strongswan-swanctl service to the 18.09 release notesBas van Dijk2018-08-03
| |
* | nixos/doc: mention the ELK changes in the 18.09 release notesBas van Dijk2018-08-03
|/
* nixos/manual: added missing xml tagsAndreas Rammhold2018-08-01
|
* nixos/nix-daemon: default `nix.useSandbox` to `true`.Andreas Rammhold2018-07-29
|
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* skarnet software: rename attributes and split outputsProfpatsch2018-07-25
| | | | | | Change the attribute names of camelCased utils to kebab-case to improve consistency. Split every package into multiple outputs where possible.
* firejail: add nixos modulePeter Hoeg2018-07-14
| | | | Also add support for wrapping binaries with firejail.
* dockerTools.buildImage: add option to use nix output hash as tagMathias Schreck2018-07-06
|
* hostapd: use WPA2 instead of WPA1 by defaultMikhail Klementev2018-06-30
|
* nixos/screen: add `pkgs.screen` to the system closureMaximilian Bosch2018-06-23
|
* nixos/kubernetes: dashboard lockdownJohan Thomsen2018-06-19
| | | | | | | | | | Kubernetes dashboard currently has cluster admin permissions, which is not recommended. - Renamed option "services.kubernetes.addons.dashboard.enableRBAC" to "services.kubernetes.addons.dashboard.rbac.enable" - Added option "services.kubernetes.addons.dashboard.rbac.clusterAdmin", default = false. - Setting recommended minimal permissions for the dashboard in accordance with https://github.com/kubernetes/dashboard/wiki/Installation - Updated release note for 18.09.
* nixos/kubernetes: improvementsJohan Thomsen2018-06-12
| | | | | | | | | | | | | | | - Added option 'cni.configDir' to allow for having CNI config outside of nix-store Existing behavior (writing verbatim CNI conf-files to nix-store) is still available. - Removed unused option 'apiserver.publicAddress' and changed 'apiserver.address' to 'bindAddress' This conforms better to k8s docs and removes existing --bind-address hardcoding to 0.0.0.0 - Fixed c/p mistake in apiserver systemd unit description - Updated 18.09 release notes to reflect changes to existing options And fixed some typos from previous PR - Make docker images for Kubernetes Dashboard and kube-dns configurable
* Merge branch 'master' into nixos-evaluateMatthew Justin Bauer2018-06-10
|\
| * nixos/munge: run munge as user munge instead of root. (#41509)markuskowa2018-06-09
| | | | | | | | | | * Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
| * Revert "Merge pull request #38263 from lopsided98/grub-initrd-secrets"Joachim Fasting2018-06-07
| | | | | | | | | | | | | | This reverts commit c06d7950f1b97abf510bc70bd2a2b0445e8d36f2, reversing changes made to 4c25fbe338212f498a34d2a9b4c2072ac96c0e31. See https://github.com/NixOS/nixpkgs/issues/41608
| * Merge pull request #38263 from lopsided98/grub-initrd-secretsJoachim F2018-06-06
| |\ | | | | | | grub: support initrd secrets
| | * nixos/grub: support initrd secretsBen Wolsieffer2018-05-07
| | |
| * | nixos/doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | With visual inspection that nothing got worse.
| * | Kubernetes:Johan Thomsen2018-05-26
| | | | | | | | | | | | | | | | | | - Added information regarding breaking changes to release note for 18.09 - Changed golang version comment in kubernetes package - Added @johanot to maintainers list
| * | Merge pull request #39536 from teto/iprouteMatthew Justin Bauer2018-05-15
| |\ \ | | | | | | | | [RDY] iproute: copy files in /etc
| | * | release notes: mention iproute2 moduleMatthieu Coudron2018-05-15
| | | |
| * | | nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
| | | |
| * | | googleearth: init at 7.1.8.3036Markus Hauck2018-05-11
| | | |
| * | | gnucash: add upgrade instructions to NixOS release notesEmmanuel Rosa2018-05-09
| |/ /
| * | NetworkManager: add noDns optionjD91mZM22018-05-08
| | |
| * | Merge pull request #39526 (improve dhparams)aszlig2018-05-08
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces an option that allows us to turn off stateful generation of Diffie-Hellman parameters, which in some way is still "stateful" as the generated DH params file is non-deterministic. However what we can avoid with this is to have an increased surface for failures during system startup, because generation of the parameters is done during build-time. Aside from adding a NixOS VM test it also restructures the type of the security.dhparams.params option, so that it's a submodule. A new defaultBitSize option is also there to allow users to set a system-wide default. I added a release notes entry that described what has changed and also included a few notes for module developers using this module, as the first usage already popped up in NixOS/nixpkgs#39507. Thanks to @Ekleog and @abbradar for reviewing.
| | * nixos: Add release notes about dhparams changesaszlig2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | This is not only to make users aware of the changes but also to give a heads up to developers which are using the module. Specifically if they rely on security.dhparams.path only. Signed-off-by: aszlig <aszlig@nix.build>
| * | rl-1809: add googleearthMatthew Justin Bauer2018-05-04
| | |
| * | dockerTools.pullImage: documentation and release noteAntoine Eiche2018-05-02
| | |
| * | Merge branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
| |\ \
| | * | nixos docs: format =)Graham Christensen2018-05-01
| | | |
| | * | Merge pull request #38351 from grahamc/user-channelsGraham Christensen2018-05-01
| | |\ \ | | | | | | | | | | Add user channels to the default nix path