Commit Graph

20172 Commits

Author SHA1 Message Date
Nick Cao
ce25f6f2db argo: fix cross compilation 2022-02-26 16:57:24 +01:00
Mario Rodas
684fb7b7a2
Merge pull request #161729 from techknowlogick/waypoint-up-072
waypoint: 0.7.1 -> 0.7.2
2022-02-26 09:18:43 -05:00
Bobby Rong
8096112d38
Merge pull request #161828 from 06kellyjac/terragrunt
terragrunt: 0.36.1 -> 0.36.2
2022-02-26 19:40:41 +08:00
Ryan Mulligan
fc00557b04
Merge pull request #161826 from r-ryantm/auto-update/minikube
minikube: 1.25.1 -> 1.25.2
2022-02-25 21:09:40 -08:00
Ryan Mulligan
e864a22133
Merge pull request #161888 from r-ryantm/auto-update/werf
werf: 1.2.70 -> 1.2.71
2022-02-25 20:46:25 -08:00
R. Ryantm
e281cd6b12 istioctl: 1.13.0 -> 1.13.1 2022-02-25 19:55:06 -08:00
R. Ryantm
f69cd3d324 freerdp: 2.5.0 -> 2.6.0 2022-02-25 16:55:53 -08:00
Luflosi
4759acb8a5 ipfs: 0.11.0 -> 0.12.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.12.0
2022-02-26 08:16:55 +10:00
R. Ryantm
6bb093a5c1 werf: 1.2.70 -> 1.2.71 2022-02-25 21:57:50 +00:00
K900
8bb8f9c811 firefox/wrapper: allow specifying StartupWMClass
Primarily useful for out of tree beta/nightly builds, which use a different WM_CLASS
2022-02-25 13:40:38 -08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
fcb5f68c28 blocky: 0.17 -> 0.18 2022-02-25 11:35:50 -08:00
Luflosi
0eb1d070c8 ipfs-migrator: 1.7.1 -> 2.0.2
https://github.com/ipfs/fs-repo-migrations/releases/tag/v2.0.2

