Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

chore(deps): update dependency gitlab-org/gitlab-runner to v19 - #25

Closed
Adphi wants to merge 1 commit into
mainfrom
renovate/gitlab-org-gitlab-runner-19.x
Closed

chore(deps): update dependency gitlab-org/gitlab-runner to v19#25
Adphi wants to merge 1 commit into
mainfrom
renovate/gitlab-org-gitlab-runner-19.x

Conversation

@Adphi

@Adphi Adphi commented May 23, 2026

Copy link
Copy Markdown
Member

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
gitlab-org/gitlab-runner major v17.3.1v19.1.0

Release Notes

gitlab-org/gitlab-runner (gitlab-org/gitlab-runner)

v19.1.0

Compare Source

v19.0.1

Compare Source

Bug fixes
  • Update to go 1.26.3 [backport to 19.0] !6788

v19.0.0

Compare Source

New features
  • Document prepare_timeout setting !6731
  • Add OpenTelemetry tracing for CI job execution !6518
  • Add LTSC2025 and LTSC2025-arm64 based gitlab-runner-helper images for windows !6033 (Shanush Prema Thasarathan @​shanushpt)
  • Use Pipeline ID form job payload for logging and similar !6631
  • Allow configuring parallelism and chunk sizes for cache uploads and... !6401 (Rafael Fonseca @​rafael.fonseca1)
  • Dispatch run: through concrete via a nested step-runner job !6703
  • Add mount propagation option to emptyDir volumes !6553 (Rafael Fonseca @​rafael.fonseca1)
  • Add StepRunnerStream writer that detects pre-stamped lines !6710
  • Enforce prepare_timeout config field !6708
  • Add mode label to failed_jobs_total and job_duration_seconds metrics !6620
  • User Job Cancellation Calls Cancel API !6681
  • Treat span id as required !6692
  • Map step-runner errors to job failure reasons !6597
  • Add support for nfs mounts !6544 (Julian Rettelbach @​rettelbachj)
  • Cache: list valid types and accept any case for cache Type !6736
  • Add suspend/resume support for instance autoscaler executor !6570
  • Add prepare_timeout config field !6653
  • Add variable with network name when using FF_NETWORK_PER_BUILD !6632 (Pishel @​pishel65)
Bug fixes
  • Merge branch 'sh-fix-role-arn-injection' into 'main' !6714
  • Update Kubernetes executor service container naming documentation !6730
  • Recover helper argv when image entrypoint drops CMD !6725
  • Adaptive request concurrency: do not treat retried requests as capacity !6677
  • Restore timeout-warning trace parity with legacy in concrete mode !6704
  • Go Dependency update: github.com/invopop/jsonschema to resolve CVE-2026-32285 !6696
  • Merge branch 'security-fix-k8s-uid-gid-root-bypass' into 'main' !6643
  • Add support for specifying seccomp profile path in Docker executor !6602 (Felix Geyer @​debfx)
  • Fix proxy-exec and step-runner hangs when scripts spawn background processes !6707
  • Fix per secret overrides for role_arn and role_session_name AWS Secrets Manager integration !6067 (derikwang @​derik01)
  • Pass proactiveAuth to git checkout for partial-clone lazy fetches !6695
  • Normalize Windows exit codes from unsigned to signed 32-bit !6587
  • Scope CONFIG_FILE default to manager command structs !6741
  • Update the parallels executor to work with Windows guests !105 (Chris Rose @​cdrx)
  • Fix S3 cache broken on third-party providers by SDK checksum defaults !6691
  • Fix dependencies on UBI downstream pipeline trigger job !6684
  • Expose service variables in custom executor CUSTOM_ENV_CI_JOB_SERVICES !6556 (Sepehr Heydari @​sepehrheydari72)
  • Fix the randomize shell selection in Windows shell executor !6644 (Pishel @​pishel65)
  • Fix slice size !6732
  • Fix gaps in the abstract shell to concrete migration !6688
  • Add HEAD method support to S3v2 presign URL !6682 (Sepehr Heydari @​sepehrheydari72)
  • Escape $ as $$ in Kubernetes env var values to prevent $(VAR) expansion !6640
  • Fix home environment variable !101
