Yaya
72c659e450
gitlab-runner: 19.0.0 -> 19.1.1
...
Diff: https://gitlab.com/gitlab-org/gitlab-runner/-/compare/v19.0.0...v19.1.1
Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v19.1.1/CHANGELOG.md
2026-07-13 16:12:41 +02:00
yaya
8e0a307eaa
gitlab-runner: 18.11.3 -> 19.0.0
...
Diff: https://gitlab.com/gitlab-org/gitlab-runner/-/compare/v18.11.3...v19.0.0
Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v19.0.0/CHANGELOG.md
2026-05-26 16:21:45 +02:00
yaya
1309675d1c
gitlab-runner: add meta.changelog
2026-05-13 14:27:10 +02:00
yaya
0050e4fdae
gitlab-runner: 18.11.2 -> 18.11.3
...
- Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.11.3/CHANGELOG.md
- Diff: https://gitlab.com/gitlab-org/gitlab-runner/-/compare/v18.11.2...v18.11.3
2026-05-13 12:44:45 +02:00
pacaroha
777fe76e6c
gitlab-runner: update skipped tests to fix builds
...
(hopefully fixes flakiness that has kept this from the binary cache
sometimes, reduces the scope of some old removals, also fixes builds on
Darwin when the sandbox is enabled)
2026-05-05 16:04:09 -07:00
R. Ryantm
07161d7c05
gitlab-runner: 18.11.1 -> 18.11.2
2026-05-05 21:40:24 +00:00
yaya
538f739cf1
gitlab-runner: 18.10.1 -> 18.11.1
...
Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.11.1/CHANGELOG.md
2026-04-21 13:16:48 +02:00
yaya
615cd0bd53
gitlab-runner: 18.9.0 -> 18.10.1
...
Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.10.1/CHANGELOG.md
2026-04-14 10:09:10 +02:00
yaya
c87616c7d8
gitlab-runner: 18.8.0 -> 18.9.0
...
Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.9.0/CHANGELOG.md
2026-03-19 10:48:09 +01:00
R. Ryantm
3e46d8efe5
gitlab-runner: 18.5.0 -> 18.8.0
2026-01-16 09:06:42 +00:00
K900
ebec736941
Merge remote-tracking branch 'origin/staging-next' into staging
2025-11-27 12:26:57 +03:00
Leona Maroni
a6b72720c5
Revert "gitlab-runner: 18.5.0 -> 18.6.0"
...
GitLab Runner 18.6 introduces quite a few regreissions including
- submodule (no fix available)
- variable handling (fix available)
This reverts commit dbb3a08e6f .
2025-11-26 20:51:02 +01:00
Leona Maroni
c4e4d9b3ea
Revert "gitlab-runner: apply patch for file variable handling"
...
This reverts commit f99787269a .
2025-11-26 20:50:27 +01:00
Philip Taron
feb4539536
versionCheckHook: Check for --version first ( #463218 )
2025-11-26 16:19:36 +00:00
Leona Maroni
f99787269a
gitlab-runner: apply patch for file variable handling
...
Upstream introduced this regression in the 18.6.0 release, there's
currently no fix release, so introduce the patch.
2025-11-21 11:50:46 +01:00
Leona Maroni
dbb3a08e6f
gitlab-runner: 18.5.0 -> 18.6.0
2025-11-20 17:25:05 +01:00
Jonathan Davies
116036d574
treewide: Remove redundant versionCheckProgramArg = "--version"; with:
...
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
sed -i '/versionCheckProgramArg/d' "$f"
sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Leona Maroni
6c30e9c993
gitlab-runner: 18.4.0 -> 18.5.0
2025-10-17 18:10:31 +02:00
R. Ryantm
2b596ee92a
gitlab-runner: 18.3.1 -> 18.4.0
2025-09-29 12:04:59 +00:00
R. Ryantm
1610fefc60
gitlab-runner: 18.3.0 -> 18.3.1
2025-09-10 11:50:40 +02:00
Yaya
a6b5315ee3
gitlab-runner: 18.1.3 -> 18.3.0
...
https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.3.0/CHANGELOG.md
2025-08-27 09:56:20 +02:00
R. Ryantm
4e2640b905
gitlab-runner: 18.1.2 -> 18.1.3
2025-07-31 12:23:35 +00:00
Wolfgang Walther
5a0711127c
treewide: run nixfmt 1.0.0
2025-07-24 13:55:40 +02:00
R. Ryantm
ff22aa6128
gitlab-runner: 18.1.1 -> 18.1.2
2025-07-23 00:13:59 +00:00
R. Ryantm
4dcf45cfe2
gitlab-runner: 18.1.0 -> 18.1.1
2025-07-05 05:49:15 +00:00
R. Ryantm
c779137ce3
gitlab-runner: 17.11.0 -> 18.1.0
2025-06-25 09:28:52 +00:00
commiterate
f26dd73367
gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache.
2025-05-20 11:48:43 -04:00
commiterate
750cbc21e2
gitlab-runner: Use substituteInPlace for patching and stop referencing src attributes
2025-04-27 17:40:50 -04:00
xanderio
e61241410d
gitlab-runner: 17.10.1 -> 17.11.0 ( #401099 )
2025-04-27 13:13:54 +02:00
Fernando Rodrigues
05580f4b44
treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
...
Follow-up to #394797 .
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net >
2025-04-25 22:20:17 -03:00
R. Ryantm
544c415d7b
gitlab-runner: 17.10.1 -> 17.11.0
2025-04-23 10:46:47 +00:00
commiterate
9267af0cc6
gitlab-runner: 17.2.0 -> 17.10.1
2025-04-07 19:03:55 -04:00
commiterate
89933df826
gitlab-runner: Add main program, version check hook, and Nix update script. Fix Darwin builds.
2025-04-06 19:33:22 -04:00
Silvan Mosberger
374e6bcc40
treewide: Format all Nix files
...
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:
nix-build ci -A fmt.check
This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153 )
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166 ).
This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537 ).
Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase ).
If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/ ) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Pascal Bach
9656e3f800
gitlab-runner: remove bachp as maintainer
2024-09-03 22:02:04 +02:00
zimbatm
009f33ce92
gitlab-runner: move to by-name
2024-07-31 09:10:33 +02:00