Commit Graph

221355 Commits

Author SHA1 Message Date
Maximilian Bosch 3b15c63d19
Merge pull request #84931 from ngerstle/update-minikube
minikube: 1.8.1 -> 1.9.2
2020-04-11 18:35:07 +02:00
Gabriel Gonzalez 9f2dd99705 Upate `buildDhallPackage` to use default version of Dhall
Now that the default version is sufficiently new we don't need to
pin the Dhall version any longer in `buildDhallPackage`
2020-04-11 09:07:58 -07:00
Niklas Hambüchen fd6ee37def gitAndTools.git-bug: 0.6.0 -> 0.7.0 2020-04-11 18:04:02 +02:00
Benjamin Hipple 35e4f8edd2
Merge pull request #85002 from iblech/patch-tikzit2.1.5
tikzit: 2.1.4 -> 2.1.5
2020-04-11 12:03:35 -04:00
Doron Behar 52e8594d73 nerdfonts: update.sh: use releases api to generate shas 2020-04-11 19:02:56 +03:00
Benjamin Hipple 7b1f4dc454
Merge pull request #84880 from pmiddend/fcppt-to-3.5.0
fcppt: 3.2.2 -> 3.5.0
2020-04-11 11:55:09 -04:00
Symphorien Gibol c8c3181845 hdapsgl: 0.5.0 -> 0.7.0
We now package a fork on github because:
* gentoo does it
* the fork is owned by the same organisation as the one we take hdapsd
from.
2020-04-11 17:37:06 +02:00
Dmitry Kalinkin 5c72e84169
pythonPackages.awkward1: use pytestCheckHook 2020-04-11 11:31:41 -04:00
Dmitry Kalinkin ab1c67eacd
pythonPackages.awkward1: 0.1.38 -> 0.2.12 2020-04-11 11:31:37 -04:00
Ingo Blechschmidt 1a2d79fb78 tikzit: 2.1.4 -> 2.1.5 2020-04-11 17:22:02 +02:00
Peter Hoeg a7bd722ec8
Merge pull request #84984 from r-ryantm/auto-update/strawberry
strawberry: 0.6.8 -> 0.6.9
2020-04-11 23:18:07 +08:00
Peter Hoeg b5ec6ade60
Merge pull request #84964 from r-ryantm/auto-update/python3.7-snapcast
python37Packages.snapcast: 2.0.10 -> 2.1.0
2020-04-11 23:16:30 +08:00
R. RyanTM debc530a7b uftp: 4.10.1 -> 4.10.2 2020-04-11 14:12:18 +00:00
Domen Kožar ce419005bb
Merge pull request #84990 from sorki/spring
spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac
2020-04-11 14:58:35 +02:00
Maximilian Bosch ef1e4f8064
Merge pull request #84810 from kuznero/master
jetbrains: update
2020-04-11 14:55:30 +02:00
Mario Rodas 4d9a8ae2e7
Merge pull request #84962 from marsam/update-bazel-buildtools
bazel-buildtools: 1.0.0 -> 2.2.1
2020-04-11 07:53:37 -05:00
Maximilian Bosch d7e011c864
Merge pull request #82507 from FRidh/hydra
hydra: wrap executables with hydra env vars
Closes #84977
2020-04-11 14:49:58 +02:00
Nikolay Korotkiy 9980389161
gpxsee: 7.27 -> 7.28 2020-04-11 15:38:42 +03:00
Frederik Rietdijk f8c6921e97
hydra: wrap executables with hydra env vars
We already set the relevant env vars in the systemd services. That does
not help one when executing any of the executables outside a service,
e.g. when creating a new user.
2020-04-11 14:36:42 +02:00
Maximilian Bosch c9504b0b68
Merge pull request #84940 from symphorien/rouncube-spell
roundcube: use pspell for spellchecking
2020-04-11 14:33:43 +02:00
Jaakko Luttinen 93ea5b0d0d
liblinphone: fix missing vcard_grammar
Fixes #84488
2020-04-11 15:32:39 +03:00
Richard Marko 9b8ee09a7c spring: add sorki to maintainers 2020-04-11 14:27:47 +02:00
Richard Marko bd20b4d4c7 spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac 2020-04-11 14:27:47 +02:00
talyz d85bf2f5b7
php.extensions.pdo_mysql: Set default socket location
Set the default socket location to match the one used by the MySQL
module, so PHP programs using pdo_mysql don't have to specify this
themselves.
2020-04-11 14:27:06 +02:00
Maximilian Bosch 43020a8692
Merge pull request #84986 from r-ryantm/auto-update/strace
strace: 5.5 -> 5.6
2020-04-11 14:07:02 +02:00
Symphorien Gibol 25e5a37c97 libinsane: 1.0.3 -> 1.0.4
changelog: https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/blob/1.0.4/ChangeLog
2020-04-11 12:00:00 +00:00
R. RyanTM e304f9d69b strace: 5.5 -> 5.6 2020-04-11 11:42:08 +00:00
R. RyanTM 03e18abf05 strawberry: 0.6.8 -> 0.6.9 2020-04-11 11:22:04 +00:00
Danielle Lancashire 064268831b
nomad: 0.10.5 -> 0.11.0
This commit migrates the Nomad package from the 0.10.x line of releases
to 0.11.X.