Maintenance
  • Fix typo: simlar → similar in troubleshooting docs !6654 (Bob Singh @​bobsingh.dev)
  • Fix typos and grammar in templates !6658 (Bob Singh @​bobsingh.dev)
  • Simplify CI job architecture for Go linting !6752
  • Add Node.js to dev tools !6750
  • Add French and Korean to Argo !6612
  • Cache: select newer remote artifact when FF_HASH_CACHE_KEYS is toggled !6574
  • Add shellcheck for shell script linting !6625
  • Timestamper improvements (perf, potential bug fix) !6698
  • Set explicit FailureReason on BuildError constructions across executors !6683
  • Update base images version to pick up CVE fixes (19.0 backport) !6776
  • Resolve shell script issues flagged by shellcheck !6734
  • Fix missing 'to' in sentence !6656 (Bob Singh @​bobsingh.dev)
  • Followup MR for MR 6663 !6673
  • Fix race in TestPodWatcher on Windows: listen before Create !6623
  • Common: make executor retry sleep interruptible by context cancellation !6610 (Bob Singh @​bobsingh.dev)
  • Clarify gitlab com version !6720
  • Reference kuberenetes executor service account permissions required for certain feature flags !6668
  • Docker machine version 46 !6693
  • Fix RPM package architecture names in download docs !6634
  • Fix grammar in feature flag rollout template !6661 (Bob Singh @​bobsingh.dev)
  • Fix grammar in bug issue template !6664 (Bob Singh @​bobsingh.dev)
  • Remove erroneous entry from changelog !6728
  • Fix hyphenation in Cross-Functional Programs heading !6660 (Bob Singh @​bobsingh.dev)
  • Reorder executor tables to surface actively developed executors first !6638
  • Fix grammar in documentation issue template !6663 (Bob Singh @​bobsingh.dev)
  • Fix goroutine variable capture in shutdownUsedExecutorProviders !6606 (Bob Singh @​bobsingh.dev)
  • Fix typos and grammar in security template !6659 (Bob Singh @​bobsingh.dev)
  • Automatically retry flaky tests !6687
  • Reorganize TestCredSetup !6607 (Guillaume Chauvel @​guillaume.chauvel)
  • Update file docker.md !6627
  • Update RUNNER_IMAGES_VERSION to 0.0.42 to resolve ubi-fips CVEs !6733
  • Docs(docker-machine): update docs !6689
  • Update shell support in docs !6647 (Pishel @​pishel65)
  • Remove EOL spaces in doc files - 2026-04-28 !6686
  • Fix context propagation in Kubernetes executor !6364 (Emmanuel 326 @​Emmanuel326)
  • Clarify documention on default shell in windows !6645 (Pishel @​pishel65)
  • Clean up Podman with Kubernetes examples !6626
  • Update file docker.md !6738
  • Update linting tools and linting container image for documentation !6706
  • Add overview descriptions to executor pages !6702
  • Fix grammar in feature flag cleanup template !6662 (Bob Singh @​bobsingh.dev)
  • Add hadolint for Dockerfile linting !6635
  • Go: Update module github.com/jedib0t/go-pretty/v6 to v6.7.9 !6671
  • Creates a gitlab_runner_cache_s3_assume_role_failures_total metric !6655
  • Cache: shard S3 object paths by first two chars of hash when FF_HASH_CACHE_KEYS is enabled !6628
  • Fix duplicate word typos in various source file comments !6586 (Igor Eccard @​iseccard)
  • Fix autoscaler failure reason mis-attribution on context cancellation !6670
  • Update check interval documentation on strcit_check_interval !6633 (Pishel @​pishel65)
  • Update Go to 1.26.1 and golangci-lint to v2.11.4 !6614
  • Add translation Merge Request Template for localization - Runner !6637

v18.11.3

Compare Source

Bug fixes
  • Merge branch 'sh-fix-role-arn-injection' into '18-11-stable' !6715

v18.11.2

Compare Source

