What's Changed
With this release you now can inject your passwords/secrets from external secret management providers so you don't have to hardcode your secrets in the docker compose files or use SOPS to decrypt them. Instead you can now just reference them from your secret provider and let doco-cd replace your variables with the actual secret values.
More info on the wiki page for External Secrets.
✨ Features
📦 Dependencies
- chore(deps): update golang:1.25.1 docker digest to bb979b2 by @renovate[bot] in #617
- chore(deps): update github/codeql-action digest to 192325c by @renovate[bot] in #616
- fix(deps): update module golang.org/x/net to v0.44.0 by @renovate[bot] in #618
- chore(deps): update docker/dockerfile:1 docker digest to dabfc09 by @renovate[bot] in #621
- chore(deps): update module golang.org/x/tools to v0.37.0 by @renovate[bot] in #622
📚 Miscellaneous
Full Changelog: v0.35.0...v0.36.0