v0.3.0
Notable features#
- Runner version pinning — Pin
gitlab-runner image tag via [runner] default_version config - Persistent include cache — Remote CI includes are cached to disk, surviving daemon restarts
Bug fixes#
- Fix stale docs: registry is embedded in glci-mock, not a separate sidecar (cc3de61)
- Fix nested local: includes inside CI components resolving against local filesystem (fb2583b)
- Fix runner environment and feature_flags lost during config merge (d7f20f4)
- Fix nested local: includes in components losing inputs and rules (dcc6969)
New features#
- Add changelog infrastructure (e62d773)
- Wire up runner.default_version to control gitlab-runner image tag (de9f9ee)
- Add [runner] environment config for custom env vars and feature flags (088ad5d)
- Add [runner] feature_flags config for gitlab-runner feature flags (62473c1)
- Add persistent disk cache for remote CI includes (9fb0178)