Bug fixes
  • Add HEAD method support to S3v2 presign URL !6682 (Sepehr Heydari @​sepehrheydari72)
  • Fix S3 cache broken on third-party providers by SDK checksum defaults !6691

v18.11.1

Compare Source

Bug fixes
  • Merge branch 'security-fix-k8s-uid-gid-root-bypass' into 'main' !6643

v18.11.0

Compare Source

New features
  • Consolidate the HTTP Status Code field !6492
  • Change the concrete helper image to use shell-form CMD !6591
  • Cache AssumeRole credentials to reduce STS requests !6549
  • Implement Concrete CI Function !6410
  • Add logging field validator CI job !6580
  • Fix default artifacts upload timeout values !6584
  • Add k8s nodename to pod phase output !6311 (Thorsten Banhart @​banhartt)
  • Add native steps job counter metric !6369
  • Bundle git and CA certificates for concrete runner !6504
  • Update builtins to use step-runner BuiltinContext interface !6616
  • Add seccomp and AppArmor profile support to Kubernetes executor security context !6512 (Marc Ullman @​MarcUllman)
  • Kubernetes: add PodDisruptionBudget support for job pods !6331
  • Pass socket path from step-runner serve to proxy command !6507
  • Resolve "Windows Runners: Document "session 0" restrictions (screen resolution statically set to 1024x768)" !4994
  • Kubernetes: autoscaler for idle capacity via pause pods !6334
Bug fixes
  • Update FF_SCRIPT_SECTIONS documentation to reflect current behavior !6519 (Pishel65 @​pishel65)
  • Rate-limit and instrument S3 AssumeRole calls !6528
  • Cache/s3v2: cache S3 client to reduce IMDS requests !6530
  • PowerShell/Pwsh environment variables can't process special characters in their names. !6502 (Pishel65 @​pishel65)
  • Fix proxy-mask credential store file permissions on Unix !6510
  • Fix disable_cache disabling all volumes instead of only cache !6552 (Aaron Döppner @​aarondpn-sp)
  • Restore fixed runner command path !6529
  • Use custom endpoint in detectBucketLocation !6532
  • Log warning when DOCKER_AUTH_CONFIG credentials resolution fails !6578
  • Properly escape ANSI color codes in shell scripts !6527
  • Improve step_script to bring it on part with Runner legacy path !6596
  • Revert "Remove GPG signing color" !6554
Maintenance
  • No global executors !6508
  • Patch(cache): ensure cache exists before uploading !6569
  • Highlight actively developed executors !6585
  • Bump up runner images version to 0.0.38 !6541
  • Cache: rename local artifact when FF_HASH_CACHE_KEYS is toggled !6546
  • Update Windows backward compatibility support !6523 (Pishel65 @​pishel65)
  • Add Support for Windows Server 24H2 !6522 (Pishel65 @​pishel65)
  • Add Pipeline Security group as code owners for secrets managers !6474
  • Link to main branch for runner-helper Dockerfiles !6533 (Sven Hoexter @​hoexter)
  • Standardize runner capitalization in Docker Machine autoscale docs !6615
  • Adding test for new alert format !6550
  • Update CI components !6517
  • Fix autoscale documentation typos !6611 (Bob Singh @​bobsingh.dev)
  • Add boundary test cases for statusClass !6551 (Bob Singh @​bobsingh.dev)
  • Pilot runners failover !6536
  • Remove all references to PackageCloud !6514
  • Add Duo Workflow agent configuration and instructions !6588
  • Properly support Job Router FF from runner config !6545
  • AI Translated Documentation Push: GITTECHA-610 !6577
  • Docs(docker-machine): update docs !6534
  • Creating documentation about Windows helper images !6525 (Pishel65 @​pishel65)
  • Documented fallback correlation ID !6531
  • Docs maintenance: Fix and update broken URLs !6526
  • Revert "Merge branch 'malvarez-consolidate-http-status-code-field' into 'main'" !6524
  • Removing the mention of packagecloud !6582
  • Fix alert boxes in translated documentation !6595
  • Changing warning format !6539
  • Rename Kubernetes Agent Server to GitLab Relay (KAS) !6583
  • Document interactive desktop requirement for Windows GUI tests !6571
  • Clarify post_build_script and after_script execution behavior !6573
  • Update RPM package naming from amd64 to x86_64 !6543
  • Updating note format !6537
  • Tidy up Markdown in documentation !6520

