Commit graph

812514 commits

Author SHA1 Message Date
Kenichi Kamiya 2ddbda9467
lima: add meta.knownVulnerabilities
The current version 1.0.7 (in release-25.05) is related to these CVEs.

refs:
  * 1.0.7 -> 1.1.1: 97c0a198aa
  * 1.2.1 -> 1.2.2: d0beb16463

Not-cherry-picked-because: Updating to 1.2.2 is not suitable for stable channels. This is because version 1.1.1 is not compatible, especially on the package manager side.
2025-11-07 03:38:02 +09:00
Matt Sturgeon e8ad109a35
[Backport release-25.05] ci/github-script/bot: fix concurrency limit (#459220) 2025-11-06 18:06:49 +00:00
Wolfgang Walther 64e777a4d9 ci/github-script/bot: fix concurrency limit
This was introduced as part of the hotfix PR to avoid hitting API rate
limits - but the condition was wrong. It was supposed to trigger in all
PR contexts, not only for the Test workflow.

(cherry picked from commit a146035a2b)
2025-11-06 18:03:44 +00:00
Florian Klink f7c1191969
[release-25.05] gerrit: 3.11.5 -> 3.11.7 (#458579) 2025-11-06 17:42:31 +00:00
Wolfgang Walther 13d245b67b
[Backport release-25.05] ci/github-script/merge: add hint about stuck GitHub (#459212) 2025-11-06 17:26:41 +00:00
Wolfgang Walther 431046845d ci/github-script/merge: add hint about stuck GitHub
Unfortunately it still happens frequently that, after enabling
auto-merge, GitHub is stuck even though all checks have passed, and
doesn't merge the PR. Any contributor can trigger GitHub again with an
approval of the PR - this will then immediately queue the PR for merge.

Adding a hint to the posted comment, should help users through this
without my intervention.

(cherry picked from commit d086c6c6b3)
2025-11-06 17:18:03 +00:00
nixpkgs-ci[bot] c39a353448
[Backport release-25.05] chatzone-desktop: 5.4.1 -> 5.5.0 (#459191) 2025-11-06 17:02:26 +00:00
Wolfgang Walther 42d485ce3b
[Backport release-25.05] workflows/bot: improve for treewides (#459184) 2025-11-06 16:44:33 +00:00
Petr Portnov f8acc6cb1e chatzone-desktop: 5.4.1 -> 5.5.0
(cherry picked from commit 7bff6223a9)
2025-11-06 16:21:21 +00:00
Fernando Rodrigues a0d7fae135
[Backport release-25.05] garnet: 1.0.84 -> 1.0.86 (#452825) 2025-11-06 16:03:42 +00:00
Wolfgang Walther 59923caae0 ci/github-script/bot: limit concurrency in PR runs
This lead to reaching secondary API limits in a treewide recently, so we
better limit it to where we actually need it.

(cherry picked from commit cd7f83638e)
2025-11-06 15:59:31 +00:00
Wolfgang Walther eeb3971911 ci/github-script/reviewers: add TODO about future optimization
We still use a few too many API requests by checking team members for
collaborator status - we can improve on that in the future.

(cherry picked from commit 17199e5ff6)
2025-11-06 15:59:30 +00:00
Wolfgang Walther 731f801d31 ci/github-script/reviewers: exit early for treewides
When hitting a treewide, we would previously find the username for each
user and then check all of them for collaborator status - only to then
realize that this results in more than 15 reviewers and exit.

We can put a simple stop-gap in, even before de-duplicating the combined
lists of maintainers and owners as safe guard. We could still hit huge
numbers of code owners, but in practice we don't nearly as many as
maintainers, so this will be sufficient for now.

(cherry picked from commit 9efe926863)
2025-11-06 15:59:30 +00:00
Wolfgang Walther 08dbadacbc ci/github-script/merge: ignore PRs with >= 100 files
We use the files endpoint to get a list of all *names* of files touched
in the PR - but this endpoint will also actually download the files /
their diff, too. That's pointless and actually takes quite some time for
huge treewides.

We're just putting in a stop-gap for now, so that we're not burning more
than 1 API requests on this and don't spend so much time on it either. A
limit of 99 files will be more than enough for quite some time - we will
only need to raise this when we're able to represent package sets in
by-name properly and have "package set maintainers", who are not
committers.

(cherry picked from commit 51acc56dcb)
2025-11-06 15:59:30 +00:00
Fernando Rodrigues 14b68ffe40
[Backport release-25.05] errands: 46.2.8 -> 46.2.9 (#452467) 2025-11-06 15:59:02 +00:00
Fernando Rodrigues 0449cdd1aa
[25.05] sydbox: 3.37.9 -> 3.39.1 (#452447) 2025-11-06 15:58:56 +00:00
Fernando Rodrigues 604cdd62b4
[25.05] lock: 1.7.5 -> 1.8.0 (#452444) 2025-11-06 15:58:54 +00:00
Vladimír Čunát b74ed8a52c
[Backport release-25.05] mat2: patch failing tests (#459178) 2025-11-06 15:57:44 +00:00
Fernando Rodrigues 44344de783
[Backport release-25.05] paretosecurity: 0.3.8 -> 0.3.11 (#448940) 2025-11-06 15:54:34 +00:00
Fernando Rodrigues ff3f29ba5f
[Backport release-25.05] devenv: 1.9 -> 1.9.1 (#448341) 2025-11-06 15:49:09 +00:00
Robert Schütz 8df2b3b7aa
python312Packages.mat2: fix tests
(cherry picked from commit e7e92a1a28)
2025-11-06 16:34:47 +01:00
Robert Schütz 21ae50d478
python313Packages.mat2: fix broken test
(cherry picked from commit 16dfcab9b6)
2025-11-06 16:33:32 +01:00
Alyssa Ross c868b076f6
[Backport release-25.05] linuxKernel.kernels.linux_zen: 6.17.6 -> 6.17.7 (#459163) 2025-11-06 15:10:58 +00:00
R. Ryantm 77c058c7cf linuxKernel.kernels.linux_zen: 6.17.6 -> 6.17.7
(cherry picked from commit 3d70e7f1af)
2025-11-06 14:52:50 +00:00
Wolfgang Walther 1430bd91f7
[Backport release-25.05] ci/github-script/bot: fix needs reviewer label (#459156) 2025-11-06 14:23:55 +00:00
Wolfgang Walther 9d3e7534f5 ci/github-script/bot: fix needs reviewer label
The recent change to use the result of requesting reviewers for setting
the `needs: reviewer` label caused a regression: It would not set the
label for PRs where no reviewers were requested, because *too many were
eligible*. Still - these PRs don't have reviewers, so they need
attention otherwise - via the label.

(cherry picked from commit 4658d0d5a3)
2025-11-06 14:20:26 +00:00
nixpkgs-ci[bot] 0c94eea289
[Backport release-25.05] wechat: 4.1.4.12-31227 -> 4.1.4.15-31252 for darwin, 4.1.0.10 -> 4.1.0.13 for {aarch64,x86_64}-linux (#459114) 2025-11-06 12:01:16 +00:00
Wolfgang Walther 749817e72f
[Backport release-25.05] maintainers/github-teams.json: Automated sync (#459120) 2025-11-06 11:55:58 +00:00
nixpkgs-ci[bot] 1fd41c45c2 maintainers/github-teams.json: Automated sync
(cherry picked from commit 289ec9eb7b)
2025-11-06 11:50:27 +00:00
Wolfgang Walther 947055a537
[Backport release-25.05] workflows: remove owner app (#459117) 2025-11-06 11:39:38 +00:00
Wolfgang Walther c6adb4f415 workflows/teams: use single token in team sync
The nixpkgs-ci app now has all the privileges needed to see the member
lists anyway, so no need for two apps / tokens anymore.

(cherry picked from commit 1742aef1e9)
2025-11-06 11:36:38 +00:00
Wolfgang Walther 70a6693886 workflows/pull-request-target: remove leftover secret
This was used for reviewers.yml, which has been removed.

(cherry picked from commit c58139723a)
2025-11-06 11:36:38 +00:00
Sizhe Zhao 2172285585 wechat: 4.1.0.10 -> 4.1.0.13 for {aarch64,x86_64}-linux
(cherry picked from commit 865a7c548b)
2025-11-06 11:10:22 +00:00
Sizhe Zhao ef5ef94957 wechat: 4.1.4.12-31227 -> 4.1.4.15-31252 for darwin
(cherry picked from commit 1f34c4856f)
2025-11-06 11:10:22 +00:00
Maximilian Bosch 854cb6bec5
[25.05] nextcloudPackages: update (#457851) 2025-11-06 10:39:23 +00:00
Maximilian Bosch 00a8c6a765
[Backport release-25.05] nextcloud-notify_push: 1.2.0 -> 1.2.1 (#458169) 2025-11-06 10:38:29 +00:00
Yorick d719f4ca66
[Backport release-25.05] victoriametrics: 1.128.0 -> 1.129.1 (#458577) 2025-11-06 09:43:46 +00:00
Wolfgang Walther bdc5e8c6c7
[Backport release-25.05] ci/github-script/bot: fix collaborator warning (#459092) 2025-11-06 09:38:45 +00:00
Wolfgang Walther 3b86cb0662 ci/github-script/bot: fix collaborator warning
This was introduced shortly before merge of the reviewers.js file, but
not actually tested - I thought it was not easy to find a PR triggering
this warning. However, the scheduled run told me otherwise: The
staging-next PR is the perfect candidate.

(cherry picked from commit d76ffa4136)
2025-11-06 09:29:08 +00:00
Wolfgang Walther 3006680793
[Backport release-25.05] ci/github-script/bot: fix scheduled bot with older artifacts (#459083) 2025-11-06 09:21:15 +00:00
Wolfgang Walther fd33ee0e68 ci/github-script/bot: fix scheduled bot with older artifacts
We only recently introduced the owners.txt file to the comparison
artifact, so once the bot runs on a schedule it will it older artifacts
very quickly - and then can't find the owners file.

We can fallback to an empty owners list in this case, because an older
artifact also means an older workflow run previously, so this will have
pinged owners already.

(cherry picked from commit c4548e58fb)
2025-11-06 09:04:02 +00:00
Wolfgang Walther 89989d0c1b
[Backport release-25.05] ci/github-script/bot: request reviewers (#459078) 2025-11-06 08:47:12 +00:00
nixpkgs-ci[bot] 2f739b8e18
[Backport release-25.05] pkgsite: 0-unstable-2025-10-24 -> 0-unstable-2025-10-29 (#459072) 2025-11-06 08:47:08 +00:00
Wolfgang Walther f6770229fa ci/github-script/reviewers: improve "needs: reviewers" label
This should fix the bug where the "needs: reviewer" label was set too
early, just to be removed immediately, because reviewers were then
requested.

(cherry picked from commit e68b0aef13)
2025-11-06 08:40:35 +00:00
Wolfgang Walther 080501dcba ci/github-script/bot: request reviewers
This migrates the bash code to request reviewers to github-script. This
will allow multiple nice improvements later on, but at this stage it's
mostly a reduction in code and complexity.

(cherry picked from commit a23d0ab24c)
2025-11-06 08:40:35 +00:00
Wolfgang Walther 830aa97891 ci/github-script/bot: disregard bot and ghost approvals
We technically counted bot approvals and approvals by deleted users for
the approval labels as well. The former don't exist, yet, but if they
were, I don't think we'd count them. The latter should arguably *not* be
counted, because we can't tell anymore *who* approved, so we can't put
any weight on it as reviewers.

This simplifies the logic, too.

(cherry picked from commit df6a9a739d)
2025-11-06 08:40:34 +00:00
R. Ryantm 86ecec38ef pkgsite: 0-unstable-2025-10-24 -> 0-unstable-2025-10-29
(cherry picked from commit 23a5149f16)
2025-11-06 08:27:17 +00:00
nixpkgs-ci[bot] ed0cc5d678
[Backport release-25.05] pkgsite: 0-unstable-2025-10-09 -> 0-unstable-2025-10-24 (#459067) 2025-11-06 08:14:41 +00:00
R. Ryantm c7001c3036 pkgsite: 0-unstable-2025-10-09 -> 0-unstable-2025-10-24
(cherry picked from commit 0ffc7c9075)
2025-11-06 08:04:55 +00:00
Paul Meyer 71b300cd12
[Backport release-25.05] go_1_25: 1.25.3 -> 1.25.4 (#459061) 2025-11-06 08:04:48 +00:00