Commit Graph

38391 Commits

Author SHA1 Message Date
OTABI Tomoya
84bd184f81
imgproxy: 3.25.0 -> 3.26.0 () 2024-09-25 12:28:16 +09:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion () 2024-09-24 15:56:53 -07:00
Nick Cao
490d9aab87
rqlite: 8.30.0 -> 8.30.3 () 2024-09-24 18:33:27 -04:00
Peder Bergebakken Sundt
85c14074e0 photoprism: use finalAttrs.finalPackage 2024-09-24 23:28:56 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Martin Weinelt
a684a1d764
knot-dns: add support for dnstap () 2024-09-24 16:50:00 +02:00
Martin Weinelt
b02a84ef82
home-assistant: 2024.9.2 -> 2024.9.3 () 2024-09-24 14:59:27 +02:00
Martin Weinelt
3db77abec1
traefik: 3.1.2 -> 3.1.4 () 2024-09-24 13:58:53 +02:00
kirillrdy
d52c8e7ca0
bazarr: Add missing dependency for PostgreSQL DB () 2024-09-24 21:24:41 +10:00
Martin Weinelt
94721c1f73
python312Packages.homeassistant-stubs: 2024.9.2 -> 2024.9.3
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.3
2024-09-24 12:59:01 +02:00
Yt
2232cae406
postgresqlPackages.pgvecto-rs: 0.2.1 -> 0.3.0 () 2024-09-24 05:56:28 -04:00
Martin Weinelt
564fa97ede
home-assistant: 2024.9.2 -> 2024.9.3
https://github.com/home-assistant/core/releases/tag/2024.9.3
2024-09-24 11:55:36 +02:00
R. Ryantm
d1a3d7f27f klipper: 0.12.0-unstable-2024-09-01 -> 0.12.0-unstable-2024-09-22 2024-09-24 08:49:13 +00:00
Sefa Eyeoglu
78dc108938
traefik: 3.1.2 -> 3.1.4
This fixes CVE-2024-45410[0] (GHSA-62c8-mh53-4cqv[1]).

[0]: https://nvd.nist.gov/vuln/detail/CVE-2024-45410
[1]: https://github.com/traefik/traefik/security/advisories/GHSA-62c8-mh53-4cqv

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-24 09:34:18 +02:00
Vladimír Čunát
54cf5519c8
knot-dns: add support for dnstap
This grows the whole closure minimally (0.3 MiB by du),
and it can be useful in some deployments.
2024-09-24 09:32:37 +02:00
R. Ryantm
868ac30cc7 spicedb: 1.35.3 -> 1.36.2 2024-09-24 04:39:26 +00:00
Euan Kemp
4450044b7b postgresql15Packages.wal2json: 2.5 -> 2.6 2024-09-24 10:32:36 +09:00
Wolfgang Walther
fa8a147338
postgresqlPackages: remove unused derivation arguments
Those had been replaced by the following a while ago:

  buildInputs = postgresql.buildInputs
2024-09-23 20:05:37 +02:00
Wolfgang Walther
f27f203f5a
postgresqlPackages: use makeFlags USE_PGXS=1 consistently 2024-09-23 20:05:36 +02:00
Simon Hauser
32cc042368
mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 ()
* mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3

* nixos/tests/automysqlbackup: nixfmt

* nixos/automysqlbackup: fix tests

* nixos/tests/mariadb-galera: nixfmt

* nixos/tests/mariadb-galera: fix test failing with new default IPv6 configuration
2024-09-23 20:00:19 +02:00
R. RyanTM
0cbe501a06
grafana-loki: 3.1.1 -> 3.2.0 ()
https://github.com/grafana/loki/releases/tag/v3.2.0
2024-09-23 15:36:34 +02:00
R. Ryantm
0fb7a292e3 minio: 2024-09-09T16-59-28Z -> 2024-09-13T20-26-02Z 2024-09-23 14:24:34 +02:00
R. Ryantm
557846c520 elasticmq-server-bin: 1.6.7 -> 1.6.8 2024-09-23 06:59:04 +00:00
Pol Dellaiera
4209b6157a
kavita: 0.8.2 -> 0.8.3.2 () 2024-09-22 22:34:14 +02:00
Aos Dabbagh
5f6015bb9c livebook: 0.14.0 -> 0.14.2
Upgrading livebook to the latest release:

Changelog:
- [v0.14.2](https://github.com/livebook-dev/livebook/releases/tag/v0.14.2)
- [v0.14.1](https://github.com/livebook-dev/livebook/releases/tag/v0.14.1)
2024-09-22 13:15:57 -04:00
Maximilian Bosch
c976169e5c
Merge: wiki-js: 2.5.303 -> 2.5.304, fix CVE-2024-45298 () 2024-09-22 18:06:55 +02:00
Maximilian Bosch
d77ffb1e58
Merge: matrix-synapse-unwrapped: 1.114.0 -> 1.115.0 () 2024-09-22 17:02:43 +02:00
Aleksana
5db23b91c4
spicedb-zed: 0.21.1 -> 0.21.2 () 2024-09-22 19:11:27 +08:00
Yongun Seong
1e857243b8
kavita: 0.8.2 -> 0.8.3.2 2024-09-22 15:50:26 +09:00
R. Ryantm
ac4a4cb83c router: 1.52.1 -> 1.54.0 2024-09-22 00:58:46 +00:00
R. Ryantm
9357f4f237 plexRaw: 1.40.5.8921-836b34c27 -> 1.41.0.8992-8463ad060 2024-09-21 18:51:44 +02:00
Martin Weinelt
5bf8dd6f23
home-assistant-custom-components.xiaomi_gateway3: 4.0.5 -> 4.0.6 () 2024-09-21 14:50:18 +02:00
Maximilian Bosch
149ed25fc2
wiki-js: 2.5.303 -> 2.5.304, fix CVE-2024-45298
ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.304
2024-09-21 13:28:45 +02:00
Maximilian Bosch
789562caae
Merge: nixos/tests: add postgresql wal2json test () 2024-09-21 13:27:22 +02:00
Yt
7b7edf67ed
redpanda-client: 24.2.4 -> 24.2.5 () 2024-09-21 07:12:36 -04:00
Maximilian Bosch
91c85a1aa9
nextcloud*: only test corresponding version () 2024-09-21 12:18:47 +02:00
Maximilian Bosch
2795949808
Merge: postgresql_jit.pkgs.postgis: fix build on darwin () 2024-09-21 11:53:12 +02:00
Ivan Mincik
6ea0c7e924
postgresqlPackages.postgis: 3.4.2 -> 3.4.3 () 2024-09-21 06:54:30 +00:00
Leona Maroni
2643f688f7
keycloak: 25.0.5 -> 25.0.6 () 2024-09-21 08:02:11 +02:00
R. Ryantm
e34095c332 redpanda-client: 24.2.4 -> 24.2.5 2024-09-21 02:54:21 +00:00
Martin Weinelt
c8117821c1
home-assistant-custom-components.solax_modbus: init at 2024.09.4 () 2024-09-21 02:20:10 +02:00
Martin Weinelt
8d761e6326
matrix-synapse-unwrapped: 1.114.0 -> 1.115.0
https://github.com/element-hq/synapse/releases/tag/v1.115.0
2024-09-21 01:59:21 +02:00
Nick Cao
085afb06ee
komga: 1.12.1 -> 1.13.0 () 2024-09-20 18:25:54 -04:00
Nick Cao
2bb8979d59
buildkite-agent-metrics: 5.9.8 -> 5.9.9 () 2024-09-20 18:25:14 -04:00
Augustin Trancart
dc750b8237 postgresqlPackages.postgis: 3.4.2 -> 3.4.3 2024-09-20 23:58:45 +02:00
Wolfgang Walther
486633e3f4
postgresqlPackages.system_stats: 3.0 -> 3.2 2024-09-20 19:08:36 +02:00
R. RyanTM
2083a7fe38
prom2json: 1.4.0 -> 1.4.1 () 2024-09-20 11:48:07 -04:00
Luflosi
630ff60e9d
home-assistant-custom-components.solax_modbus: init at 2024.09.4
Allows integrating solar inverters with Home Assistant over modbus.
2024-09-20 17:30:58 +02:00
Emily
8d4e202d62
grafana-agent: 0.42.0 -> 0.43.0 () 2024-09-20 16:00:54 +02:00
Weijia Wang
98a31cdb8d
wordpress: 6.6.1 -> 6.6.2 () 2024-09-20 10:17:04 +02:00
R. Ryantm
c03934d139 komga: 1.12.1 -> 1.13.0 2024-09-20 00:19:44 +00:00
Adam C. Stephens
8c681805d7
patroni: 4.0.1 -> 4.0.2 () 2024-09-19 20:14:27 -04:00
Adam Stephens
16db97d6a3
patroni: 4.0.1 -> 4.0.2
https://github.com/patroni/patroni/blob/v4.0.2/docs/releases.rst#version-402
2024-09-19 16:52:57 -04:00
Nick Cao
fcb30ff38b
keycloak: 25.0.5 -> 25.0.6
Diff: https://github.com/keycloak/keycloak/compare/None...25.0.6
2024-09-19 16:23:14 -04:00
R. Ryantm
d0cbaf4baf wordpress: 6.6.1 -> 6.6.2 2024-09-19 22:21:19 +02:00
R. Ryantm
1a679a5af3 buildkite-agent-metrics: 5.9.8 -> 5.9.9 2024-09-19 20:16:38 +00:00
R. Ryantm
f3b18503fc spicedb-zed: 0.21.1 -> 0.21.2 2024-09-19 19:50:32 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs () 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
b3f681c943
pingvin-share: 0.29.0 -> 1.1.1 () 2024-09-19 18:34:42 +02:00
Thomas Gerbet
78fdf431cd
unit: fix php82 module argument () 2024-09-19 16:51:49 +02:00
Maximilian Bosch
f5e35cf2d2
Merge: grafana-image-renderer: 3.11.4 -> 3.11.5 () 2024-09-19 16:16:51 +02:00
Rafael Kraut
f24fd1b48e
unit: fix php82 module argument 2024-09-19 15:17:48 +02:00
Wolfgang Walther
cd85a62bc2
postgresql_jit.pkgs.postgis: fix build on darwin
We introduced LTO in . At that time, we still needed to use LLVM
/ lld to make this work on darwin. For this to work for extensions, they
would need to set CFLAGS=-fuse-ld=lld, too. However, since 
landed, we don't need to do this anymore in the first place, LTO just
works out of the box on darwin.

Resolves 
2024-09-19 14:50:23 +02:00
RatCornu
c1beba12cb
pingvin-share: 0.29.0 -> 1.1.1 2024-09-19 13:32:50 +02:00
R. Ryantm
bf8188532b rqlite: 8.30.0 -> 8.30.3 2024-09-19 06:04:10 +00:00
Wael Nasreddine
a5af82e680
aerospike: 7.1.0.5 -> 7.1.0.6 () 2024-09-18 23:02:58 -07:00
Robert Schütz
b9ba772e16 nextcloud*: only test corresponding version 2024-09-18 15:51:48 -07:00
Ashish SHUKLA
d74bb82cca
tailscale: 1.74.0 -> 1.74.1
Changes: https://tailscale.com/changelog#2024-09-18
2024-09-19 02:00:18 +05:30
Robert Schütz
3f62e852ce
home-assistant-custom-components.dwd: 2024.4.0 -> 2024.9.0 () 2024-09-18 11:49:14 -07:00
Bernardo Meurer
631a4dbcea
roon-server: 2.0-1455 () 2024-09-18 14:58:22 +00:00
Martin Weinelt
fbfb6e23fa
home-assistant: 2024.9.1 -> 2024.9.2 () 2024-09-18 16:04:01 +02:00
Nick Cao
c6e842a66f
dendrite: 0.13.7 -> 0.13.8 () 2024-09-18 09:06:59 -04:00
Martin Weinelt
3e0f775a54
home-assistant: 2024.9.1 -> 2024.9.2
https://github.com/home-assistant/core/releases/tag/2024.9.2
2024-09-18 13:48:35 +02:00
Martin Weinelt
2be4286e70
matrix-appservice-irc: 3.0.1 -> 3.0.2
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.2
2024-09-18 13:10:24 +02:00
Martin Weinelt
c0eed5863d
python312Packages.unifi-ap: init at 0.0.1 () 2024-09-18 12:02:34 +02:00
Casey Link
d75540731d
roon-server: 2.0-1455
release notes: https://community.roonlabs.com/t/roon-2-0-40-and-arc-1-0-56-are-live/280191
2024-09-18 10:05:20 +02:00
Franz Pletz
421ef9a289
Migrate packages to pkgs/by-name, format with nixfmt-rfc-style () 2024-09-18 06:32:28 +02:00
R. Ryantm
9774e5bf4f opensearch: 2.16.0 -> 2.17.0 2024-09-18 02:47:29 +00:00
Sandro
770c6666a3
onlyoffice-documentserver: enable aarch64-linux support () 2024-09-18 02:03:10 +02:00
Martin Weinelt
d57c6374aa
home-assistant: update component-packages 2024-09-18 01:53:36 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Fabián Heredia Montiel
b766280f8f
unit: 1.32.1 -> 1.33.0 () 2024-09-17 16:57:30 -06:00
Jon Seager
6527cfa15b
homepage-dashboard: 0.9.8 -> 0.9.9 () 2024-09-17 21:53:44 +01:00
Anthony ROUSSEL
8b9ca93a74 asouldocs: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:48 +02:00
Anthony ROUSSEL
63f137ac3f axis2: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:47 +02:00
Anthony ROUSSEL
2b2c6eb3fc thanos: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:45 +02:00
Anthony ROUSSEL
076aa0be1b sonic-server: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:43 +02:00
Martin Weinelt
ebccf546c9
python312Packages.homeassistant-stubs: 2024.9.1 -> 2024.9.2 () 2024-09-17 21:44:52 +02:00
Nick Cao
122128cc7d
snac2: 2.58 -> 2.59 () 2024-09-17 15:24:51 -04:00
hatch01
65629db5d0
homepage-dashboard: 0.9.8 -> 0.9.9 2024-09-17 21:18:53 +02:00
nicoo
24caa79eb8
rippled: drop dead package.nix file ()
This came up while searching nixpkgs for SHA-1 hashes.
2024-09-17 17:28:53 +00:00
nicoo
a8c21f4c11 althttpd: sha256hash 2024-09-17 15:00:28 +00:00
R. Ryantm
8d8bbda5f6 prometheus-mongodb-exporter: 0.40.0 -> 0.41.0 2024-09-17 13:37:41 +00:00
Fabián Heredia Montiel
3029a1f91d
frr: 10.0.1 -> 10.1 () 2024-09-17 07:25:12 -06:00
R. Ryantm
ef28df465b dolt: 1.42.18 -> 1.42.20 2024-09-17 11:54:31 +00:00
R. Ryantm
c7834224bb prometheus-pve-exporter: 3.4.4 -> 3.4.5 2024-09-17 10:40:23 +00:00
R. Ryantm
58dbfcff20 snac2: 2.58 -> 2.59 2024-09-17 08:47:45 +00:00
Maximilian Bosch
bbb0c1a57b
grafana-image-renderer: 3.11.4 -> 3.11.5
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.11.5
2024-09-17 09:31:16 +02:00
Jörg Thalheim
59433b01ba
snappymail: 2.37.3 -> 2.38.0 () 2024-09-17 08:13:37 +02:00
R. Ryantm
da98e52bfd unit: 1.32.1 -> 1.33.0 2024-09-17 05:14:16 +00:00
R. Ryantm
69bae456fb python312Packages.homeassistant-stubs: 2024.9.1 -> 2024.9.2 2024-09-17 05:00:35 +00:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name () 2024-09-17 11:17:16 +08:00
R. Ryantm
38552873f5 snappymail: 2.37.3 -> 2.38.0 2024-09-16 23:10:29 +00:00
Peder Bergebakken Sundt
850c8f2703
tomcat9: 9.0.93 -> 9.0.94, tomcat10: 10.1.28 -> 10.1.29 () 2024-09-17 00:19:33 +02:00
emilylange
c3d7d6eeba
home-assistant-custom-components.dwd: add emilylange as maintainer 2024-09-16 23:56:25 +02:00
emilylange
15d876ada1
home-assistant-custom-components.dwd: 2024.4.0 -> 2024.9.0
https://github.com/hg1337/homeassistant-dwd/releases/tag/2024.9.0

diff: https://github.com/hg1337/homeassistant-dwd/compare/2024.4.0...2024.9.0
2024-09-16 20:48:31 +02:00
R. Ryantm
459587eaa3 imgproxy: 3.25.0 -> 3.26.0 2024-09-16 17:28:22 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since .
2024-09-16 14:26:47 -03:00
Aleksana
38aad8a814
cassandra: fix cqlsh not working () 2024-09-16 22:07:12 +08:00
Franz Pletz
aad51042a9
mediamtx: 1.9.0 -> 1.9.1 () 2024-09-16 13:42:21 +02:00
Pierre Allix
ed4a1c2451 cassandra: try using python311 packages to fix failing tests 2024-09-16 13:37:26 +02:00
Aleksana
f1580efb3b
maintainers/team-list: add cyberus team () 2024-09-16 18:14:16 +08:00
Martin Weinelt
b5faf0c782
home-assistant-custom-components.average: init at 2.3.4 () 2024-09-16 12:05:13 +02:00
Markus Theil
b39d88e69d frr: 10.0.1 -> 10.1
Some important fixes:
* bgpd: Fix route leaking from the default l3vrf
* isisd: Fix crash when deactivating ISIS adjacency on the interface
* ospfd: Fix crash in OSPF TE parsing

Full changelog: https://github.com/FRRouting/frr/releases/tag/frr-10.1

* Add zeromq as new dependency
* Remove datacenter option, which is now deprecated and enabeld by
  default

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-09-16 11:14:52 +02:00
R. Ryantm
b1e918e430 etcd: 3.5.15 -> 3.5.16 2024-09-16 03:50:47 +00:00
R. Ryantm
b247b04351 mediamtx: 1.9.0 -> 1.9.1 2024-09-16 02:16:47 +00:00
R. Ryantm
d59950d0f2 bazarr: 1.4.3 -> 1.4.4 2024-09-16 01:22:44 +00:00
Luke Granger-Brown
4d3269da01
envoy: 1.31.0 -> 1.31.1 () 2024-09-16 00:24:25 +01:00
OTABI Tomoya
f827e93e24
tailscale: 1.72.1 -> 1.74.0 () 2024-09-16 00:39:11 +09:00
eymeric
2608b3990c
onlyoffice-documentserver: enable aarch64-linux support 2024-09-15 17:33:54 +02:00
Adam Stephens
00e9c6bafc
envoy: move to by-name 2024-09-15 08:46:18 -04:00
Adam Stephens
090dbc264f
envoy: 1.31.0 -> 1.31.1 2024-09-15 08:43:35 -04:00
Thomas Gerbet
be7d7efc32
matterbridge: 1.26.0 -> 1.26.0-unstable-2024-08-27 () 2024-09-15 11:49:53 +02:00
OTABI Tomoya
87c0e75bbd
onlyoffice-documentserver: 8.1.1 -> 8.1.3 () 2024-09-15 16:11:57 +09:00
R. Ryantm
1389dc968b dendrite: 0.13.7 -> 0.13.8 2024-09-14 22:17:26 +00:00
Peder Bergebakken Sundt
d56bce1f04
bmake: 20240722 -> 20240808; bozohttpd: refactor () 2024-09-14 20:08:04 +02:00
Martin Weinelt
fc8030711f
python312Packages.msmart-ng: init at 2024.9.0, home-assistant-custom-components.midea_ac: init at 2024.9.2 () 2024-09-14 16:58:03 +02:00
Martin Weinelt
15d726e10d
home-assistant-custom-components.midea_ac: init at 2024.9.2
Home Assistant custom integration to control Midea (and associated
brands) air conditioners via LAN.

Co-authored-by: emilylange <git@emilylange.de>
2024-09-14 16:46:14 +02:00
R. Ryantm
779b124cdf aerospike: 7.1.0.5 -> 7.1.0.6 2024-09-14 12:57:21 +00:00
Fabian Affolter
14b9afe062
checkSSLCert: 2.83.0 -> 2.83.1 () 2024-09-14 11:27:56 +02:00
K900
50d66fb534 home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.3 -> 4.0.5
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.3...4.0.5
2024-09-14 09:00:35 +03:00
Euan Kemp
554ec1c0f0 nixos/tests: add postgresql wal2json test
This test should ensure wal2json functions.
I'm planning to upgrade wal2json, so it seems nice to have a test here.

It passes on my machine.
2024-09-14 05:17:49 +00:00
R. Ryantm
6c149a3e9e questdb: 8.1.0 -> 8.1.1 2024-09-14 04:00:18 +00:00
Fabián Heredia Montiel
38e6bbd68d
unifi8: 8.4.59 -> 8.4.62 () 2024-09-13 15:22:05 -06:00
Jörg Thalheim
12a58efb2c
telegraf: 1.31.3 -> 1.32.0 () 2024-09-13 14:05:58 +02:00
Matthias Beyer
adc9eb141c
home-assistant-custom-components.average: init at 2.3.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-09-13 13:46:49 +02:00
emilylange
3e49c02689
grafana-agent: 0.42.0 -> 0.43.0
https://github.com/grafana/agent/releases/tag/v0.43.0

https://github.com/grafana/agent/blob/v0.43.0/CHANGELOG.md

diff: https://github.com/grafana/agent/compare/v0.42.0...v0.43.0
2024-09-13 13:31:39 +02:00
R. Ryantm
ab68c05b96 checkSSLCert: 2.83.0 -> 2.83.1 2024-09-13 11:29:33 +00:00
Ngô Ngọc Đức Huy
553095afaa Update deprecated UTF8 option for dictfmt 2024-09-13 11:50:35 +02:00
Ngô Ngọc Đức Huy
515f8b5e22 dictdDBs.wiktionary: update to 20240901 2024-09-13 11:50:35 +02:00
zowoq
45bbdb9f51 telegraf: move to pkgs/by-name 2024-09-13 17:12:10 +10:00
Robert Schütz
418918ebb1
nextcloud: 29.0.6 -> 29.0.7, 28.0.9 -> 28.0.10 () 2024-09-12 21:31:33 -07:00
Ashish SHUKLA
40a20e6af1
tailscale: 1.72.1 -> 1.74.0
- switch to go 1.23.0

Changes: https://tailscale.com/changelog#2024-09-12
2024-09-13 07:18:25 +05:30
Anderson Torres
153d36c733 bozohttpd: migrate to by-name 2024-09-12 22:16:21 -03:00
Nick Cao
bef152c4fb
dufs: 0.41.0 -> 0.42.0 () 2024-09-12 20:03:42 -04:00
Weijia Wang
470825f1b2
icingaweb2-ipl: 0.13.2 -> 0.14.1 () 2024-09-13 01:29:53 +02:00
Maximilian Bosch
8cef266dc7
nextcloudPackages: update all 2024-09-12 23:56:34 +02:00
Maximilian Bosch
09fe7f8690
nextcloud29: 29.0.6 -> 29.0.7
ChangeLog: https://github.com/nextcloud/server/releases/tag/v29.0.7
2024-09-12 23:56:15 +02:00
Maximilian Bosch
1ef3f0b371
nextcloud28: 28.0.9 -> 28.0.10
ChangeLog: https://github.com/nextcloud/server/releases/tag/v28.0.10
2024-09-12 23:55:57 +02:00