v18.10.1

Compare Source

New features
  • Fix default artifacts upload timeout values !6584

v18.10.0

Compare Source

New features
  • Upgrade step-runner to v0.30.0 !6441
  • Add volume_keep option to Docker executor !6490
  • Ensure subprocess termination if GitLab Runner exits on Windows !6500 (Ilan Godik @​NightRa)
  • Update policy-related logs to be more generic !6445
  • Docker+machine: add shutdown drain for idle machines !6330
  • Support environment variable expansion in runner token and URL !6068
  • Add artifact upload timeouts !5900
  • Teach runner how to set pod-level resources for build pods !5922 (Stéphane Talbot @​stalb)
  • Add support for interactive web terminal in docker for PowerShell and Pwsh !6363 (Pishel65 @​pishel65)
  • Add install instructions for the step-runner !6420
  • Build gitlab-runner-windows-arm64 executable !6495 (Bruno @​brunvonlope)
Bug fixes
  • Fix failing tests for autoscaler due to taskscaler udpate !6434
  • [Commander]: Fix process handle leak when using Windows Jobs !6498 (Ilan Godik @​NightRa)
  • Bump runner images version !6429
  • Fix proxy-mask credential store file permissions on Unix !6510
  • Runner-wrapper: buffer errCh to avoid goroutine leak on shutdown !6337 (Emmanuel 326 @​Emmanuel326)
  • Force authenticated calls to Gitaly on public projects !6444
  • Add helpful error message for S3 403 Forbidden in cache extractor !6472
  • Fix non-latin-1 string error when uploading artifact !6487
  • Avoid breaking change when script syntax is invalid when no inputs used !6417
  • Upgrade gitlab.com/gitlab-org/moa to fix unmatched template expressions !6513
Maintenance
  • Go: Update module github.com/Azure/azure-sdk-for-go/sdk/storage/azblob to v1.6.4 !6405
  • Update alert box style, runner docs 1 !6451
  • Go: Update module github.com/aws/aws-sdk-go-v2/service/secretsmanager to v1.41.1 !6403
  • Go: Update module github.com/aws/aws-sdk-go-v2 to v1.41.1 !6394
  • Go: Update module github.com/klauspost/compress to v1.18.4 !6406
  • AI Translated Documentation Push: GITTECHA-581 !6501
  • Add Troubleshooting mention for errors caused by azure overprovisioning !6430
  • AI Translated Documentation Push: GITTECHA-563 !6470
  • Consolidate build URL helpers into helpers/url with auth flag !6483
  • Make hosted-runners-bridge job dependent on pulp release !6467
  • Go: Update module github.com/sirupsen/logrus to v1.9.4 !6408
  • Go: Update module github.com/aws/aws-sdk-go-v2/service/sts to v1.41.7 !6404
  • Go: Update module cloud.google.com/go/storage to v1.60.0 !6416
  • Go: Update module github.com/openbao/openbao/api/v2 to v2.5.1 !6407
  • Go: Update gitlab.com/gitlab-org/fleeting/fleeting digest to 1389ec0 !6421
  • Prevent bleeding-edge jobs from running on CC !6437 (Touni Atchadé @​oratchade)
  • Go: Update gitlab.com/gitlab-org/fleeting/fleeting/metrics/prometheus digest to 5362476 !6384
  • AI Translated Documentation Push: GITTECHA-549 !6435
  • Update module google.golang.org/protobuf/cmd/protoc-gen-go to v1.36.11 !6415
  • Go: Update module github.com/bmatcuk/doublestar/v4 to v4.10.0 !6425
  • Go: Update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.10 !6396
  • Go: Update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.96.0 !6419
  • Go: Update gitlab.com/gitlab-org/fleeting/fleeting/metrics/prometheus digest to 9c980c4 !6402
  • Remove automaxprocs since it's not necessary with Go 1.25 !6479
  • Prevent CACHE_FALLBACK_KEY from bypassing protection on Windows !6440
  • Go: Update github.com/johannesboyne/gofakes3 digest to 4c385a1 !6380
  • Log collection cleanups !6373
  • Update github.com/santhosh-tekuri/jsonschema to v6 !6499
  • Update module github.com/vektra/mockery to v3.6.4 !6413
  • Update localization team owners in CODEOWNERS !6355
  • Update dependency danger-review to v2.1.0 !5936
  • Go: Update gitlab.com/gitlab-org/fleeting/fleeting/metrics/prometheus digest to 1389ec0 !6422
  • Remove all references to PackageCloud !6514
  • Refactor extract cache key sanitization into dedicated package !6509
  • Update LabKit Version !6491
  • Go: Update gitlab.com/gitlab-org/fleeting/taskscaler digest to b5a1223 !6385
  • Go: Update gitlab.com/gitlab-org/fleeting/taskscaler/metrics/prometheus digest to 3fd95b0 !6386
  • Exclude image and development files from docs-locale link validation !6464
  • Chore(metrics): gitlab_runner_jobs_total init value !6469
  • Update in-toto library !6481
  • Update dependency ruby to v3.4.8 !6460
  • Improve macOS runner installation page !6438
  • Go: Update gitlab.com/gitlab-org/fleeting/taskscaler/metrics/prometheus digest to 891f7bc !6423
  • Avoid bare URLs in YAML frontmatter in documentation !6397
  • Refactor cache functionality to remove common package dependency !6366
  • Update GPG public key !6468
  • Remove GPG signing color to allow pilot runners to execute package jobs !6486
  • Go: Update module k8s.io/client-go to v0.35.1 !6412
  • Go: Update gitlab.com/gitlab-org/fleeting/fleeting digest to 7f6dd45 !6462
  • Align definition of concurent ID !6476
  • Fix indentation of list continuation text and link in documentation !6478
  • Cleanup go.mod and go.sum !6471
  • Update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1.6.1 !6414

