Commit graph

11144 commits

Author SHA1 Message Date
Willy 8e166f7ad2 nixos/tests/xmpp: add optional dependencies for xep_0363 plugin 2025-05-02 23:03:53 +02:00
Willy 0e15667b31 nixos/tests/xmpp: fmt 2025-05-02 23:03:08 +02:00
nixpkgs-ci[bot] 7be7cc17c3
Merge master into staging-next 2025-05-02 18:05:12 +00:00
Maximilian Bosch b539370717
Merge: nixos/oci-containers: stricter dependencies for rootless containers with sdnotify=healthy (#394039) 2025-05-02 19:46:44 +02:00
nixpkgs-ci[bot] 36598c241f
Merge master into staging-next 2025-05-02 12:06:12 +00:00
jopejoe1 47f02df73f nixos/tests/installer: don't default to aliase 2025-05-01 19:49:38 +02:00
nixpkgs-ci[bot] b55cf0262f
Merge master into staging-next 2025-05-01 12:06:10 +00:00
Jonas Heinrich b62f2530fc nixos/tests/eintopf: switch to runTest 2025-05-01 13:24:28 +02:00
Masum Reza 800908cd55
nixosTests.scx: init (#401972)
For now, test only the useful schedulers, there's no need to test all of them.

Co-authored-by: Gliczy <129636582+Gliczy@users.noreply.github.com>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-01 12:14:55 +05:30
Maximilian Bosch 344ee0cf07
nixos/oci-containers: stricter dependencies for rootless containers with sdnotify=healthy
After running this configuration for a while, we
noticed that the containers didn't get back up once and the services
failed with the following error:

    Error: current system boot ID differs from cached boot ID; an unhandled reboot has occurred.

This is hard to reproduce and seems to be a timing issue. However,
the logs indicated another issue that this patch now solves:

* The ExecStartPost= indicated that the user session got stopped before
  which is required or sdnotify=healthy. Add explicit ordering for
  user@. This unfortunately requires a statically declared uid.
2025-04-30 14:23:25 +02:00
K900 b33f6719ea Merge remote-tracking branch 'origin/master' into staging-next 2025-04-29 21:14:51 +03:00
Marcus Ramberg 178f67938b
ebpf-exporter: init at 2.4.2 and add module (#301253) 2025-04-29 15:05:18 +02:00
K900 0d5d6bb41a Merge remote-tracking branch 'origin/master' into staging-next 2025-04-29 15:16:08 +03:00
Defelo e8e61acc9c
nixos/tests/prometheus/alertmanager-ntfy: init 2025-04-29 13:03:58 +02:00
Martin Weinelt 7cd06772e3
nixos/livekit: init, nixos/lk-jwt-service: init (#399627) 2025-04-29 12:44:07 +02:00
Henry-Hiles ba9ab12dc2
nixos/lk-jwt-service: add test 2025-04-29 01:03:33 -04:00
Henry-Hiles c8f4df349c
livekit: add test 2025-04-29 01:02:53 -04:00
K900 52b6eed9b1 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-28 01:15:44 +03:00
Wolfgang Walther cf794a4cb2
tt-rss : Cleanup, better tests, mark plugins as broken (#367736) 2025-04-27 19:10:29 +00:00
K900 bada9d0a53 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-27 21:10:10 +03:00
Defelo 008a4657dd
nixos/tests/prometheus: migrate to runTest 2025-04-27 17:19:57 +02:00
Victor Engmark fdf05e4991
nixos/tzupdate: Add basic test 2025-04-27 10:48:37 +02:00
K900 e8b6927681 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-27 09:11:39 +03:00
Ramses bad2e4ee3e
send: 3.4.23 -> 3.4.25 (#402098) 2025-04-27 01:26:57 +02:00
NullCube 5a0db60d73 nixos/tests/anubis: add testing for user-defined settings 2025-04-26 15:22:26 -07:00
Karun Sandhu 5cf6778925
send: add MrSom3body as maintainer 2025-04-26 21:00:53 +02:00
nixpkgs-ci[bot] 7ab7194186
Merge master into staging-next 2025-04-26 18:04:37 +00:00
Robert Hensing 0c4525d285
nixosTests: pass thru pkgs when available (#331873) 2025-04-26 17:55:17 +02:00
cr0n f46be21864
nixos/rsyncd: fix ini format for global section (#385064)
According to the manpage the rsyncd.conf has a global section without a
module header. Settings for listening port or bind address must be put
there and will not work if defined in a global submodule (i.e. below a
"[global]" header).

This commit changes the ini format generator for the rsyncd service to
allow a global section in the config file without a submodule header.

Fixes #304293

Credits to @nydragon

* remove retrocompat, add incompat release notes
2025-04-26 17:46:51 +02:00
nixpkgs-ci[bot] e18e82c10b
Merge master into staging-next 2025-04-26 14:55:49 +00:00
Ilan Joselevich 7da9ff9fab
nixos/openbao: init
- Added a NixOS module using RFC42 and plenty of systemd hardening
- Added a NixOS VM Test which checks the basic functionality
- Refactored the package to support HSM and UI
2025-04-26 14:48:58 +03:00
Gutyina Gergő 27d160b60b
nixos/glance: allow specifying secret settings 2025-04-26 13:42:15 +02:00
Tristan Ross 727fafa66f
nixosTests: pass thru pkgs when available 2025-04-25 11:39:19 -07:00
K900 b4c2d1d1df Merge remote-tracking branch 'origin/master' into staging-next 2025-04-25 21:14:51 +03:00
Ilan Joselevich d2c13800de
nixos/unifi: refactor test and package + update to 9.1.119 (#400950) 2025-04-25 21:05:32 +03:00
Weijia Wang b5b509cb59
wordpress: 6.7.2 -> 6.8 (#399726) 2025-04-25 17:16:25 +02:00
nixpkgs-ci[bot] 3e46fb5876
Merge master into staging-next 2025-04-25 14:20:47 +00:00
Ryan Lahfa 55c3343f8d
bootspec: generalize the bootspec tooling packaging (#401484) 2025-04-25 15:17:29 +02:00
K900 c8c30c91d5 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-25 16:12:45 +03:00
Morgan Jones 628221b42f
tests/openssh: write a test for CVE-2025-32728
PR #401506 fixed CVE-2025-32728. We can write a test for it, because
NixOS is awesome that way. So, check X11Forwarding and DisableForwarding
in the test suite.
2025-04-25 00:18:09 -07:00
Defelo 37914c29be
nixos/tests/olivetin: init 2025-04-24 23:40:51 +02:00
Raito Bezarius 139bfb5b5e nixos/system/activation/bootspec: generalize the bootspec tooling package
After RFC-0125 implementation, Determinate Systems was pinged multiple
times to transfer the repository ownership of the tooling to a
vendor-neutral repository.

Unfortunately, this never manifested. Additionally, the leadership of
the NixOS project was too dysfunctional to deal with this sort of
problem. It might even still be the case up to this day.

Nonetheless, nixpkgs is about enabling end users to enact their own
policies. It would be better to live in a world where there is one
obvious choice of bootspec tooling, in the meantime, we can live in a
world where people can choose their bootspec tooling.

The Lix forge possess one fork of the Bootspec tooling:
https://git.lix.systems/lix-community/bootspec which will live its own
life from now on.

Change-Id: I00c4dd64e00b4c24f6641472902e7df60ed13b55
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-04-24 18:22:02 +02:00
K900 4acb251aaa Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-24 15:09:54 +03:00
Neyts Zupan f07205812c paretosecurity: 0.1.9 -> 0.2.12
Also:
* enable tray icon by default when nixos module is enabled
* install desktop entry
* install paretosecurity:// URL handler
* install app icon
2025-04-24 11:12:40 +01:00
nixpkgs-ci[bot] d49ca5cb7e
Merge staging-next into staging 2025-04-24 00:16:17 +00:00
Piotr Kwiecinski ce207587ab
nixosTests.noto-fonts: migrate to runTest
Part of #386873
2025-04-23 19:47:51 +02:00
Emily 35937cd7d0 Merge staging-next into staging 2025-04-23 17:28:03 +01:00
Jonathan Davies f9aba46b57
nixos/prometheus-exporters/ebpf: init 2025-04-23 16:30:28 +01:00
Maciej Krüger cc70c14a88
netdata: 1.47.5 -> 2.4.0 (#390165) 2025-04-23 17:04:32 +02:00
xanderio 71ae33edd3
nixos/dependency-track: fix nginx config for frontend (#393041) 2025-04-23 16:19:22 +02:00
R. Ryantm 33730e48b8 wordpress: 6.7.2 -> 6.8 2025-04-23 15:46:59 +02:00
nixpkgs-ci[bot] ac976cffa0
Merge staging-next into staging 2025-04-23 12:06:57 +00:00
misuzu 13c54bde10
yarr: 2.4 -> 2.5, nixos/yarr: init (#393922) 2025-04-23 14:26:53 +03:00
Morgan Jones fd15f0eb3c nixosTests.armagetronad: make test more reliable to fix ZHF
Previously, we relied heavily on OCR to get past the game's tutorial
level, which timed out on aarch64 builders. We also relied on some timed inputs.
We can just do this by writing a line to the configuration, and letting
the simulated "players" die instead of trying to coredump each other
which takes better timing.
2025-04-23 00:25:39 -07:00
Ilan Joselevich 65506ebf0f
nixos/unifi: refactor test and package
- use autoPatchElf
- correct supported platforms
- use finalAttrs and stdenvNoCC
- use runTest
- attest the status of the service
2025-04-23 00:56:34 +03:00
Christoph Heiss ba3fecf0ef
nixos/yarr: init
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-04-22 22:08:33 +02:00
K900 df4847ebd5 Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-22 21:21:57 +03:00
Maximilian Bosch 7a48cf7a02
Merge: postgresqlPackages: add "asserts" option to postgresqlTestExtensions (#398205) 2025-04-22 16:10:28 +02:00
Maximilian Bosch 4c336c55b2
Merge: nextcloud29: drop (#397974) 2025-04-22 15:56:50 +02:00
Gaétan Lepage b3f6a4ed52
nixosTests.haproxy: migrate to runTest (#400184) 2025-04-22 14:39:19 +02:00
nixpkgs-ci[bot] 032ce947b2
Merge staging-next into staging 2025-04-22 12:06:47 +00:00
Piotr Kwiecinski 1c40626d78
nixosTests.haproxy: migrate to runTest
Part of #386873
2025-04-22 12:48:09 +02:00
Leona Maroni 88dc8d1ed0
cassandra_3_0, cassandra_3_11: remove due to EOL (#392377) 2025-04-22 11:24:24 +02:00
Thomas Gerbet ae11d4be17 cassandra_3_0, cassandra_3_11: remove due to EOL
Cassandra 3.0 and 3.11 are End of Life.
https://cassandra.apache.org/_/blog/Apache-Cassandra-3.0.x-and-3.11.x-End-of-Life-Announcement.html
2025-04-22 10:19:56 +02:00
Jörg Thalheim 7169b5d65c
nix-ld: 2.0.3 -> 2.0.4 (#399334) 2025-04-22 10:18:52 +02:00
Leona Maroni 455beb1ac0
varnish77: init at 7.7.0, varnish: move to varnish77, varnish75: drop (#394348) 2025-04-22 10:03:28 +02:00
K900 b47fbe4156 Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-22 07:50:27 +03:00
Ryan Horiguchi 547813ca4c
netdata: 1.47.5 -> 2.4.0 2025-04-22 03:17:08 +02:00
Leona Maroni 9f50990ca5
nixosTests.haka: remove stale invocation
Missed with the haka package removal (1eecf7cc)
2025-04-21 21:40:51 +02:00
K900 e22856305b Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-21 21:18:16 +03:00
Domen Kožar fee1e9db3e
paretosecurity: 0.1.3 -> 0.1.9 (#397890) 2025-04-21 18:28:16 +01:00
Leona Maroni dd3403a0f5
nixosTests.gitlab: add minimal test for gitlab-container-registry (#390623) 2025-04-21 18:39:17 +02:00
Martin Weinelt 96c56efbc6
discourse: 3.3.2 -> 3.4.2 (#394129) 2025-04-21 16:44:43 +02:00
Wolfgang Walther 722e4bf4ff
postgresqlPackages.pgvecto-rs: move test from VM to postgresqlTestExtension 2025-04-21 12:56:19 +02:00
Wolfgang Walther 3af009b416
postgresqlPackages.tsja: move test from VM to postgresqlTestExtension 2025-04-21 12:36:26 +02:00
Wolfgang Walther e06b22b254
postgresqlPackages.timescaledb: move test from VM to postgresqlTestExtension 2025-04-21 12:36:14 +02:00
Wolfgang Walther 6cc89cd16e
postgresqlPackages.citus: move test from VM to postgresqlTestExtension 2025-04-21 12:35:57 +02:00
K900 1bb422239f Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-21 10:01:23 +03:00
provokateurin 1efc79ccca
nextcloud29: drop 2025-04-21 07:48:32 +02:00
Tristan Ross 3990b11190
nixos/{vwifi,kismet}: init modules (#380819) 2025-04-20 17:02:03 -07:00
Morgan Jones 36cddaaa6f
nixos/kismet: init module
Use vwifi to write a proper test for Kismet. This test demonstrates how
to simulate wireless networks in NixOS tests, and extract meaningful
data by putting an interface in monitor mode using Kismet.
2025-04-20 15:39:23 -07:00
Morgan Jones a7e52b03c3
nixos/mattermost: correct file upload directory
Fix compatibility with previous versions by making sure all the uploads
and plugins end up in the correct directory. Add a test for the exact
path we care about to ensure that it doesn't work "on accident."

Discovered while updating instances to unstable.
2025-04-19 18:33:20 -07:00
nixpkgs-ci[bot] 32a844bfb7
Merge staging-next into staging 2025-04-20 00:17:44 +00:00
Weijia Wang 9c6d45c714
hbase: 2.5.10 -> 2.5.11, 2.6.1 -> 2.6.2 (#390403) 2025-04-20 01:19:47 +02:00
Pol Dellaiera 10ccc66294
nixosTests.hub: migrate to runTest (#400180) 2025-04-19 21:46:12 +00:00
Pol Dellaiera 9258185510
nixosTests.logrotate: migrate to runTest (#400176) 2025-04-19 21:28:13 +00:00
Piotr Kwiecinski 38453b10b1
nixosTests.hub: migrate to runTest
Part of #386873
2025-04-19 23:21:00 +02:00
Piotr Kwiecinski 22356f510d
nixosTests.logrotate: migrate to runTest
Part of #386873
2025-04-19 22:57:48 +02:00
Adam C. Stephens 21dcd7bbc1
nixosTests.forgejo{,-lts}: simplify workflow subtest (#398217) 2025-04-19 16:47:27 -04:00
Neyts Zupan ce6b63de06 paretosecurity: 0.1.3 -> 0.1.9
Also some modernization/gardening package and tests, thanks @tfc!
2025-04-19 21:36:36 +01:00
Piotr Kwiecinski 193857d582
nixosTests.man: migrate to runTest
Part of #386873
2025-04-19 22:21:12 +02:00
Wolfgang Walther 7f76f39830
nixos/rush: init module (#398463) 2025-04-19 18:25:49 +00:00
nixpkgs-ci[bot] 5ec4cb1365
Merge staging-next into staging 2025-04-19 18:05:00 +00:00
João Nogueira 24ad63ef2a
nixos/rush: init module 2025-04-19 19:45:05 +02:00
Piotr Kwiecinski d7e7243d4c
nixosTests.signal-desktop: migrate to runTest
Part of #386873
2025-04-19 18:54:11 +02:00
nixpkgs-ci[bot] 6d87397256
Merge staging-next into staging 2025-04-19 12:06:09 +00:00
Pol Dellaiera 4ad61b022b
kexec-tools: passthru kexec tests and migrate to runTest (#399539) 2025-04-19 10:14:49 +00:00
nixpkgs-ci[bot] 060ba4dad7
Merge staging-next into staging 2025-04-19 00:15:33 +00:00
Yifei Sun 13bc649444
caddy: 2.9.1 -> 2.10.0 2025-04-18 17:03:23 -04:00
Piotr Kwiecinski 610021f4b6
nixosTests.fancontrol: migrate to runTest
Part of #386873
2025-04-18 21:28:41 +02:00
nixpkgs-ci[bot] 27f5e49d97
Merge staging-next into staging 2025-04-18 00:16:05 +00:00
Thomas Gerbet a09af24025 varnish75: drop
varnish75 is EOL and vulnerable to CVE-2025-30346
2025-04-17 23:06:40 +02:00
Thomas Gerbet 98d6f4dc0a varnish77: init at 7.7.0 2025-04-17 23:06:05 +02:00
Pol Dellaiera 7099adf693
nixosTests.writefreely: migrate to runTest (#399576) 2025-04-17 20:45:35 +00:00
Jan Tojnar ef88c3a180
Merge geocode-glib: drop, geocode-glib_2: refactor (#399091) 2025-04-17 21:44:37 +02:00
Piotr Kwiecinski 5570aab340
nixosTests.writefreely: migrate to runTest
Part of #386873
2025-04-17 21:11:08 +02:00
Pol Dellaiera 3c24ed2f03
nixosTests.printing-{socket,service,socket-notcp,service-notcp}: migrate to runTest (#399201) 2025-04-17 18:50:32 +00:00
Pol Dellaiera 9d700be422
nixosTests.obs-studio: migrate to runTest (#399181) 2025-04-17 18:49:56 +00:00
Felix Singer 56a14faedb nixosTests.kexec: migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-17 20:20:09 +02:00
nixpkgs-ci[bot] 2518f525a1
Merge staging-next into staging 2025-04-17 18:05:54 +00:00
wxt 6b2d2f7549 nixosTests.mailhog: reenable the flags 2025-04-17 20:57:14 +08:00
nixpkgs-ci[bot] 3a9d37f1e7
Merge staging-next into staging 2025-04-17 12:06:35 +00:00
Gaétan Lepage 45d3a9cde2
nixosTests.mpd: migrate to runTest (#399174) 2025-04-17 10:55:08 +02:00
Gaétan Lepage f3ae7778c7
nixosTests.mailhog: remove unsupported flags from sendmail & migrate to runTest (#399113) 2025-04-17 10:35:47 +02:00
Pol Dellaiera dfa9fb3330
nixosTests.samba: migrate to runTest (#399183) 2025-04-17 07:29:46 +00:00
nixpkgs-ci[bot] 628702366c
Merge staging-next into staging 2025-04-17 06:05:50 +00:00
Aleksana e93827f155
rabbitmq-java-client: drop (#391100) 2025-04-17 09:46:35 +08:00
nixpkgs-ci[bot] c229332680
Merge staging-next into staging 2025-04-17 00:16:17 +00:00
João Nogueira 84137f5adb
nixosTests.nix-ld: migrate to runTest
https://github.com/NixOS/nixpkgs/issues/386873
2025-04-17 02:02:34 +02:00
João Nogueira bdc70ea03c
nixosTests.nix-ld: remove redundant test with alias
https://github.com/NixOS/nixpkgs/pull/335290
2025-04-17 01:50:27 +02:00
Gaétan Lepage b9ff86dcd3
nixosTests.mailman: migrate to runTest (#399172) 2025-04-16 22:57:26 +02:00
nixpkgs-ci[bot] d8e0934a9d
Merge staging-next into staging 2025-04-16 18:05:39 +00:00
Matthew Croughan 706b0a020b
nixos/ax25/{axports,axlisten}: init (#399020) 2025-04-16 17:25:11 +01:00
Gaétan Lepage 005c8291f3
nixosTests.static-web-server: migrate to runTest (#399189) 2025-04-16 17:11:32 +02:00
Gaétan Lepage 2fa59187b9
nixosTests.memcached: migrate to runTest (#399173) 2025-04-16 17:08:01 +02:00
Piotr Kwiecinski f4d6226cf7
nixosTests.memcached: migrate to runTest
Part of #386873
2025-04-16 16:50:32 +02:00
Piotr Kwiecinski 46ddd0d906
nixosTests.printing-{socket,service,socket-notcp,service-notcp}: migrate to runTest
Part of #386873
2025-04-16 14:55:07 +02:00
Piotr Kwiecinski efee1fc5cc
nixosTests.static-web-server: migrate to runTest
Part of #386873
2025-04-16 14:36:52 +02:00
Piotr Kwiecinski bd49230ea4
nixosTests.samba: migrate to runTest
Part of #386873
2025-04-16 14:23:11 +02:00
Piotr Kwiecinski 0492f44ab9
nixosTests.obs-studio: migrate to runTest
Part of #386873
2025-04-16 14:12:28 +02:00
nixpkgs-ci[bot] a0c5005f59
Merge staging-next into staging 2025-04-16 12:06:56 +00:00
Piotr Kwiecinski 1cfcbd9a94
nixosTests.nextflow: migrate to runTestOn
Part of #386873
2025-04-16 13:47:54 +02:00
Piotr Kwiecinski faa19418f5
nixosTests.mpd: migrate to runTest
Part of #386873
2025-04-16 13:39:11 +02:00
Piotr Kwiecinski 6856d8da4f
nixosTests.mailman: migrate to runTest
Part of #386873
2025-04-16 13:24:44 +02:00
Piotr Kwiecinski 4aee21a52a
nixosTests.mailhog: migrate to runTest
Part of #386873
2025-04-16 10:12:28 +02:00
Piotr Kwiecinski af299f3b4e
nixosTests.mailhog: remove unsupported flags from sendmail 2025-04-16 10:09:10 +02:00
Grimmauld 25aeff88f5
nixos/tests/geocode-glib: point to geocode-glib_2 2025-04-16 10:07:18 +02:00
Pratham Patel 017470398f nixosTests/cosmic: add timeouts as to not waste time and hold resources
The NixOS tests for COSMIC fail on `aarch64-linux`. So far, this points
to virgl/opengl not working properly on aarch64+qemu but we don't
enable 3D acceleration on `x86_64-linux` either.

Regardless, this means that tests on `aarch64-linux` that are failing,
are not failing early enough and become a 15 minute (900 seconds is the
default timeout) resource hog on Ofborg and Hydra. A temporary way
around this problem is to introduce shorter timeouts than the default of
900 seconds.
2025-04-16 09:14:41 +02:00
Robert James Hernandez ad96307225 nixos/tests/ax25: init 2025-04-16 00:01:32 +00:00
nixpkgs-ci[bot] 1ef670fe99
Merge staging-next into staging 2025-04-15 18:05:12 +00:00
Pol Dellaiera e699969210
cups-pdf: misc improvements in package, module, vmtest (#387364) 2025-04-15 19:24:43 +02:00
Thiago Kenji Okada 36e3893392
cockpit: fix sudo login (#398885) 2025-04-15 18:01:30 +01:00
lucasew 51ac5d673e cockpit: format
Signed-off-by: lucasew <lucas59356@gmail.com>
2025-04-15 11:54:12 -03:00
lucasew 45088ac0b0 cockpit: fix sudo login, patch tweaking, option for allowed origins
Signed-off-by: lucasew <lucas59356@gmail.com>
2025-04-15 11:50:01 -03:00
lucasew d74ba48799 nixosTests.cockpit: tests more complete
Signed-off-by: lucasew <lucas59356@gmail.com>
2025-04-15 09:21:27 -03:00
Wolfgang Walther a8a3dca6f2
nixosTests.gitlab: fix
Not sure why the .ssh folder already exists by now, but this fixes it
for now and makes sure it won't regress if the folder does not exist
anymore.
2025-04-15 13:05:57 +02:00
Benjamin Sparks 1e3bd24162 nixos/rabbitmq: use amqpcat instead of rabbitmq-java-client
rabbitmq-java-client no longer contains the PerfTest tool
2025-04-14 23:22:56 +02:00
nixpkgs-ci[bot] bd5d8282de
Merge staging-next into staging 2025-04-13 18:04:59 +00:00
Martin Weinelt fbf76bf72b
make-initrd-ng: Restore stripped file permissions (#398396) 2025-04-13 18:11:19 +02:00
Will Fancher c9ea864d6f nixos/shutdown: Create /run/initramfs with mode 0700 2025-04-13 12:02:16 -04:00
emilylange 1c8cb24d42
nixosTests.forgejo{,-lts}: simplify workflow subtest
This is substantially less hacky and less fragile than the previous
approach that used htmlq to parse the raw html returned by the frontend
and then compared the extracted status against a hardcoded list of known
translated statuses.

Back when this subtest was added, there simply was no API endpoint to
gather this information yet. I had this in my out of tree variant of
Forgejo for a while now.

Requires Forgejo v8.0.0+
2025-04-12 23:16:53 +02:00
nixpkgs-ci[bot] a78b3ccf56
Merge staging-next into staging 2025-04-12 12:06:06 +00:00
nixpkgs-ci[bot] de34ff9def
Merge master into staging-next 2025-04-12 12:05:35 +00:00
Seth Flynn cbbb90e0bb
conduwuit: mark as EOL, nixos/conduwuit: remove (#397902) 2025-04-12 06:02:34 -04:00
nixpkgs-ci[bot] 3bf50e95e8
Merge staging-next into staging 2025-04-12 00:15:51 +00:00
Niklas Korz d2fb99b640 nixos/conduwuit: remove
As the conduwuit project has been officially discontinued,
and the conduwuit NixOS module hasn't been around long enough
to appear in any stable NixOS release, we've removed it.
2025-04-11 22:30:09 +02:00
K900 aece6a0c1f Merge remote-tracking branch 'origin/master' into staging-next 2025-04-11 21:17:42 +03:00
Heitor Augusto 446b74a552
{nixos/cosmic, cosmic-packages}: adopt by NixOS/cosmic team 2025-04-11 21:09:51 +05:30
Sandro 1cb88030dd
nixos/whoami: init module (#397396) 2025-04-11 17:00:16 +02:00
nixpkgs-ci[bot] 038f6e9c50
Merge staging-next into staging 2025-04-11 09:43:43 +00:00
nixpkgs-ci[bot] 5858ce00b1
Merge master into staging-next 2025-04-11 09:43:11 +00:00
Wolfgang Walther c76d239f14
nixos/postgres-websockets: init (#397408) 2025-04-11 07:47:10 +00:00
Alexander Sieg 4bc3f43923
nixos/dependency-track: fix nginx config for frontend
Apparend I fell for some browser cache when implementing this in the
first place. This patch is based on the upstream nginx config.

5f318aca10/docker/etc/nginx/templates/default.conf.template
2025-04-10 12:24:29 +02:00
Wolfgang Walther d62c14f5d1
nixos/postgres-websockets: init 2025-04-10 10:12:27 +02:00
nixpkgs-ci[bot] 81875530ef
Merge staging-next into staging 2025-04-09 16:04:46 +00:00
nixpkgs-ci[bot] b66e31c26a
Merge master into staging-next 2025-04-09 16:04:15 +00:00
Defelo 0e02f935b8
nixos/tests/whoami: init 2025-04-09 16:51:16 +02:00
Adam C. Stephens f2200ca6ee
nixos/anubis: init module (#392018) 2025-04-09 09:23:35 -04:00
K900 c41ad742f6 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-09 15:31:47 +03:00
Franz Pletz a59452010b
nixos/nginx: fix mkDefaultListenVhost mapping for unix sockets (#371561) 2025-04-09 13:45:02 +02:00
Arne Keller fb8cc8c444
lavalink: init at 4.0.8; nixos/lavalink: init (#344687) 2025-04-09 10:26:09 +02:00
nixpkgs-ci[bot] fecf0a2507
Merge staging-next into staging 2025-04-09 00:16:12 +00:00
nixpkgs-ci[bot] 6c98e107c7
Merge master into staging-next 2025-04-09 00:15:45 +00:00
Ivan Trubach bcd6066a34
centrifugo: 5.4.9 -> 6.1.0 (#396824) 2025-04-09 00:03:46 +03:00
Leona Maroni f2ebbabda0
discourse: 3.3.2 -> 3.4.2
https://meta.discourse.org/t/3-3-3-security-and-maintenance-release/343239
https://meta.discourse.org/t/3-3-4-security-and-maintenance-release/349301
https://blog.discourse.org/2025/02/unpacking-discourse-3-4/
https://meta.discourse.org/t/3-4-1-bug-fix-and-ux-release/353247
https://meta.discourse.org/t/3-4-2-security-and-bug-fix-release/358152
2025-04-08 22:56:45 +02:00
Leona Maroni 9d02f876c4
nixosTests.discourse: fix after dovecot2 change 2025-04-08 22:44:35 +02:00
nanoyaki 91b4c97cef nixos/lavalink: add nixos test 2025-04-08 20:40:21 +02:00
nixpkgs-ci[bot] b89da0c380
Merge staging-next into staging 2025-04-08 18:05:06 +00:00
nixpkgs-ci[bot] a72dfbca8f
Merge master into staging-next 2025-04-08 18:04:25 +00:00
Seth Flynn 43f7128bbe
nixos/reposilite: init module (#381197) 2025-04-08 11:07:36 -04:00
R. Ryantm 92729eb5e0 envfs: 1.0.6 -> 1.1.0 2025-04-08 19:47:39 +05:30
Vincent Breitmoser 119b243fd3 centrifugo: add valodim as maintainer 2025-04-08 14:21:46 +02:00
Vincent Breitmoser 10c071b107 centrifugo: fix ldflags paths and nixos test for v6 2025-04-08 14:21:46 +02:00
nixpkgs-ci[bot] 57ba847acd
Merge staging-next into staging 2025-04-08 12:07:21 +00:00
K900 d121800fdb Merge remote-tracking branch 'origin/master' into staging-next 2025-04-08 12:44:34 +03:00
Bruno BELANYI 15072f38a7
nixos/homebox: add 'database.createLocally' (#396915) 2025-04-08 10:33:18 +01:00
K900 5bebb23ff6 Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-08 10:32:34 +03:00
K900 f42e00d66e Merge remote-tracking branch 'origin/master' into staging-next 2025-04-08 10:29:26 +03:00
Winter a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
K900 431a47ab29 Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-08 09:30:30 +03:00
K900 0842b11f2b Merge remote-tracking branch 'origin/master' into staging-next 2025-04-08 09:29:48 +03:00
Tristan Ross 3789fbc4fc
nixos/nebula: add CAP_NET_BIND_SERVICE when lighthouse node serves DNS (#353665) 2025-04-07 17:27:03 -07:00
Bruno BELANYI 52cb257ea6 nixosTest.homebox: test postgres provisioning 2025-04-07 22:19:58 +01:00
K900 b3146d4446 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-07 21:21:10 +03:00
Arian van Putten a7424febee
nixos/tests/fluent-bit: add regression test for #395128 (#395625) 2025-04-07 19:32:41 +02:00
Tristan Ross 77f77a046a
mattermost: 9.11.11 -> 10.5.2; use formats.json; squash systemd-tmpfiles warning (#376838) 2025-04-07 10:27:15 -07:00
Pol Dellaiera 65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Pratham Patel d4afb70293 nixosTests.cosmic-autologin-noxwayland: init 2025-04-07 20:18:46 +05:30
Pratham Patel 64627fbbb2 nixosTests.cosmic-noxwayland: init 2025-04-07 20:18:46 +05:30
Pratham Patel 3dde381d9d nixosTests.cosmic-autologin: init 2025-04-07 20:18:46 +05:30
Pratham Patel d4ea9e9d2e nixosTests.cosmic: init 2025-04-07 20:18:46 +05:30
Pratham Patel 253906b62b nixosTests: add base configuration for the COSMIC modules' tests 2025-04-07 20:18:46 +05:30
Arne Keller 0bd982a343
agnos: init at 0.1.0, nixos/agnos: init (#351678) 2025-04-07 16:21:00 +02:00
nixpkgs-ci[bot] 9b0e9beb82
Merge staging-next into staging 2025-04-07 12:06:54 +00:00
K900 74d5b70eb2 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-07 09:36:05 +03:00
Morgan Jones 1f67f0f1c9
nixos/tests/mattermost: disable MySQL tests on aarch64
There seems to be some intermittent issue initializing the database on
aarch64. Still test Postgres since it is the default.
2025-04-06 17:40:51 -07:00
Peder Bergebakken Sundt 110afff26d
nixos/kafka: Added cluster/MirrorMaker testcase (#317496) 2025-04-07 02:36:46 +02:00
nixpkgs-ci[bot] b82a1fffdc
Merge staging-next into staging 2025-04-07 00:16:45 +00:00
Wolfgang Walther abe932c62f
nixos/all-tests: Fix typo (#396622) 2025-04-06 20:38:12 +00:00
K900 0394516316 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-06 22:38:41 +03:00
Pol Dellaiera bd0b4a43f7
nixosTests.calibre-{web,server}: migrate to runTest (#396377) 2025-04-06 20:53:06 +02:00
a-kenji 47b5578366 nixos/all-tests: Fix typo 2025-04-06 11:32:43 -07:00
nixpkgs-ci[bot] a7e995024f
Merge staging-next into staging 2025-04-06 18:04:46 +00:00
nixpkgs-ci[bot] 4c9d1fab5f
Merge master into staging-next 2025-04-06 18:04:14 +00:00
Justinas Stankevicius 7757648f82 nixos/agnos: init 2025-04-06 19:53:26 +03:00
Pol Dellaiera 81e3810967
treewide: remove azahi from maintainers (#396543) 2025-04-06 16:06:24 +02:00
azahi 5f25aceff5
treewide: remove azahi from maintainers 2025-04-06 15:09:19 +03:00
nixpkgs-ci[bot] aa769daf67
Merge staging-next into staging 2025-04-06 10:40:51 +00:00
nixpkgs-ci[bot] 9760071a02
Merge master into staging-next 2025-04-06 10:40:20 +00:00
Pol Dellaiera 4cbd6215c0
nixosTests.atop: migrate to runTest (#396382) 2025-04-06 12:25:17 +02:00
K900 05bc93a58a Merge remote-tracking branch 'origin/master' into staging-next 2025-04-06 11:20:16 +03:00
Doron Behar 342589fe02
nixos/taskchampion-sync-server: fix start failure (#396478) 2025-04-06 08:47:52 +03:00
municorn badd9d1a70
nixos/taskchampion-sync-server: add host option, fix ExecStart
fixes the command line arguments for taskchampion-sync-server, also adding a new `host` option. fixes the corresponding test as well.
2025-04-05 22:09:44 -06:00
Will Fancher afdd737c95 nixos/tests: Fix systemd-shutdown
Since 459ddaec26, stdout of PID 1
and children such as systemd generators and systemd-shutdown scripts
goes to `tty0` instead of `ttyS0`. This is because systemd's stdout is
`/dev/console`, which represents only one tty at a time, as explained
here: https://docs.kernel.org/admin-guide/serial-console.html

The reason PID 1's own output makes it to both consoles is because
it uses kmsg as its log target both before journald has started and
once the `systemd-shutdown` executable takes control. Unlike
`/dev/console`, kmsg output makes it to one console *of each type*,
i.e. one VT and one serial console.
2025-04-05 23:29:14 -04:00
nixpkgs-ci[bot] 5c0edef29f
Merge staging-next into staging 2025-04-06 00:17:25 +00:00
6543 cac3bdab21
nixos/services.mysql: add galera cluster options (#388978)
And add release notes for new option.

Co-authored-by: Arne Keller <arne.keller@posteo.de>
2025-04-06 00:26:06 +02:00
Jonathan Davies 4fd8bff9d8
nixos/kafka: Added mirrormaker testcase 2025-04-05 23:18:44 +01:00
Jonathan Davies fcaf5c3cac
nixos/kafka: Added cluster testcase 2025-04-05 23:18:42 +01:00
Jonathan Davies 92840dbee7
nixos/kafka: Moved existing test to subdirectory 2025-04-05 23:18:28 +01:00
K900 5e55028d84 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-05 21:29:35 +03:00
Wolfgang Walther dd5fd6cc22
postgresql: always build with JIT enabled
This changes the build to always enable JIT - but to only enable it at
run-time, when required. This keeps the runtime closure small without
JIT, but allows enabling it without a rebuild. We can do this, because
JIT is actually built as a shared module, which is loaded at run-time.
We put it into a -jit output and only link it into the environment when
requested.

Under the hood, this uses withPackages and adds the "JIT package" -
thus, to be able to use withPackages on top of that, we also need to be
able to apply withPackages repeatedly.

This cuts down the number of NixOS tests in half, because we don't need
to run it for every version with and without JIT anymore. There really
is no point in running everything with llvmjit.so in place, when the
queries are not making use of it anyway.

Also, we only need to build each extension once and not twice, further
reducing the number of rebuilds required for PRs touching postgresql.
2025-04-05 20:00:13 +02:00
Piotr Kwiecinski 9cb379134c
nixosTests.atop: migrate to runTest
Part of #386873
2025-04-05 18:56:33 +02:00
Piotr Kwiecinski 38d86e4725
nixosTests.calibre-server: migrate to runTest
Part of #386873
2025-04-05 18:35:52 +02:00
Piotr Kwiecinski 0aa6ecb083
nixosTests.calibre-web: migrate to runTest
Part of #386873
2025-04-05 18:29:55 +02:00
Piotr Kwiecinski 48232ce3d8
nixosTests.wastebin: migrate to runTest
Part of #386873
2025-04-05 18:17:28 +02:00
Pol Dellaiera ceb8b4a5f9
nixosTests.gerrit: Migrate to runTest (#396222) 2025-04-05 18:13:33 +02:00
Pol Dellaiera fb6689ba1c
nixosTests.mumble: Migrate to runTest (#396240) 2025-04-05 18:13:19 +02:00
Pol Dellaiera 9b3330b484
nixosTests.mailpit: migrate to runTest (#396141) 2025-04-05 16:14:04 +02:00
Pol Dellaiera fd715c7122
nixosTests.github-runner: migrate to runTest (#396133) 2025-04-05 16:13:34 +02:00
Pol Dellaiera e845d3c4ef
nixosTests.kimai: migrate to runTest (#396132) 2025-04-05 16:13:12 +02:00
Pol Dellaiera 44385c96be
nixosTests.gnome: migrate to runTest (#396098) 2025-04-05 16:12:45 +02:00
Cassie Cheung cadf4cfc83
nixos/anubis: init module 2025-04-05 21:48:39 +08:00
Wolfgang Walther cd972edfe4
postgresqlJitPackages.plv8: unbreak
This was originally marked as broken, because plv8 hardcoded gcc in its
Makefile. This has been resolved upstream in the meantime, so it builds
fine.
2025-04-05 13:41:30 +02:00
Felix Singer b911a6122b nixosTests.mumble: Migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 10:02:19 +02:00
Felix Singer 9ef0e4580e nixosTests.gerrit: Migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 09:12:20 +02:00
Martin Weinelt fe08c5ad19
home-assistant: 2025.3.4 -> 2025.4.0 (#395618) 2025-04-05 06:17:50 +02:00
Martin Weinelt c829a6d7ce
nixos/tests/home-assistant: update for 2025.4.0
Remove the shelly component, as it now has a dependency on a bluetooth
setup, which is not easy to provide in the test environment. Enabling
`hardware.bluetooth.enable` is insufficient.

Turn up the loglevel to `debug`, so we can still see which integrations
get set up. This is used for for checking whether all our ways of setting
up integrations still work.
2025-04-05 04:26:34 +02:00
nixpkgs-ci[bot] 1cb902e7f0
Merge master into staging-next 2025-04-05 00:15:16 +00:00
Piotr Kwiecinski 6b63b4a2f5
nixosTests.mailpit: migrate to runTest
Part of #386873
2025-04-05 00:50:41 +02:00
Piotr Kwiecinski 754a229d74
nixosTests.github-runner: migrate to runTest
Part of #386873
2025-04-05 00:01:55 +02:00
Piotr Kwiecinski e9a7bc917c
nixosTests.kimai: migrate to runTest
Part of #386873
2025-04-04 23:56:15 +02:00
Adam C. Stephens 017583d659
incus: build and expose documentation (#395767) 2025-04-04 17:41:33 -04:00
Pol Dellaiera b7c12d6b28
nixosTests.homepage-dashboard: migrate to runTest (#396104) 2025-04-04 23:16:35 +02:00
Pol Dellaiera 781d3863a4
nixosTests.bind: migrate to runTest (#396097) 2025-04-04 23:16:18 +02:00
Pol Dellaiera 394e841208
nixosTests.cgit: migrate to runTest (#396099) 2025-04-04 23:15:57 +02:00
Piotr Kwiecinski 8fbb437033
nixosTests.homepage-dashboard: migrate to runTest
Part of #386873
2025-04-04 21:16:05 +02:00
Piotr Kwiecinski 33f2784b7c
nixosTests.cgit: migrate to runTest
Part of #386873
2025-04-04 21:08:27 +02:00
Piotr Kwiecinski c643fa9615
nixosTests.gnome: migrate to runTest
Part of #386873
2025-04-04 21:03:57 +02:00
Piotr Kwiecinski 10de31a04d
nixosTests.bind: migrate to runTest
Part of #386873
2025-04-04 20:57:18 +02:00
Piotr Kwiecinski 92d438cec9
nixosTests.moodle: migrate to runTest
Part of #386873
2025-04-04 20:49:57 +02:00
jade fd5897d393
lixPackageSets.lix_2_92: init (#393444) 2025-04-04 11:31:04 -07:00
K900 79542ad7f3 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-04 21:11:09 +03:00
Marcus Ramberg f3cfb1c5ff
nixos/pocket-id: init, pocket-id: init at 0.45.0 (#381867) 2025-04-04 20:04:47 +02:00
Pol Dellaiera b6f910a2f7
nixosTests.tuxguitar: migrate to runTest (#396010) 2025-04-04 19:19:04 +02:00
Pol Dellaiera 394ed7966c
nixosTests.lighttpd: migrate to runTest (#396014) 2025-04-04 19:12:48 +02:00
Pol Dellaiera eb3ca1d59d
nixosTests.starship: migrate to runTest (#396019) 2025-04-04 19:10:23 +02:00
Pol Dellaiera 05cf75375e
nixosTests.librenms: migrate to runTest (#396007) 2025-04-04 17:54:23 +02:00
Domen Kožar 62f8086f7b
paretosecurity: 0.0.96 -> 0.1.3 (#395837) 2025-04-04 13:49:37 +01:00
Neyts Zupan 3c6b1cf6f6 paretosecurity: 0.0.96 -> 0.1.3
Also:
 * Fix PATH for systemd services
 * Make UI tests faster and more robust by setting low resolution
2025-04-04 13:25:30 +01:00
Piotr Kwiecinski d86c274b99
nixosTests.starship: migrate to runTest
Part of #386873
2025-04-04 14:23:09 +02:00
Piotr Kwiecinski 8f0d4225d4
nixosTests.lighttpd: migrate to runTest
Part of #386873
2025-04-04 14:14:45 +02:00
nixpkgs-ci[bot] 0fe8d07ae9
Merge master into staging-next 2025-04-04 12:06:06 +00:00
Piotr Kwiecinski 470a936f46
nixosTests.tuxguitar: migrate to runTest
Part of #386873
2025-04-04 13:55:33 +02:00
Piotr Kwiecinski 8807f45da0
nixosTests.librenms: migrate to runTest
Part of #386873
2025-04-04 13:44:11 +02:00
Arian van Putten 145cc7ff23 nixos/tests/fluent-bit: migrate to runTest 2025-04-04 12:17:59 +01:00
Arian van Putten 388a54929a nixos/tests/fluent-bit: add regression test for #395128 2025-04-04 12:16:52 +01:00
Yarny0 74838606a0 {nixos/tests/}/cups-pdf: use getExe and substituteInPlace
With `lib.getExe`, we also use "magick" instead of "convert`,
and thereby avoid the ImageMagick warning message:

> WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"

The replacement string for the
`cp` command is shortened.
This is a bit risky since an update might inadvertently
introduce a similar string that is then also replaced.
However, the leading double-quote and
trailing space seem safe enough to me.
2025-04-04 12:18:19 +02:00
uku 3a856acfc9
nixos/tests/reposilite: init 2025-04-04 09:46:24 +02:00
rorosen cb60a01188
nixos/rke2: make tests work in test driver sandbox (#395775) 2025-04-04 08:25:24 +02:00
nixpkgs-ci[bot] 276f9ec976
Merge master into staging-next 2025-04-04 00:15:35 +00:00
Bert Proesmans 871a9b2890 nixos/nginx: add unix-socket default-listen test case
Includes timeout=1 while checking existence of unix socket file paths
2025-04-03 19:57:26 +00:00
Pol Dellaiera e7241d6260
nixosTests.kanboard: migrate to runTest (#393333) 2025-04-03 21:04:04 +02:00
Pol Dellaiera 03bf44b9ea
nixos/freenet: refactor, migrate to runTest (#391886) 2025-04-03 21:03:40 +02:00
Pol Dellaiera 6846ab20f5
nixosTests.bees: migrate to runTest (#395794) 2025-04-03 21:03:28 +02:00
Florian Klink e9a9de1735
nixos/movim: H2O support, H2O + Ejabberd + runTest (#385040) 2025-04-03 19:51:51 +01:00
Piotr Kwiecinski 6a1662f754
nixosTests.bees: migrate to runTest
Part of #386873
2025-04-03 18:47:20 +02:00
Adam C. Stephens 21197daa39
incus: build and expose documentation 2025-04-03 16:00:08 +00:00
nixpkgs-ci[bot] 51d40a0f08
Merge staging-next into staging 2025-04-03 12:06:39 +00:00
Pol Dellaiera 624267afb1
nixosTests.mosquitto: migrate to runTest (#395538) 2025-04-03 12:54:23 +02:00
Daniel Nagy 699c1f4c7a
nixosTests.freenet: migrate to runTest
Tracking issue: #386873
2025-04-03 10:15:00 +02:00
Zexin Yuan 2ae4dff6ab
nixosTests.kanboard: migrate to runTest
Tracking issue: NixOS#386873
2025-04-03 15:36:13 +08:00
Gutyina Gergő 01be6580d3
nixos/pocket-id: init
Co-authored-by: ymstnt <21342713+YMSTNT@users.noreply.github.com>
2025-04-03 09:26:57 +02:00
Pol Dellaiera 024b049edf
mpvScripts.simple-mpv-webui: remove broken symlink; nixosTests.mpv: migrate to runTest (#395517) 2025-04-03 09:21:31 +02:00
K900 30830c6791 Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-03 09:16:43 +03:00
zowoq b16f158e1b nixos/hydra: switch to runTest, refactor 2025-04-03 10:11:53 +10:00
Gaétan Lepage 39feb5ab8b
nixosTests.docker{rootless,registry,tools-overlay,tools-cross}: migrate to runTest (#395516) 2025-04-03 00:29:39 +02:00
Emily 8159a40eef
nixos/grafana-agent: remove (#395514) 2025-04-03 00:28:13 +02:00
Gaétan Lepage 68c2987b76
nixosTests.grocy: migrate to runTest (#395528) 2025-04-02 23:43:34 +02:00
Nick Cao a084e920e0
ocis_5-bin: rename from ocis-bin (#394598) 2025-04-02 16:56:09 -04:00
Florian Klink 28b1639d57 nixos/grafana-agent: remove
As described in https://github.com/NixOS/nixpkgs/pull/394017,
grafana-agent does not build with Go 1.23 anymore, and Go 1.22 has been
removed.

grafana-agent has been deprecated by Grafana (in favour of Grafana
Alloy), and will be EOL on 2025-11-01, which would be part of the
upcoming 25.05 release.

Instead of leaving us with a broken package, drop it alltogether, and
add release notes.
2025-04-02 21:45:31 +01:00