Commit Graph

42158 Commits

Author SHA1 Message Date
Minijackson
beb4adad31
kodiPlugins.vfs-libarchive: 1.0.6 -> 1.0.7 2020-04-12 14:27:50 +02:00
Alexey Shmalko
5eca80f7eb
Merge pull request #82883 from ilya-fedin/update-kotatogram
kotatogram-desktop: 1.1.5 -> 1.2
2020-04-12 15:02:41 +03:00
Maximilian Bosch
81a6a80436
Merge pull request #85050 from r-ryantm/auto-update/waybar
waybar: 0.9.1 -> 0.9.2
2020-04-12 12:31:02 +02:00
Mario Rodas
537e891929
Merge pull request #84650 from Gerschtli/update/ts3
teamspeak_server: 3.11.0 -> 3.12.1
2020-04-12 04:18:32 -05:00
Mario Rodas
bba28099b2
Merge pull request #84942 from marsam/update-zeek
zeek: 3.0.3 -> 3.1.1
2020-04-12 03:39:54 -05:00
Maximilian Bosch
2d836ab922
feh: 3.3 -> 3.4
https://feh.finalrewind.org/archive/3.4/
2020-04-12 10:05:04 +02:00
R. RyanTM
f1d646b36f waybar: 0.9.1 -> 0.9.2 2020-04-12 04:00:43 +00:00
Mario Rodas
b445532528
Merge pull request #85035 from r-ryantm/auto-update/hugo
hugo: 0.68.3 -> 0.69.0
2020-04-11 21:07:21 -05:00
Michael Raskin
cfd7a08c57
Merge pull request #84991 from jluttine/liblinphone-fix-vcard
liblinphone: fix missing vcard_grammar
2020-04-12 00:22:24 +00:00
R. RyanTM
f4161cc59d hugo: 0.68.3 -> 0.69.0 2020-04-11 21:43:30 +00:00
Jörg Thalheim
ae4b71ecac
Merge pull request #85007 from nh2/git-bug-0.7.1
gitAndTools.git-bug: 0.6.0 -> 0.7.0
2020-04-11 21:40:05 +01:00
Rok Garbas
4f8ca442d7
Merge pull request #85014 from bcc32/patch-1
megacmd: 1.1.0 -> 1.2.0
2020-04-11 21:30:57 +02:00
Tobias Happ
fdb4439640 teamspeak_server: add updateScript 2020-04-11 20:53:33 +02:00
Mario Rodas
f5867d86fe
Merge pull request #84982 from endocrimes/nomad-0.11.x
nomad: 0.10.5 -> 0.11.0
2020-04-11 13:14:36 -05:00
Mario Rodas
b9d3ce83c6
Merge pull request #84992 from sikmir/gpxsee
gpxsee: 7.27 -> 7.28
2020-04-11 13:13:36 -05:00
Aaron Zeng
d06f3687fa
megacmd: 1.1.0 -> 1.2.0 2020-04-11 13:49:38 -04:00
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
Niklas Hambüchen
fd6ee37def gitAndTools.git-bug: 0.6.0 -> 0.7.0 2020-04-11 18:04: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
Maximilian Bosch
ef1e4f8064
Merge pull request #84810 from kuznero/master
jetbrains: update
2020-04-11 14:55:30 +02:00
Nikolay Korotkiy
9980389161
gpxsee: 7.27 -> 7.28 2020-04-11 15:38:42 +03:00
Jaakko Luttinen
93ea5b0d0d
liblinphone: fix missing vcard_grammar
Fixes #84488
2020-04-11 15:32:39 +03: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
Jan Tojnar
dd0c85d546
Merge pull request #84969 from kisik21/mako-svg-icons
mako: wrap with wrapGAppsHook
2020-04-11 12:01:45 +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
Michael Weiss
b533f10345
chromium: Fix the VA-API build 2020-04-10 23:28:35 +02:00
ngerstle
5c644c4204 minikube: 1.8.1 -> 1.9.2 2020-04-10 21:21:35 +02:00
Aaron Andersen
276a27b8f5
Merge pull request #80878 from MilesBreslin/nnn_config
nnn: Fix configuration file
2020-04-10 14:58:32 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas
a37e2f2f1d
zeek: 3.0.3 -> 3.1.1 2020-04-10 04:20:00 -05:00
R. RyanTM
96e2dc107f gerrit: 3.1.2 -> 3.1.4 2020-04-10 00:27:13 -07:00
Daniël de Kok
ba8ffb5d2c drawio: 12.9.3 -> 12.9.9
Changelog:

- Updates to draw.io 12.9.9, changes from, and including, 12.9.4 to
  12.9.9 are new in this desktop release.
- Updates to Electron 8.2.1
- Fixes opening multiple files from explorer
- Fixes file path persistence

https://github.com/jgraph/drawio-desktop/releases/tag/v12.9.9
2020-04-10 00:25:38 -07:00
R. RyanTM
087f912b71 mediainfo: 19.09 -> 20.03 2020-04-10 00:18:28 -07:00
Gabriel Ebner
375ee0acfd
Merge pull request #84852 from marsam/update-lean
lean: 3.7.2 -> 3.8.0
2020-04-10 08:56:02 +02:00
Mario Rodas
eaacfdc3e9
Merge pull request #84859 from marsam/update-ncspot
ncspot: 0.1.2 -> 0.1.3
2020-04-09 22:16:03 -05:00
R. RyanTM
6ff1813318 img2pdf: 0.3.3 -> 0.3.4 2020-04-09 20:57:53 -04:00
Joachim F
383c97dfd0
Merge pull request #84838 from andriokha/tor-browser-bundle-bin-9.0.9
tor-browser-bundle-bin: 9.0.7 -> 9.0.9
2020-04-10 00:23:01 +00:00
Mario Rodas
93eb7478f1
ncspot: 0.1.2 -> 0.1.3
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
2020-04-09 17:05:00 -05:00
Maximilian Bosch
a3eaf6c88b
gitAndTools.tig: 2.5.0 -> 2.5.1
https://github.com/jonas/tig/releases/tag/tig-2.5.1
2020-04-09 22:25:42 +02:00
worldofpeace
f810c28503
Merge pull request #84804 from Synthetica9/vscode1440
vscode, vscodium: 1.43.2 -> 1.44.0
2020-04-09 16:21:27 -04:00
Mario Rodas
b89b23b029
Merge pull request #84825 from r-ryantm/auto-update/dit
dit: 0.5 -> 0.6
2020-04-09 14:28:44 -05:00
Mario Rodas
85354e73cb
Merge pull request #84767 from r-ryantm/auto-update/ddgr
ddgr: 1.7 -> 1.8
2020-04-09 14:10:55 -05:00
worldofpeace
cab066ba74
Merge pull request #84764 from r-ryantm/auto-update/celluloid
celluloid: 0.18 -> 0.19
2020-04-09 14:58:19 -04:00
Matt Huszagh
fc66192b37 fparser: init at 4.5.1 2020-04-09 11:28:21 -07:00
Jonathan Ringer
3238302827 libpoly: fix src 2020-04-09 11:22:53 -07:00
R. RyanTM
c6fbd527d0 rambox-pro: 1.2.2 -> 1.3.1 2020-04-09 11:06:21 -07:00
Andy Fowlston
85e4f2d554 tor-browser-bundle-bin: 9.0.7 -> 9.0.9
https://blog.torproject.org/new-release-tor-browser-909
https://blog.torproject.org/new-release-tor-browser-908
2020-04-09 18:51:59 +01:00
Jonathan Ringer
63575456ae leo-editor: fix makeDesktopItem categories 2020-04-09 10:47:54 -07:00