v18.9.0

Compare Source

New features
  • Allow passing env and labels options to json-file Docker logging driver !5638 (Patrick Decat @​pdecat)
  • Enable Job Inputs feature flag by default !6275
  • Add CI Jobs to push packages to Pulp !6073
  • Retry pulp content push commands on specific errors !6197
  • Instrument input interpolations !6047
  • Add support for Google Cloud Service universe domain !6338
  • Upgrade step-runner to version 0.24.0 !6056
  • Push runner linux packages to Pulp !6062
  • Add user agent to AWS Secrets Manager integration !6060 (derikwang @​derik01)
  • Script function !6029
  • Filter out obsolete distro releases !6042
  • Pass job timeout in steps RunRequest so server can also enforce job timeouts !6375
  • Implement user script to step !6069
  • Helpers/retry: interrupt backoff sleep on context cancellation !6061 (Emmanuel 326 @​Emmanuel326)
  • Update the libvirt use doc !6034 (Funning @​FunningC0217)
  • Add zos build tags !5835 (Joon Lee @​jlee_ibm)
  • Avoid interpolation without defined job inputs !6374
  • Job Router client - WebSocket support !6020
  • Upgrade step-runner to version 0.26.0 !6351
Security fixes
  • Update RUNNER_IMAGES_VERSION to 0.0.34 !6066
Bug fixes
  • Pass S3 session token for access key credentials !6376
  • Fix FD exhaustion during retry requests !6041
  • Fix proxy_exec secret masking permissions !6044
  • Update pkcs7 library !6016
  • Refactor Connector to allow setup before connection !6359
  • Fix WebSocket tunnel data race !6237
  • Avoid breaking change when script syntax is invalid when no inputs used !6417
  • Add service container ID hostname when emulating links functionality !6043
  • Runner_wrapper: fix backoff retry context cancellation handling !6064 (Emmanuel 326 @​Emmanuel326)
  • Update the logic for comparing the urls and tokens !6296 (Aayush @​Aayush-Saini)
  • Ensure check_interval takes effect and eliminate race condition between fleet of runners !6081 (Pishel65 @​pishel65)
  • Guard against nil FileInfo in filepath.Walk !6050 (Bob Singh @​bobsingh.dev)