This allows us to also bump the version of Go that is used to 1.14.x.
NOTE: 1.14.x will be needed for the rest of the 0.11.x releases as Nomad
only bumps patch versions of Go within a release series.

CHANGELOG:

FEATURES:

    Container Storage Interface [beta]: Nomad has expanded support
    of stateful workloads through support for CSI plugins.
    Exec UI: an in-browser terminal for connecting to running allocations.
    Audit Logging (Enterprise): Audit logging support for Nomad
    Enterprise.
    Scaling APIs: new scaling policy API and job scaling APIs to support external autoscalers
    Task Dependencies: introduces lifecycle stanza with prestart and sidecar hooks for tasks within a task group

BACKWARDS INCOMPATIBILITIES:

    driver/rkt: The Rkt driver is no longer packaged with Nomad and is instead
    distributed separately as a driver plugin. Further, the Rkt driver codebase
    is now in a separate
    repository.

IMPROVEMENTS:

    core: Optimized streaming RPCs made between Nomad agents [GH-7044]
    build: Updated to Go 1.14.1 [GH-7431]
    consul: Added support for configuring enable_tag_override on service stanzas. [GH-2057]
    client: Updated consul-template library to v0.24.1 - added support for working with consul connect. Deprecated vault_grace [GH-7170]
    driver/exec: Added no_pivot_root option for ramdisk use [GH-7149]
    jobspec: Added task environment interpolation to volume_mount [GH-7364]
    jobspec: Added support for a per-task restart policy [GH-7288]
    server: Added minimum quorum check to Autopilot with minQuorum option [GH-7171]
    connect: Added support for specifying Envoy expose path configurations [GH-7323] [GH-7396]
    connect: Added support for using Connect with TLS enabled Consul agents [GH-7602]

BUG FIXES:

    core: Fixed a bug where group network mode changes were not honored [GH-7414]
    core: Optimized and fixed few bugs in underlying RPC handling [GH-7044] [GH-7045]
    api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [GH-7207]
    api: Fixed a bug where calling the node GC or GcAlloc endpoints resulted in an error EOF return on successful requests [GH-5970]
    api: Fixed a bug where /client/allocations/... (e.g. allocation stats) requests may hang in special cases after a leader election [GH-7370]
    cli: Fixed a bug where nomad agent -dev fails on Windows [GH-7534]
    cli: Fixed a panic when displaying device plugins without stats [GH-7231]
    cli: Fixed a bug where alloc exec command in TLS environments may fail [GH-7274]
    client: Fixed a panic when running in Debian with /etc/debian_version is empty [GH-7350]
    client: Fixed a bug affecting network detection in environments that mimic the EC2 Metadata API [GH-7509]
    client: Fixed a bug where a multi-task allocation maybe considered healthy despite a task restarting [GH-7383]
    consul: Fixed a bug where modified Consul service definitions would not be updated [GH-6459]
    connect: Fixed a bug where Connect enabled allocation would not stop after promotion [GH-7540]
    connect: Fixed a bug where restarting a client would prevent Connect enabled allocations from cleaning up properly [GH-7643]
    driver/docker: Fixed handling of seccomp security_opts option [GH-7554]
    driver/docker: Fixed a bug causing docker containers to use swap memory unexpectedly [GH-7550]
    scheduler: Fixed a bug where changes to task group shutdown_delay were not persisted or displayed in plan output [GH-7618]
    ui: Fixed handling of multi-byte unicode characters in allocation log view [GH-7470] [GH-7551]
