What's Changed
This release adds an option to rewrite source URLs for deployments.
SOURCE_URL_REWRITES (and SOURCE_URL_REWRITES_FILE) let you rewrite git source URLs before doco-cd clones them. Rules apply to both webhook- and poll-triggered deployments.
This is useful when your Git provider advertises a public URL (in webhook payloads or poll configs) but doco-cd should clone through an internal network path instead — for example when your Forgejo instance is behind a reverse proxy with a public domain, but is reachable directly over a Docker network.
More info in the wiki:
✨ Features
📦 Dependencies
- chore(deps): update github/codeql-action digest to 5595cca by @renovate[bot] in #1610
- chore(deps): update dependency zensical to v0.0.53 by @renovate[bot] in #1611
- chore(deps): update docker/buildx-bin docker tag to v0.36.1 by @renovate[bot] in #1613
- chore(deps): update debian:trixie-slim docker digest to 3a39a05 by @renovate[bot] in #1612
📚 Miscellaneous
Full Changelog: v0.105.2...v0.106.0