Maintenance
  • Adds MR Review instructions focused around Log Field Standardisation !6353
  • Rename job router RPC package !6049
  • Update linting configuration from GitLab project !6352
  • De-duplicate kube warning events !5926
  • Add command to sync go version in other files !6378
  • Bump Go to 1.25.7 and RUNNER_IMAGES_VERSION to 0.0.35 !6370
  • Update crosslink pointing to docs !6346
  • Correct runner linux package archs !6038
  • Add status check to launchctl I/O error troubleshooting !6358
  • Add mage to project dependencies !6348
  • Move JobResponse to spec.Job !6058
  • Update go packages !6032
  • Switch to a maintained YAML library go.yaml.in/yaml/v3 !6065
  • Move versions to variables !6368
  • Add UniverseDomain configuration for GCS cache !6362
  • Network: stop retry backoff timer on context cancellation !6063 (Emmanuel 326 @​Emmanuel326)
  • Clarify Bash requirement for GitLab Runner shell executor on macOS !6350
  • Fix miscellaneous Markdown formatting issues !6347
  • Update redirecting links !6327
  • Fix supported distros documentation !6048
  • Kubernetes executor GPU configuration requirements !6077
  • Use chunk size of 10MB for pulp uploads !6078
  • Fix headers passed when using CI_JOB_TOKEN !6075
  • Rename GITLAB_TOKEN to GITLAB_TEST_TOKEN in test utilities !6045 (Aayush @​Aayush-Saini)
  • AI Translated Documentation Push: GITTECHA-544 !6360
  • Include runner_name in all relevant log lines !5883
  • Add pod/container name to build logger fields !5891
  • Add diagnostics logging for S3 cache AssumeRole operations !6345
  • Remove EOL spaces in doc files - 2026-01-28 !6326
  • Incorporate additional change from GitLab project !6357
  • Document emulated docker links caveats !6054
  • Restore environment variables to build container !6333

v18.8.0

Compare Source

New features
  • Job Router !5945
  • Implement mage pulp:supportedOSVersions target !6024
  • Improve Portability of Git Version Check for z/OS !6001 (Kai McGregor @​kmcgreg-ibm)
  • Introduce better job inputs interpolation error !6014
  • Emulate deprecated Docker links functionality with ExtraHosts !5980
  • Mage target to create Pulp CLI configuration !6039
Bug fixes
  • Ensure buildlogger uses available masks (issue reported by Christian Sousa from Blue Origin Manufacturing, LLC) !5909
  • Support Git submodules with different hosts via RepoURL insteadOf !6025
  • Add IPv6 address when emulating links functionality !6027
  • Cleanup dangling virtualbox resources !5941
  • Add -protected suffix to docker cache volumes if any of the cache keys include the -protected suffix !6021
  • Fix connector interface not being exposed for docker+machine and docker-autoscaler executors !6015
Maintenance
  • Fix service container log collection wait time !6019
  • Fix race condition in TestDockerCommandWithRunnerServiceEnvironmentVariables !6018
  • Fix a typo in the GitLab Runner system requirements page !6031
  • Fix privileged setting for general Podman usage !6023
  • Update Golang to 1.25.3 !5978
  • Make Alpine 3.21 the default base for helper images !5995
  • docs: Replace curl | bash commands with safer steps !6036 (Yasssmiine @​Yasssmiine-x)
  • Remove alpine 3.19 !5993
  • Restructure GitLab Runner installation documentation with card-based navigation !6030
  • Clarify details about arm helper image, cleanup extra wording, fix link !6012 (Ben Bodenmiller @​bbodenmiller)
  • Allow the i18n lint paths job to fail !6017

v18.7.2

Compare Source

Bug fixes
  • Support Git submodules with different hosts via RepoURL insteadOf !6025

v18.7.1

Compare Source

Bug fixes
  • Add IPv6 address when emulating links functionality !6027

v18.7.0

Compare Source