2020-04-11 12:52:09 +02:00
worldofpeace afd2e244c4 rl-2003: qa touchups
Fixes https://github.com/NixOS/nixpkgs/issues/82777

(cherry picked from commit 7c9f30befaa5360a9c3d7d566fdf1922f84ee6c5)
2020-04-11 12:13:47 +02:00
Florian Klink 3bc5c8bb5c nixos/release-notes/rl-2003.xml: add highlights
Fixes #79180.

(cherry picked from commit ec11fd21637535d87cdbac95c8caa095a73674ef)
2020-04-11 12:13:45 +02:00
Jan Tojnar dd0c85d546
Merge pull request #84969 from kisik21/mako-svg-icons
mako: wrap with wrapGAppsHook
2020-04-11 12:01:45 +02:00
Maximilian Bosch 9cddcac995
nixos/release-notes: fix minor spelling mistake in the Nextcloud section
As discovered by flokli.
2020-04-11 10:36:08 +02:00
Maximilian Bosch 529465d171
Merge pull request #84078 from petersjt014/master
catcli: init at 0.5.13
2020-04-11 10:29:10 +02:00
Dennis Gosnell 32b6f52d99
Merge pull request #84974 from marsam/fix-shellcheck
shellcheck: fix build
2020-04-11 16:43:32 +09:00
Josh Peters aa84e476da catcli: init at 0.5.13 2020-04-11 02:22:47 -05:00
Philipp Middendorf 2a9866fc2c fcppt: 3.2.2 -> 3.5.0 2020-04-11 08:50:48 +02:00
Philipp Middendorf 7af039befe metal: init at 2.1.1 2020-04-11 08:50:48 +02:00
Max Zerzouri ab65cb50c8 polyphone: init at 2.2.0 2020-04-11 17:33:45 +12:00
Max Zerzouri 3171ef600b maintainers: add maxdamantus 2020-04-11 17:32:53 +12:00
Mario Rodas c4ff843ed1
shellcheck: fix build
shellcheck no longer auto builds its manpage[1]

[1] 2c026f1ec7
2020-04-11 00:00:00 -05:00
R. RyanTM b6dafe8a21 python27Packages.shodan: 1.22.0 -> 1.23.0 2020-04-11 03:26:07 +00:00
Vika a9df1dcd91
maintainer-list.nix: updated my GPG key. New fp: B3C0 DA1A C18B 82E8 CA8B B1D1 4F62 CD07 CE64 796A 2020-04-11 06:15:16 +03:00
Frank Doepper 0af01aa8d1 pingus: move cmake to nativeBuildInputs 2020-04-11 05:14:49 +02:00
Linus Heckemann 156ee198b2
freerdp: 2.0.0-rc4 -> 2.0.0 (#84885)
* freerdp: 2.0.0-rc4 -> 2.0.0

* freerdp: add Xtst for input in shadow server, libxslt for manpages

* freerdp: nits
2020-04-11 11:03:03 +08:00
Vika c6eabc0033
mako: wrap with wrapGAppsHook
mako wasn't finding the librsvg library and its gdk-pixbuf loader, the
SVG icon support was broken for a long time.
2020-04-11 06:00:18 +03:00
worldofpeace 15d5a2adc1
Merge pull request #84849 from samueldr/fix/nextcloud-upgrade-wording
nextcloud: Review installation upgrade warning wording
2020-04-10 22:55:20 -04:00
R. RyanTM 35b071b465 python37Packages.snapcast: 2.0.10 -> 2.1.0 2020-04-11 02:18:42 +00:00
José Romildo Malaquias 1c2686af46
Merge pull request #84711 from romildo/upd.matcha-gtk-theme
matcha: 2020-04-03 -> 2020-04-08
2020-04-10 23:15:42 -03:00
Niklas Hambüchen f54a63920c
Merge pull request #84960 from nh2/issue-84391-nginx-as-root-changelog
release notes: Explain how to run nginx master as root
2020-04-11 03:33:25 +02:00