Sandro Jäckel
d3ebcec8c4
pidgin: remove ? null from inputs, format, cleanups
2021-11-10 00:00:37 +01:00
markuskowa
f5a78628ac
Merge pull request #145158 from andersk/msmtp-gsasl
...
msmtp: Fix GSSAPI support
2021-11-09 23:39:27 +01:00
Jens Nolte
5a63a08cce
matrix-commander: Add notify2 dependency to enable --os-notify feature
2021-11-09 22:31:15 +01:00
Thiago Kenji Okada
7f407040de
terranix: use wrapProgram on terranix-doc-json
2021-11-09 17:55:13 -03:00
Sandro
dad776844f
Merge pull request #145208 from FliegendeWurst/tbb-11.0
2021-11-09 20:07:44 +01:00
Thiago Kenji Okada
77824da219
Merge pull request #144970 from mrVanDalo/feature/terranix-2.5
...
terranix: 2.4.0 -> 2.5.0
2021-11-09 15:07:13 -03:00
Sebastian Sellmeier
03fce5bb2f
lens: 5.1.3 -> 5.2.6
2021-11-09 17:33:16 +01:00
FliegendeWurst
95118217d1
tor-browser-bundle-bin: 10.5.8 -> 11.0
2021-11-09 16:29:08 +01:00
Marvin Dostal
788119f781
nextcloud-client: disable qml caching
...
There currently seems to be a chance that after a nextcloud-client
update it will crash on startup. This crashing can be fixed by deleting the
`~/.cache/Nextcloud/qmlcache` folder.
For the crashing behavior, see also:
* #127324
* #121594
* #119029
* ...
The workaround introduced in this commit is also already used by muse.
See: 842a0d94cb/pkgs/applications/audio/musescore/default.nix (L34)
2021-11-08 18:56:54 -08:00
Marvin Dostal
52ffa1c36d
nextcloud-client: make autostart entry start client from path
2021-11-08 18:56:36 -08:00
Ilan Joselevich
e59e24b370
nextcloud-client: 3.3.5 -> 3.3.6
2021-11-08 18:54:25 -08:00
Anders Kaseorg
bf9447721d
msmtp: Fix GSSAPI support
...
We already have gsasl as a build input, but it was not being used
because we were missing the --with-libgsasl configure flag.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-08 18:23:48 -08:00
Sandro
070c8d8341
Merge pull request #145077 from GGG-KILLER/update-qbittorrent
2021-11-08 16:59:24 +01:00
Sandro
ddb1587974
Merge pull request #145069 from wineee/srain
2021-11-08 16:16:47 +01:00
GGG KILLER
56137af9f1
qbittorrent: 4.3.8 -> 4.3.9
2021-11-08 12:06:57 -03:00
rewine
dcb453fde4
srain: init at 1.3.0
2021-11-08 22:03:54 +08:00
Thiago Kenji Okada
be71d103e6
Merge pull request #144898 from cmars/kubebuilder-3.2.0
...
kubebuilder: 3.1.0 -> 3.2.0
2021-11-07 21:31:26 -03:00
Sandro
f2c9cf39e5
Merge pull request #145006 from Artturin/spdlogupd
2021-11-07 23:04:28 +01:00
Sandro
d13857bbda
Merge pull request #145008 from marsam/update-tiny
2021-11-07 22:10:25 +01:00
Sandro
4507a3d8c8
Merge pull request #145009 from marsam/update-notmuch
2021-11-07 22:09:34 +01:00
Janne Heß
3ef9b92d91
Merge pull request #145005 from mweinelt/firefox
...
firefox: 94.0 -> 94.0.1
2021-11-07 21:40:47 +01:00
Florian Klink
32dcff7ba5
Merge pull request #144863 from azuwis/helmfile
...
helmfile: Stop prefixing PATH with kubernetes-helm
2021-11-07 21:12:07 +01:00
Artturin
b4fab0a98b
treewide: remove fmt from buildInputs where spdlog is used
...
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points
to fmt_7 in buildInputs makes the builds use wrong fmt
2021-11-07 22:05:08 +02:00
Martin Weinelt
8f499b97ad
firefox: 94.0 -> 94.0.1
2021-11-07 20:59:44 +01:00
Thomas Tuegel
7ec64f0a40
Merge pull request #144923 from nashamri/master
...
dropbox: Fix missing icon from the desktop item
2021-11-07 06:31:16 -06:00
Zhong Jianxin
056d880f90
helmfile: Stop prefixing PATH with kubernetes-helm
...
So helmfile will work with helm plugins wrapped by pkgs.wrapHelm:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-diff helm-secrets
];
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
helm
pkgs.helmfile
];
};
});
}
```
2021-11-07 19:53:32 +08:00
Janne Heß
1a368ff3f9
Merge pull request #144952 from fabaff/bump-msmtp
...
msmtp: 1.8.18 -> 1.8.19
2021-11-07 11:32:32 +01:00
Ingolf Wagner
6cc22b4d4a
terranix: 2.4.0 -> 2.5.0
2021-11-07 09:43:34 +01:00
Mario Rodas
f55376e875
tiny: 0.9.0 -> 0.10.0
...
https://github.com/osa1/tiny/releases/tag/v0.10.0
2021-11-07 04:20:00 +00:00
Mario Rodas
2ef3df9e93
notmuch: 0.34 -> 0.34.1
2021-11-07 04:20:00 +00:00
figsoda
df02fb66e0
Merge pull request #144856 from Stunkymonkey/newsflash-1.5.1
...
newsflash: 1.4.3 -> 1.5.1
2021-11-06 22:57:45 -04:00
Fabian Affolter
ef8eb42db5
msmtp: 1.8.18 -> 1.8.19
2021-11-07 00:57:58 +01:00
Mario Rodas
d561bd1797
Merge pull request #144737 from 06kellyjac/nerdctl
...
nerdctl: 0.12.1 -> 0.13.0
2021-11-06 17:42:37 -05:00
Mario Rodas
29c3de8de7
Merge pull request #143379 from r-ryantm/auto-update/terraform-provider-lxd
...
terraform-providers.lxd: 1.5.0 -> 1.6.0
2021-11-06 17:36:35 -05:00
nashamri
a529337334
dropbox: Fix missing icon from the desktop item
2021-11-06 23:09:58 +03:00
Felix Buehler
bf3aff8eb0
newsflash: 1.4.3 -> 1.5.1
2021-11-06 20:44:26 +01:00
Michael Weiss
834d9d1bd1
Merge pull request #144911 from primeos/signal-desktop
...
signal-desktop: 5.22.0 -> 5.23.0
2021-11-06 19:37:16 +01:00
dan4ik
2fa9bf4b8b
yandex-browser: set meta.broken
2021-11-06 14:25:29 -04:00
Janne Heß
2ee5133dc5
Merge pull request #144070 from VergeDX/tdesktop
2021-11-06 19:01:22 +01:00
Michael Weiss
d63d3250f4
Merge pull request #144902 from primeos/chromiumDev
...
chromiumDev: 97.0.4682.3 -> 97.0.4688.2
2021-11-06 18:54:25 +01:00
Michael Weiss
137cda5afa
Merge pull request #144900 from primeos/chromiumBeta
...
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 18:54:14 +01:00
Janne Heß
b1824deb38
Merge pull request #144636 from flexagoon/mullvad-update
2021-11-06 18:50:08 +01:00
Maximilian Bosch
74ab6a7705
Merge pull request #144482 from r-ryantm/auto-update/nextdns
...
nextdns: 1.37.2 -> 1.37.3
2021-11-06 18:24:55 +01:00
Michael Weiss
ed83ff9bcc
signal-desktop: 5.22.0 -> 5.23.0
2021-11-06 18:23:42 +01:00
Michael Weiss
00460bd6e2
chromiumDev: 97.0.4682.3 -> 97.0.4688.2
2021-11-06 17:47:05 +01:00
Michael Weiss
41dbc0a995
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 17:46:46 +01:00
Casey Marshall
f3ee106074
kubebuilder: 3.1.0 -> 3.2.0
...
Update kubebuilder to 3.2.0.
kubebuilder create api now requires make in $PATH.
2021-11-06 11:25:25 -05:00
Ryan Mulligan
d6dc3adc0a
Merge pull request #144552 from r-ryantm/auto-update/purple-lurch
...
purple-lurch: 0.6.7 -> 0.7.0
2021-11-06 05:50:37 -07:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
...
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
Artturi
05aaadd5cc
Merge pull request #144810 from dsg22/feature-tor-browser-harden
2021-11-06 12:39:47 +02:00
Ryan Burns
9b89af7680
Merge pull request #144397 from trofi/fix-mcabber-for-ncurses-6.3
...
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:49:10 -07:00
Ryan Burns
e70280690d
Merge pull request #144592 from trofi/fix-toxic-for-ncurses-6.3
...
toxic: fix build against upcoming ncurses-6.3
2021-11-06 01:48:42 -07:00
Davíð Steinn Geirsson
5499f32f08
tor-browser-bundle-bin: Enable content sandbox and hardened malloc
...
Tor browser enables multi-process support in firefox to sandbox each site
in its own process. This is a very important security feature. It was
disabled in the nixpkgs version, according to a comment due to "crashing
tabs", but running with it enabled I have not been able to recreate this.
Sandboxing enabled is the upstream default, and if we can't ship a tor
browser that way then we should not ship one at all.
Also re-enable useHardenedMalloc to use graphene-hardened-malloc. Here
there was also a comment, in this case saying it caused "crashes with
intel driver". I have also been unable to recreate this on my Intel
UHD P630 onboard graphics.
I believe neither of these are issues any longer.
2021-11-05 22:37:42 +00:00
Doron Behar
b2d1a7d94f
Merge pull request #144746 from doronbehar/pkg/jami-client-gnome
2021-11-05 16:09:04 +00:00
Doron Behar
ebaa823afd
jami-daemon.ffmpeg: mark as broken for aarch64
2021-11-05 17:34:35 +02:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
...
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Thiago Kenji Okada
1285cc476d
Merge pull request #144691 from legendofmiracles/zerobin
...
zerobin: fix build
2021-11-05 11:01:42 -03:00
Doron Behar
25ea24497b
jami-client-gnome: unset CLUTTER_BACKEND
2021-11-05 15:32:12 +02:00
legendofmiracles
0bbc024462
zerobin: fix build
2021-11-05 07:10:07 -06:00
06kellyjac
7326f67e42
nerdctl: 0.12.1 -> 0.13.0
2021-11-05 11:55:34 +00:00
Bernardo Meurer
51289b6b65
Merge pull request #144346 from taku0/thunderbird-bin-91.3.0
...
thunderbird, thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-04 16:08:12 -07:00
Maximilian Bosch
31029fdbe2
Merge pull request #142987 from FliegendeWurst/tbb-10.5.10
...
tor-browser-bundle-bin: 10.5.8 -> 10.5.10
2021-11-04 22:59:45 +01:00
flexagoon
63a0830244
mullvad-vpn: fix the .desktop file
2021-11-04 20:09:12 +03:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
Sergei Trofimovich
fa34b0f03a
toxic: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
toxic/src/game_chess.c:1633:63: error:
format not a string literal and no format arguments [-Werror=format-security]
1633 | mvwprintw(win, board->y_bottom_bound + 2, x_mid, state->status_message);
| ~~~~~^~~~~~~~~~~~~~~~
2021-11-04 09:49:38 +00:00
Bobby Rong
ef74ebb7b2
Merge pull request #144374 from r-ryantm/auto-update/kube-score
...
kube-score: 1.12.0 -> 1.13.0
2021-11-04 08:59:44 +08:00
Bobby Rong
1900f53a96
Merge pull request #144378 from r-ryantm/auto-update/kubeconform
...
kubeconform: 0.4.10 -> 0.4.12
2021-11-04 08:57:46 +08:00
James Landrein
7a1f2fd9e6
kubectl-evict-pod: init at 0.0.10
2021-11-04 00:08:06 +01:00
R. Ryantm
f9a9b5b617
purple-lurch: 0.6.7 -> 0.7.0
2021-11-03 22:24:46 +00:00
Eric Bailey
0535a5b7ac
kubernetes-helm: 3.7.0 -> 3.7.1
...
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2021-11-03 12:09:36 -05:00
R. Ryantm
b97a25a3c1
nextdns: 1.37.2 -> 1.37.3
2021-11-03 16:29:53 +00:00
Bobby Rong
d9cf07e341
Merge pull request #144375 from r-ryantm/auto-update/kube3d
...
kube3d: 5.0.0 -> 5.0.3
2021-11-03 22:26:03 +08:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Sandro
4399ca88ab
Merge pull request #144350 from r-ryantm/auto-update/istioctl
2021-11-03 13:17:47 +01:00
Mario Rodas
d494129068
Merge pull request #143434 from r-ryantm/auto-update/soju
...
soju: 0.1.2 -> 0.2.2
2021-11-03 07:11:03 -05:00
Bobby Rong
1c78751423
Merge pull request #144416 from bobby285271/mainprogram
...
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 20:10:33 +08:00
Mario Rodas
b2d3a72eb9
Merge pull request #143476 from r-ryantm/auto-update/signal-cli
...
signal-cli: 0.9.0 -> 0.9.2
2021-11-03 07:00:38 -05:00
Mario Rodas
ec57fc9bc6
Merge pull request #144180 from marsam/update-rclone
...
rclone: 1.56.2 -> 1.57.0
2021-11-03 06:32:15 -05:00
Bobby Rong
2483e778d4
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 19:07:21 +08:00
Sergei Trofimovich
72aca77ae5
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-03 09:31:03 +00:00
Sandro
b427b60863
Merge pull request #144383 from r-ryantm/auto-update/kubernetes
2021-11-03 10:21:48 +01:00
R. Ryantm
c97ffef917
kubernetes: 1.22.2 -> 1.22.3
2021-11-03 08:21:01 +00:00
R. Ryantm
12077e4814
kubedb-cli: 0.21.0 -> 0.22.0
2021-11-03 08:06:25 +00:00
R. Ryantm
c92087aee4
kubeconform: 0.4.10 -> 0.4.12
2021-11-03 08:02:23 +00:00
R. Ryantm
6d4b016e26
kubecfg: 0.21.0 -> 0.22.0
2021-11-03 07:58:50 +00:00
R. Ryantm
4307f06667
kube3d: 5.0.0 -> 5.0.3
2021-11-03 07:51:28 +00:00
R. Ryantm
9aee009f71
kube-score: 1.12.0 -> 1.13.0
2021-11-03 07:47:46 +00:00
Bobby Rong
5373418b44
Merge pull request #144360 from r-ryantm/auto-update/k0sctl
...
k0sctl: 0.10.4 -> 0.11.4
2021-11-03 15:40:20 +08:00
R. Ryantm
173b63fc86
k0sctl: 0.10.4 -> 0.11.4
2021-11-03 06:35:26 +00:00
Maciej Krüger
42c0007e01
Merge pull request #144349 from taku0/firefox-bin-94.0
2021-11-03 06:58:03 +01:00
R. Ryantm
a7e4c3cd26
istioctl: 1.11.2 -> 1.11.4
2021-11-03 05:41:47 +00:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
taku0
18cf5c8cac
thunderbird: 91.2.1 -> 91.3.0
2021-11-03 09:14:01 +09:00
taku0
06708435d1
thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-03 09:13:42 +09:00
Martin Weinelt
b47fcee2a5
Merge pull request #144219 from mweinelt/firefox
2021-11-02 23:31:13 +01:00
Ilan Joselevich
383a7900cb
nixopsUnstable: 2.0.0-pre (2021-11-02)
2021-11-02 23:01:32 +02:00
dsx
1cb2345845
terraform-provider-libvirt: 0.6.3 -> 0.6.11 ( #141779 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-11-02 19:27:41 +00:00
Artturin
cbb7455d73
firefox-bin: add libXtst and libXrandr to lib path
...
firefox nightly now requires libXtst.so.6
without this change firefox nightly from the mozilla overlay fails to
start
added libXrandr too since libxul.so requires it
libXrandr.so.2 => not found
libXtst.so.6 => not found
2021-11-02 10:59:24 -07:00
Martin Weinelt
a0201d653e
firefox: Use llvmPackages exposed by rustc
2021-11-02 17:37:18 +01:00
Martin Weinelt
ffbac21daa
thunderbird-78: drop
...
Thunderbirds 78 series is EOL.
2021-11-02 14:41:04 +01:00
R. Ryantm
4c9202e36e
firefox-esr-91-unwrapped: 91.2.0esr -> 91.3.0esr
2021-11-02 14:41:04 +01:00
Martin Weinelt
0cf88beb7b
firefox: 93.0 -> 94.0
2021-11-02 14:41:04 +01:00
Martin Weinelt
d69e703b71
firefox-esr-78: drop
...
Firefox ESR 78.15 was the last release of this series and is now EOL.
2021-11-02 14:41:04 +01:00
Artturi
47c2ca8dd9
Merge pull request #143600 from r-ryantm/auto-update/cloudflared
...
cloudflared: 2021.9.2 -> 2021.10.5
2021-11-02 14:37:14 +02:00
Artturi
abc84d2434
Merge pull request #143926 from r-ryantm/auto-update/fluxcd
...
fluxcd: 0.20.0 -> 0.20.1
2021-11-02 14:09:37 +02:00
Bobby Rong
2fe98c17d6
Merge pull request #144217 from r-ryantm/auto-update/meteo
...
meteo: 0.9.9 -> 0.9.9.1
2021-11-02 19:09:42 +08:00
R. Ryantm
45e5cab50d
meteo: 0.9.9 -> 0.9.9.1
2021-11-02 09:26:56 +00:00
Maciej Krüger
3e4a55c04a
Merge pull request #136591 from polykernel/brave-add-cmdline-args
2021-11-02 10:02:32 +01:00
Maciej Krüger
b6b71e8b04
Merge pull request #143353 from flexagoon/mullvad-update
2021-11-02 09:38:43 +01:00
flexagoon
7c101104c0
mullvad-vpn: disable update notifications
2021-11-02 10:02:24 +03:00
github-actions[bot]
d27dd6653e
Merge master into staging-next
2021-11-02 00:01:32 +00:00
Sandro
3c691c350f
Merge pull request #143967 from cpcloud/remove-abseil-cxx-standard-flag
...
abseil-cpp: remove cxx standard flag
2021-11-01 23:03:19 +01:00
Sandro Jäckel
e884e2840e
tdesktop: fix build
2021-11-01 21:49:45 +01:00
P
78dd8567c1
threema-desktop: init at 1.0.3 ( #143194 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:16:52 +01:00
taku0
7d427ce6a0
firefox-bin: 93.0 -> 94.0
2021-11-02 03:12:43 +09:00
github-actions[bot]
cc41bb5851
Merge master into staging-next
2021-11-01 12:01:00 +00:00
Sandro
73207ec965
Merge pull request #143125 from kurnevsky/pidgin-ssl-fix
2021-11-01 10:51:06 +01:00
Florian Klink
dd451b0218
Merge pull request #143641 from Ma27/bump-neomutt
...
neomutt: 20211022 -> 20211029
2021-11-01 10:30:56 +01:00
Mario Rodas
ee4e6a9d07
rclone: 1.56.2 -> 1.57.0
2021-11-01 04:20:00 +00:00
Vanilla
19725aa59a
tdesktop: 3.1.9 -> 3.1.11
2021-11-01 11:04:56 +08:00
github-actions[bot]
7eaf56d92e
Merge master into staging-next
2021-11-01 00:01:32 +00:00
Sandro
4a6bbcfb77
Merge pull request #143506 from superherointj/package-linkerd-stable-2.11.1
2021-10-31 22:11:11 +01:00
Robert Scott
a5f798941f
Merge pull request #143690 from r-ryantm/auto-update/freerdp
...
freerdp: 2.4.0 -> 2.4.1
2021-10-31 18:31:15 +00:00
github-actions[bot]
7ca1d48ff2
Merge master into staging-next
2021-10-31 18:01:01 +00:00
Sandro
dad9f349bb
Merge pull request #143980 from fabaff/bump-mpop
2021-10-31 14:14:58 +01:00
github-actions[bot]
f66386e3b1
Merge master into staging-next
2021-10-31 12:01:13 +00:00
Fabian Affolter
e198a1d720
msmtp: 1.8.17 -> 1.8.18
2021-10-31 12:45:51 +01:00
Maximilian Bosch
5e1c94effd
neomutt: 20211022 -> 20211029
...
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211029
2021-10-31 12:44:10 +01:00
Fabian Affolter
16e7aa7e7f
mpop: 1.4.15 -> 1.4.16
2021-10-31 12:40:00 +01:00
Bobby Rong
052231cf79
Merge pull request #143934 from r-ryantm/auto-update/meteo
...
meteo: 0.9.8 -> 0.9.9
2021-10-31 17:26:33 +08:00
Bobby Rong
12fbbf3500
meteo: 0.9.8 -> 0.9.9
2021-10-31 17:01:35 +08:00
github-actions[bot]
e4e8cd182e
Merge master into staging-next
2021-10-31 06:01:06 +00:00
Peter Hoeg
44883e70cc
quaternion: 0.0.95 - 0.0.95.1
2021-10-31 13:03:21 +08:00
Mario Rodas
3f326a8622
Merge pull request #143925 from r-ryantm/auto-update/flexget
...
flexget: 3.1.148 -> 3.1.149
2021-10-30 22:30:58 -05:00
Bobby Rong
d02ea39259
Merge pull request #143904 from schmittlauch/seafile-maintainership
...
seafile-client: take over maintenance of this package
2021-10-31 11:00:06 +08:00
R. Ryantm
7bb5ca702e
fluxcd: 0.20.0 -> 0.20.1
2021-10-31 01:57:11 +00:00
R. Ryantm
eab875b057
flexget: 3.1.148 -> 3.1.149
2021-10-31 01:51:45 +00:00
github-actions[bot]
81d84138b5
Merge master into staging-next
2021-10-31 00:01:33 +00:00
R. RyanTM
61abd625e6
terraform-docs: 0.15.0 -> 0.16.0 ( #143354 )
2021-10-30 22:31:28 +00:00
Trolli Schmittlauch
cd959648e5
seafile-client: take over maintenance of this package
2021-10-30 23:35:29 +02:00
github-actions[bot]
0fa76ebdca
Merge master into staging-next
2021-10-30 18:00:59 +00:00
Bobby Rong
19d1b7a503
Merge pull request #143810 from bobby285271/argocd
...
argocd: 2.1.5 -> 2.1.6
2021-10-30 23:03:17 +08:00
Artturi
3c241985ad
Merge pull request #143637 from r-ryantm/auto-update/elinks
...
elinks: 0.14.2 -> 0.14.3
2021-10-30 16:08:13 +03:00
Artturi
9959be229a
Merge pull request #143771 from r-ryantm/auto-update/helmsman
...
helmsman: 3.7.5 -> 3.7.7
2021-10-30 15:24:31 +03:00
Artturi
a61cefe0b2
Merge pull request #143802 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.35.1 -> 0.35.5
2021-10-30 15:18:12 +03:00
github-actions[bot]
846f94d984
Merge master into staging-next
2021-10-30 12:01:09 +00:00
Mario Rodas
6782a3c325
Merge pull request #143815 from marsam/update-rqbit
...
rqbit: 2.1.0 -> 2.1.2
2021-10-30 04:40:35 -05:00
Michael Weiss
3cf88b7a40
Merge pull request #143742 from primeos/ungoogled-chromium
...
ungoogled-chromium: 95.0.4638.54 -> 95.0.4638.69
2021-10-30 11:18:29 +02:00
Bobby Rong
b98c035282
Merge pull request #143680 from r-ryantm/auto-update/fluxcd
...
fluxcd: 0.19.1 -> 0.20.0
2021-10-30 16:19:59 +08:00
Bobby Rong
c2984a086f
argocd: 2.1.5 -> 2.1.6
2021-10-30 16:10:47 +08:00