Releases: helix-collective/camus2
Releases · helix-collective/camus2
Minor release
docker compose compatibility
- execute docker compose via the modern
docker compose
CI. - write version 3 docker compose file
minor release
allow letsencrypt ssl cert generation in remote mode
Minor release
Added --json-output
flag to c2 status
minor release
Fix ssl config for nginx for unconnected endpoints.
Minor Release
- Show fractional seconds on log timestamps
Minor release
- A packaged release zip can now include one or more json files used to extend the config interpolation context.
Minor Release
- The default deploy name no longer includes the ".zip" suffix from the release name
- There is explicit configuration to control which endpoint received AWS health checks.
Minor Release
Update to baked in nginx proxy template:
- support for websockets
- handle X-Forward-Proto header correctly
Testing improvements
Minor release - cli option parsing
- Switch to using optparse-applicative for cli option parsing
This automatically generates usage documentation, and also support
bash completion.