github kimdre/doco-cd v0.106.0-rc.1

pre-release6 hours ago

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

Don't miss a new doco-cd release

NewReleases is sending notifications on new releases.