v0.23.0
What's Changed
- Update controllers authoring document by @karolz-ms in #46
- Update to Go 1.24.12 by @danegsta in #50
- Enable build triggers for main, release, and version tags by @danegsta in #52
- Fold most sub-processes into the main DCP binary to reduce size on disk and compile times by @danegsta in #56
- Some cleanup after the great binary merge by @danegsta in #58
- Ensure that EffectiveEnv and EffectiveArgs are properly updated during asynchronous Executable startup by @karolz-ms in #60
- Monitor parked connections to ensure we don't leave closed sockets stuck waiting to be released by @danegsta in #62
- Better names for log files by @karolz-ms in #65
- Update documentation for release process by @danegsta in #67
- Fix DCP executable discovery by @karolz-ms in #69
- A fix for kubectl wrapper scripts by @karolz-ms in #72
- Update to Go 1.24.13 by @danegsta in #73
- Fix lookup of dcptun_c binary location by @karolz-ms in #74
- Only the main API server process should clean the session folder by @karolz-ms in #79
- Fix: Add --container-runtime flag to run-controllers command by @Copilot in #82
- Fix anonymous volume mounts: omit
src=when source is empty by @Copilot in #87 - Fix a problem where container logs request completes slowly in non-follow mode by @karolz-ms in #89
- Certificate generation improvements by @danegsta in #92
- Fixes #14 - Add annotation size validation for Executable and Container resources by @haliaeetusvocifer in #70
- Allow using provided certificates instead of generating an ephemeral certificate by @danegsta in #94
- Reference custom certificate from the Windows cert store via a thumbprint by @danegsta in #96
- Update to Go 1.26 by @karolz-ms in #98
- Update dependencies by @karolz-ms in #99
- Update to most recent Python release for signing pipeline by @danegsta in #101
- Improve debouncer by @karolz-ms in #100
- Fix container file creation when all ContinueOnError items fail by @karolz-ms in #103
- Azdo pipeline fixes by @danegsta in #104
New Contributors
- @Copilot made their first contribution in #82
- @haliaeetusvocifer made their first contribution in #70
Full Changelog: v0.22.0...v0.23.0