New features
  • Add reservation throttling config option !6010
  • Introduce first iteration of job inputs interpolation behind FF !5855
  • Emulate deprecated Docker links functionality with ExtraHosts !5980
Bug fixes
  • Fix connector interface not being exposed for docker+machine and docker-autoscaler executors !6015
  • Do not fail install if gitlab-runner service commands not available !5948
  • Fix shell executor not working with variables that use file variables !5958
  • Configure submodules to inherit parent repository credentials !5962
  • Fix "unable to get password from user" errors in shell executor !5961
  • Fix handling of relative builds dir !5977
  • Ensure buildlogger uses available masks (issue reported by Christian Sousa from Blue Origin Manufacturing, LLC) !5909
  • Fix clear-docker-cache script for Docker 29 !5969
  • Fix bash shell cleanup to support variable expansion in paths !5966
  • Ignore user-defined AWS_PROFILE variable in cache uploads !5986
  • Fix misleading retry message when GET_SOURCES_ATTEMPTS=1 !5998
  • Support resolving Windows 10.0.26200 helper image !5984
Maintenance
  • Add dashboard generation process and usage guidance !5989
  • Remove CertificateDirectory global !5956
  • Docs metadata update for group change from Deploy/Environments -> Verify/Runner Core !5955
  • Bump golang.org/x/crypto !5991
  • Enable log timestamps by default !5861
  • AI Translated Documentation Push: GITTECHA-373 !5934
  • Bump gitlab.com/gitlab-org/fleeting/taskscaler to pull a fix !5999
  • Fix flaky tests !5994
  • Regenerate mocks !5974
  • Bump runner image version !6007
  • Recursively set up Git submodules credentials !5997
  • Roll documentation linting tool versions forward !5954
  • Shorten headers to avoid markdownlint exclusion code (Runnner) !5951
  • Use CI_RUNNER_VERSION for arm helper image !6004 (Ben Bodenmiller @​bbodenmiller)
  • Bump step-runner to v0.20.0 !5970
  • AI Translated Documentation Push: GITTECHA-371 !5932
  • Fix typo of libvirt !5953
  • Remove EOL spaces in doc files - 2025-11-17 !5952
  • Fix service container log collection wait time !6019
  • Document architecture support in gitlab-runner-helper-images package !5976
  • Update GitLab Runner developer docs !5853
  • Ensure stable docker images only runs after all tests pass !5990
  • Update Kubernetes client-go library to 0.32.10 !5929 (Stéphane Talbot @​stalb)
  • Refactor commands, construct a single GitLab client in a single place !5950
  • Fix race condition in TestDockerServiceHealthcheckOverflow !5985
  • Tidy go mod !5973
  • AI Translated Documentation Push: GITTECHA-375 GITTECHA-420 !5938
  • Docs(docker-machine): update docs !6006
  • Fix a teeny-tiny typo in runner common/config.go !5967 (Sadra Barikbin @​s.barikbin)
  • Misc refactors !5949
  • Include go.mod changes when checking modules in pipeline !5975
  • Fix toml spacing inconsistencies in k8s runner docs !6003 (Ben Bodenmiller @​bbodenmiller)
  • Update instructions after UI redesign !6000
  • Warn users about legacy /ci URL suffix in runner configuration !5988
  • Update to Go 1.24.11 !5992
  • Update supported OS distro/version docs !5959
  • Fix flaky TestCredSetup with -race by removing CI_DEBUG_TRACE !5987
  • AI Translated Documentation Push: GITTECHA-372 !5933
  • Allow overriding git credentials in shell integration tests !5982
Documentation changes
  • Clarify documentation describing configuration for AWS ASGs with Docker autoscaler !5996 (Dan Puttick @&#8203

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@Adphi
Adphi force-pushed the renovate/gitlab-org-gitlab-runner-19.x branch from 1668285 to f40079a Compare May 29, 2026 17:05
@Adphi
Adphi force-pushed the renovate/gitlab-org-gitlab-runner-19.x branch from f40079a to efbd3c2 Compare June 17, 2026 15:01
@Adphi Adphi closed this Jun 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants