878 B
878 B
kosmos_gitea CHANGELOG
This file is used to list changes made in each version of the kosmos_gitea cookbook.
0.2.2
- Add
config.yamlfor the gitea actions runner, enabling the built-in cache server (listening on the Docker bridge gateway172.17.0.1) and bumpingrunner.capacityto 2 for concurrent job execution. Each runner gets a unique cache port derived fromcache_base_port(8088) + its index in the runners data bag. - Set
container.networkto a user-defined Docker bridge network (gitea-actions, subnet172.20.0.0/16) so job containers get DNS resolution for service containers (e.g.redis) while keeping the cache server reachable at the network gateway172.20.0.1. - Open the cache port in the firewall for Docker bridge traffic
(
172.20.0.0/16), fixingRequest timeouterrors fromactions/cache.
0.1.0
Initial release.