This is pretty much a complete rewrite of the ipfs-migrator package.
In version 2.0.0 a major change was made to the way the migrator works. Before, there was one binary that contained every migration. Now every migration has its own binary. If fs-repo-migrations can't find a required binary in the PATH, it will download it off the internet. To prevent that, build every migration individually, symlink them all into one package and then wrap fs-repo-migrations so it finds the package with all the migrations.
The change to the IPFS NixOS module and the IPFS package is needed because without explicitly specifying a repo version to migrate to, fs-repo-migrations will query the internet to find the latest version. This fails in the sandbox, for example when testing the ipfs passthru tests.
While it may seem like the repoVersion and IPFS version are in sync and the code could be simplified, this is not the case. See https://github.com/ipfs/fs-repo-migrations#when-should-i-migrate for a table with the IPFS versions and corresponding repo versions.
Go 1.17 breaks the migrations, so use Go 1.16 instead. This is also the Go version used in their CI, see 3dc218e300/.github/workflows/test.yml (L4). See https://github.com/ipfs/fs-repo-migrations/pull/140#issuecomment-982715907 for a previous mention of this issue. The issue manifests itself when doing anything with a migration, for example `fs-repo-11-to-12 --help`:
```
panic: qtls.ClientHelloInfo doesn't match

goroutine 1 [running]:
github.com/marten-seemann/qtls-go1-15.init.0()
	github.com/marten-seemann/qtls-go1-15@v0.1.1/unsafe.go:20 +0x132
```
Also add myself as a maintainer for this package.
This fixes the test failure discovered in https://github.com/NixOS/nixpkgs/pull/160914.
See https://github.com/ipfs/fs-repo-migrations/issues/148 to read some of my struggles with updating this package.
2022-02-25 11:12:19 -08:00
R. Ryantm
ce6fe7b1c2 nomad-autoscaler: 0.3.5 -> 0.3.6 2022-02-25 11:09:16 -08:00
R. Ryantm
9f105df1b3 seaweedfs: 2.89 -> 2.90 2022-02-25 10:31:12 -08:00
Yuka
0702d31a28
schildichat: 1.9.8-sc.1 -> 1.10.3-sc.0.test.1 (#161584)
The latest release is being held back because there is an issue with
Electron 15 crashing on some platforms.
NixOS seems to be not affected by this issue, and the upstream
developers say this test release should be fine otherwise.
This also means we can have a SchildiChat build that is not using the
EOL/insecure Electron 13.x.
2022-02-25 13:56:23 +01:00
06kellyjac
4d1bfdd744 terragrunt: 0.36.1 -> 0.36.2 2022-02-25 12:18:45 +00:00
R. Ryantm
126d0be6b8 minikube: 1.25.1 -> 1.25.2 2022-02-25 12:09:30 +00:00
Sandro
035c360136
Merge pull request #148257 from zseri/opt-disable-avahi-geoclue 2022-02-25 13:00:05 +01:00
zowoq
8c912d5c91 kubectl: build from source
this allows non-linux users to avoid building the entire kubernetes package
2022-02-25 19:22:30 +10:00
zowoq
ae0a6a6b08 kubernetes: only build on linux
- don't build kubectl, symlink from pkgs.kubectl
- use GOFLAGS and disallowedReferences
- move pause to installPhase
2022-02-25 19:22:30 +10:00
Ryan Mulligan
c6ec62f3d8
Merge pull request #161648 from r-ryantm/auto-update/kubeconform
kubeconform: 0.4.12 -> 0.4.13
2022-02-24 16:11:26 -08:00
techknowlogick
f4ed38c560 waypoint: 0.7.1 -> 0.7.2 2022-02-24 16:48:45 -05:00
R. RyanTM
c710148f70
opsdroid: 0.24.1 -> 0.25.0
* opsdroid: 0.24.1 -> 0.25.0 (#149015)

* opsdroid: fix hash for v0.25.0

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-24 14:27:42 +01:00
R. Ryantm
d7d6b02c91 kubeconform: 0.4.12 -> 0.4.13 2022-02-24 12:00:31 +00:00
zowoq
6faef6b2d6 cni-plugins: 1.0.1 -> 1.1.0
https://github.com/containernetworking/plugins/releases/tag/v1.1.0
2022-02-24 18:24:43 +10:00
zseri
72957a2dc0 element-desktop: make keytar optional 2022-02-23 23:41:15 +01:00
zseri
9bc2cd9866 remmina: make it easier to disable libsecret 2022-02-23 23:38:06 +01:00
Jörg Thalheim
7dda625e7f
Merge pull request #161554 from r-ryantm/auto-update/fn
fn-cli: 0.6.13 -> 0.6.14
2022-02-23 22:02:13 +00:00
José Romildo Malaquias
f1143cb501
Merge pull request #161144 from romildo/new.git-updater
gitUpdater: init
2022-02-23 18:48:24 -03:00
0x4A6F
02a416f737
Merge pull request #161099 from K900/upd8n
n8n: 0.163.1 → 0.164.1
2022-02-23 22:30:37 +01:00
Finn Behrens
69452c779b schildichat-desktop,schildichat-web: add kloenk as maintainer 2022-02-23 21:57:26 +01:00
Michael Weiss
7b6cf4d8e9
Merge pull request #161128 from a-m-joseph/chromium-use-jre8_headless-instead-of-jre8
chromium: use jre8_headless instead of jre8
2022-02-23 21:16:26 +01:00
Pascal Bach
9974f1dc74
Merge pull request #161527 from stehessel/add-odo
odo: init at 2.5.0
2022-02-23 21:06:44 +01:00
Stephan Heßelmann
dfdc78785e odo: init at 2.5.0 2022-02-23 19:19:03 +01:00
Renaud
9c005dbcb6
Merge pull request #159660 from r-ryantm/auto-update/opera
opera: 82.0.4227.43 -> 83.0.4254.54
2022-02-23 19:18:50 +01:00
R. Ryantm
e8a0d6993d fn-cli: 0.6.13 -> 0.6.14 2022-02-23 17:31:24 +00:00
superherointj
059b8a6e28 fluxcd: 0.27.0 -> 0.27.2 2022-02-23 13:41:02 -03:00
Maciej Krüger
f724c46b95
Merge pull request #160942 from mkg20001/flutter-fixup 2022-02-23 16:16:48 +01:00
Ryan Mulligan
f593fe9f7d
Merge pull request #161411 from r-ryantm/auto-update/werf
werf: 1.2.69 -> 1.2.70
2022-02-23 06:42:46 -08:00
Maciej Krüger
147a51467a
fluffychat: fix olm FOD 2022-02-23 15:13:05 +01:00
Maciej Krüger
c625e715f8
fluffychat: add .desktop 2022-02-23 15:11:00 +01:00
Maciej Krüger
141644ff03
fluffychat: fix olm
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-23 15:10:59 +01:00
Elis Hirwing
9ad7b9910e
Merge pull request #161459 from r-ryantm/auto-update/testssl.sh
testssl: 3.0.6 -> 3.0.7
2022-02-23 08:01:40 +01:00
R. Ryantm
31ffa0cbf2 testssl: 3.0.6 -> 3.0.7 2022-02-23 04:20:50 +00:00
R. RyanTM
a126cc78b4
glooctl: 1.10.8 -> 1.10.10
* glooctl: 1.10.8 -> 1.10.9 (#160592)

* glooctl: 1.10.9 -> 1.10.10
Fixes Envoy CVEs CVE-2021-43826, CVE-2021-43824, CVE-2022-21654, CVE-2022-21655, CVE-2021-43825, CVE-2022-23606.

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 01:32:14 +01:00
Renaud
5a5b8a0f42
Merge pull request #160583 from r-ryantm/auto-update/fluxcd
fluxcd: 0.26.3 -> 0.27.0
2022-02-23 01:00:41 +01:00
Pascal Bach
851f6a12a1
Merge pull request #161420 from stehessel/fix-openshift-build-inputs
openshift: fix build on darwin
2022-02-23 00:06:13 +01:00
zowoq
64f1f314bd
Merge pull request #159899 from symphorien/rust-bindgen-hook
rustPlatform.bindgenHook: init
2022-02-23 08:37:56 +10:00
Stephan Heßelmann
02a518f00e openshift: fix build on darwin
`ncurses` is required as build input at build time on macOS. Therefore
`ncurses` is moved from `buildInputs` to `nativeBuildInputs`.

Without this change the build fails with `tput: command not found`.
2022-02-22 21:01:51 +01:00