Skip to content

v0.106.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@kimdre kimdre released this 04 Aug 16:57
d5ed0cd

What's Changed

This pre-release adds an option to rewrite source URLs in 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

  • feat: add option to rewrite source URLs in deployments by @kimdre in #1609

Full Changelog: v0.105.2...v0.106.0-rc.1