What's Changed
This release adds a new app setting/env var valled DEPLOY_CONFIG_BASE_DIR, which lets you set the relative path to the directory that contains the doco-cd deploy configs (globally for all repositories). By default this is still the root directory (/) of the repository.
Note
This does not affect/alter the working_dir path in the deploy configs. It must still be relative to the repository root.
See the wiki: https://github.com/kimdre/doco-cd/wiki/App-Settings
Also doco-cd now follows symlinks during the SOPS decryption.
✨ Features
🌟 Improvements
- fix: improve Dockerfile by @kimdre in #792
- fix(decrypt): add support for following symlinks during decryption by @kimdre in #801
📦 Dependencies
- chore(deps): update github/codeql-action digest to e12f017 by @renovate[bot] in #784
- chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in #783
- chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in #787
- chore(deps): update golang:1.25.4 docker digest to f60eaa8 by @renovate[bot] in #786
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #789
- fix(deps): update module github.com/infisical/go-sdk to v0.6.0 by @renovate[bot] in #790
- fix(deps): update module github.com/infisical/go-sdk to v0.6.1 by @renovate[bot] in #791
- chore(deps): update actions/setup-go action to v6.1.0 by @renovate[bot] in #795
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #796
📚 Miscellaneous
New Contributors
Full Changelog: v0.50.0...v0.51.0