Commit graph

390124 commits

Author SHA1 Message Date
Sandro 24768a1235
Merge pull request #179880 from XYenon/fix/topgrade 2022-07-05 14:18:41 +02:00
github-actions[bot] 14ba82064f
Merge staging-next into staging 2022-07-05 12:02:49 +00:00
github-actions[bot] 0c17a445aa
Merge master into staging-next 2022-07-05 12:02:09 +00:00
Kevin Cox 568d2e77f4
nixos.redis: Fix disabling of RDB persistence.
I was under the impression that setting `services.redis.servers.<name>.save = []` would disable RDB persistence as no schedule would mean no persistence. However since the code did not handle this case specially it actually results in no `save` setting being written and the internal Redis default is used.

This patch handles the empty case to disable RDB persistence.

Disabling RDB persistence is useful in a number of scenarios:

1. Using Redis in a pure-cache mode where persistence is not desired.
2. When using the (generally superior) AOF persistence mode this file is never read so there is little point to writing it.
3. When saving is handled manually

For more information see https://redis.io/docs/manual/persistence/

This is a breaking change as the user may have been relying on `[]` using Redis defaults. However I believe that updating the behaviour for the next release is beneficial as IMHO it is less surprising and does what the user would expect. I have added release notes to warn about this change.
2022-07-05 07:37:38 -04:00
Sergei Trofimovich 7b4e8ea4a3
Merge pull request #179945 from trofi/update-lsof
lsof: 4.94.0 -> 4.95.0
2022-07-05 12:33:23 +01:00
Sergei Trofimovich a92cae9fa5
Merge pull request #180194 from wegank/a52dec-darwin
a52dec: fix build on aarch64-darwin
2022-07-05 12:32:15 +01:00
Robert Hensing 71a4f0dc3d
Merge pull request #180152 from helsinki-systems/feat/oldestsupportedrelease
lib/trivial: Update oldestSupportedRelease
2022-07-05 13:27:58 +02:00
Fabian Affolter acffa71cd1
Merge pull request #180161 from totoroot/fix/pywinrm
pywinrm: remove optional insecure dependency (kerberos)
2022-07-05 13:10:06 +02:00
Maximilian Bosch 24b6540f33
Merge pull request #180020 from Ma27/synapse-admin-src
synapse-admin: source build
2022-07-05 13:03:14 +02:00
Maximilian Bosch 210deb57ac
Merge pull request #180092 from Ma27/linux-kernel-updates
Linux kernel updates 2022-07-04
2022-07-05 13:02:58 +02:00
Maximilian Bosch 67c091bf68
Merge pull request #180157 from lheckemann/rip
maintainers: remove elseym
2022-07-05 13:02:39 +02:00
Fabian Affolter f3c4f804a0
Merge pull request #180205 from r-ryantm/auto-update/python3.10-typer
python310Packages.typer: 0.4.1 -> 0.4.2
2022-07-05 12:57:00 +02:00
Fabian Affolter 4ab86e09a7
Merge pull request #180208 from 06kellyjac/chain-bench
chain-bench: 0.0.3 -> 0.1.0
2022-07-05 12:56:30 +02:00
zowoq 8b0bc7ce83 slirp4netns: set strictDeps 2022-07-05 20:23:19 +10:00
zowoq fb8e8ac918 fuse-overlayfs: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
zowoq 8de4ffe811 crun: set strictDeps 2022-07-05 20:23:19 +10:00
zowoq b71ee18bfd conmon: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
zowoq 58aad4ee03 catatonit: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
maxine [they] 65753e14a3
Merge pull request #180200 from r-ryantm/auto-update/gnome.polari 2022-07-05 12:13:42 +02:00
maxine [they] 1cb8e9928e
Merge pull request #180199 from r-ryantm/auto-update/gnome.mutter 2022-07-05 12:13:29 +02:00
maxine [they] 64f1c98cbc
Merge pull request #180196 from r-ryantm/auto-update/gnome.gnome-shell-extensions 2022-07-05 12:13:18 +02:00
maxine [they] 5c9a900f82
Merge pull request #180195 from r-ryantm/auto-update/gnome.gnome-shell 2022-07-05 12:13:00 +02:00
Martin Weinelt 9082cc6ba0
Merge pull request #174219 from PhilippWoelfel/fix/nixos/calibre-web
nixos/calibre-web: Add quotes to test for calibre library
2022-07-05 12:07:47 +02:00
XYenon 01660583c0 topgrade: fix build on darwin 2022-07-05 17:57:26 +08:00
kilianar 369ab30030 syncthing: 1.20.2 -> 1.20.3
https://github.com/syncthing/syncthing/releases/tag/v1.20.3
2022-07-05 11:29:43 +02:00
Frederik Rietdijk fd92b92827 python3.pkgs.xarray: add missing packaging dependency
It's present during installation as it's propagated by the tools, but we
still need it at runtime.
2022-07-05 11:14:54 +02:00
Jörg Thalheim 826c20dcae
nixos/vault: add option to start in dev mode. (#180114)
* nixos/vault: add option to start in dev mode.

This is not only useful for nixos tests i.e. when testing vault agent
setups but also when playing around with vault in local setups. In our
tests we can now make use of this option to test more vault features.
i.e. adding this feature has uncovered the need for a `StateDirectory`.

* Update nixos/modules/services/security/vault.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>

Co-authored-by: Jonas Chevalier <zimbatm@zimbatm.com>
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-07-05 10:54:11 +02:00
Ilan Joselevich f5522fb775 nextcloud-client: 3.5.1 -> 3.5.2 2022-07-05 10:34:30 +02:00
Sarah Brofeldt 538bb1a472
Merge pull request #180184 from qowoz/k8s-override
kubectl: override kubernetes
2022-07-05 10:30:18 +02:00
06kellyjac 8fed4ee6bb chain-bench: 0.0.3 -> 0.1.0 2022-07-05 09:26:06 +01:00
Sandro ab18f8f301
Merge pull request #174434 from zhaofengli/weylus-sway
weylus: Add GST plugins to GST_PLUGIN_PATH, weylus: 0.11.4 -> unstable-2022-06-07
2022-07-05 09:54:29 +02:00
Weijia Wang a53c70b65d a52dec: fix build on aarch64-darwin 2022-07-05 09:01:15 +02:00
R. Ryantm 4dcf4a2319 python310Packages.typer: 0.4.1 -> 0.4.2 2022-07-05 06:34:17 +00:00
Fabian Affolter 6300cde545
Merge pull request #180142 from 06kellyjac/kubescape
kubescape: 2.0.158 -> 2.0.160
2022-07-05 08:21:14 +02:00
Fabian Affolter 57d642f2f6
Merge pull request #179957 from fabaff/aiopg-bump
python310Packages.aiopg: 1.3.3 -> 1.3.4
2022-07-05 08:18:13 +02:00
Fabian Affolter 8bccc003bb
Merge pull request #179995 from fabaff/wapiti3-fix
wapiti: remove condition for importlib-metadata
2022-07-05 08:17:51 +02:00
Fabian Affolter c9d1ef91e5
Merge pull request #179986 from fabaff/pyhumps-bump
python310Packages.pyhumps: 3.7.1 -> 3.7.2
2022-07-05 08:17:41 +02:00
Fabian Affolter da99f4350d
Merge pull request #179984 from fabaff/pysmt-bump
python310Packages.pysmt: 0.9.1.dev132 -> 0.9.5
2022-07-05 08:17:31 +02:00
Fabian Affolter 43d0f209c6
Merge pull request #180093 from fabaff/hahomematic-bump
python310Packages.hahomematic: 1.9.3 -> 1.9.4
2022-07-05 08:16:58 +02:00
Fabian Affolter 6ce6f74220
Merge pull request #180118 from fabaff/mcstatus-bump
python310Packages.mcstatus: 9.1.0 -> 9.2.0
2022-07-05 08:16:48 +02:00
Fabian Affolter eef991d6fe
Merge pull request #180140 from fabaff/phonenumbers-bump
python310Packages.phonenumbers: 8.12.49 -> 8.12.51
2022-07-05 08:16:10 +02:00
Fabian Affolter ce1a6a9fc9
Merge pull request #180137 from fabaff/dulwich-bump
python310Packages.dulwich: 0.20.43 -> 0.20.44, dvc: 2.10.2 -> 2.12.0
2022-07-05 08:11:20 +02:00
Fabian Affolter 94b9108e41
Merge pull request #180189 from r-ryantm/auto-update/python3.10-python-whois
python310Packages.python-whois: 0.7.3 -> 0.8.0
2022-07-05 08:07:52 +02:00
Fabian Affolter 6d1efeded6
Merge pull request #180119 from fabaff/python-whois-bump
python310Packages.python-whois: 0.7.3 -> 0.8.0
2022-07-05 08:07:11 +02:00
Fabian Affolter b695e7dd8b
Merge pull request #177772 from fabaff/irssi-bump
irssi: 1.2.3 -> 1.4.1
2022-07-05 08:06:14 +02:00
github-actions[bot] 4742aa3457
Merge staging-next into staging 2022-07-05 06:02:01 +00:00
github-actions[bot] c0b8d5d7b9
Merge master into staging-next 2022-07-05 06:01:19 +00:00
R. Ryantm 95325c1793 gnome.polari: 42.0 -> 42.1 2022-07-05 05:06:19 +00:00
R. Ryantm 95ffdc6b73 gnome.mutter: 42.2 -> 42.3 2022-07-05 04:54:36 +00:00
R. Ryantm 042db7e16c gnome.gnome-shell-extensions: 42.2 -> 42.3 2022-07-05 04:44:26 +00:00