This repository was archived by the owner on Jan 23, 2025. It is now read-only.
v0.6.0
- [cd71195] Update README on runtime.http_addr and runtime.metrics_enabled (Ioannis Gakos)
- [abd0acb] Disable HTTP server by default (Ioannis Gakos)
- [3b94ce9] Remove unused code for PidOf and PidArgs (#97) (Ioannis Gakos)
- [843f45f] Bugfix: fail to load runtime.logging.level and runtime.http_addr yaml from env (#96) (Ioannis Gakos)
- [6256da1] TODO cleanup (Ioannis Gakos)
- [b0a1141] Disable /metrics endpoint by default and enable with
runtime.metrics_enabled
(Ioannis Gakos) - [acafaa5] Rename
runtime.metrics_addr
toruntime.http_addr
(Ioannis Gakos) - [88b0495] Document local endpoints /metrics and /loglvl (Ioannis Gakos)
- [1a1f419] Common HTTP handler for local endpoint and Host header validation (Ioannis Gakos)
- [6c858cf] Fix formatting in installation script (Ioannis Gakos)
- [8a313f0] Verify binary integrity by sha256 checksum (Ioannis Gakos)
- [9aa63c3] Fallback to loading Flow env from env file only when metadata extraction fails from docker cmd shell args. (#85) (Ioannis Gakos)
- [c3e9658] Add README.md instructions for docker image verification with cosign (Ioannis Gakos)
- [96a3b85] Signed Docker images backed by sigstore (Ioannis Gakos)
- [e2d7ff6] Remove -linkmode=external as it's only applicable with CGO_ENABLED (#91) (Ioannis Gakos)
- [e12a22d] Enable RELRO,PIE checks in produced binaries (Ioannis Gakos)
- [77c3278] Disable pprof from produced binaries (#87) (Ioannis Gakos)