This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Releases: Metrika-Inc/agent
Releases · Metrika-Inc/agent
v0.7.2
v0.7.1
v0.7.0
v0.6.2
v0.6.1
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)
v0.5.1
- [6ed1064] Reverts cc2d575 as container.ID filter is not picking up docker events (#84) (Ioannis Gakos)
- [bdd117b] Upgrade docker/metadata-action to v4 (Ioannis Gakos)
- [0cc0416] Improve workflow/jobs names (Ioannis Gakos)
- [1373da6] Build docker images w tag nightly based on main branch (Ioannis Gakos)
- [c1f0cb0] Set nightly ci schedule to midnight (Ioannis Gakos)
v0.5.0
- [18a735c] Catch all stop,kill,die events to signal a container is gone (Ioannis Gakos)
- [cc2d575] Use container id instead of names[0] for docker events filtering (Ioannis Gakos)
- [d78a314] Update Makefile to support multi-platform docker image builds (Ioannis Gakos)
- [bba8cd2] Switch to alpine:3 docker images from agent execution layer (Ioannis Gakos)
- [bbec65e] Bump default logging level to info. (Ioannis Gakos)
- [b5dfb08] Enable Docker image build&push CI (on git tag or nightly) (Ioannis Gakos)
- [20f2b28] Add Makefile targets for Docker image variants (Ioannis Gakos)
- [11e55fd] Make Agent Exporters configurable (#78) (tomasger)
v0.4.2
v0.3.0
- [0bca2e5] Use DOCKER_API_VERSION=1.41 for proxy setup (Ioannis Gakos)
- [2d29b9f] Remove debug relics from Caddyfile (Ioannis Gakos)
- [0bb3b3e] Add username and container name placeholders in Caddyfile (Ioannis Gakos)
- [fe2ddba] Fix error log line with missing error field. (Ioannis Gakos)
- [288f702] Installation instructions for Docker proxy enabled setup powered by Caddy (Ioannis Gakos)
- [40c5c54] Configure systemd service to cover reverse proxy mode (Ioannis Gakos)
- [d01f7c9] Remove DOCKER_API_VERSION regex and override with environment variable (Ioannis Gakos)
- [e028ecf] Caddyfile configuration to allow only agent node discovery operations (Ioannis Gakos)
- [452fa7f] improvement: GHA PR Notify URL (Christos Kotsis)
- [9ee1bb7] fix: GitHub Actions PR Notify Close on Merge (Christos Kotsis)
- [6ecd21c] feat: GitHub Actions PR Notify (Christos Kotsis)
- [3530a3b] Move ansible directory under contrib (Ioannis Gakos)
- [51ad699] Update agent config template to latest tag (v0.2.5) (Ioannis Gakos)
- [373de68] Create ansible role for installing agent (sjonpaulbrown)
- [a6f89eb] fixup: strip binaries when linking. (#69) (cosmix)
- [740f8d8] Cleanup buffer controller close sequence and fix flaky test (#70) (Ioannis Gakos)
- [f18ed71] chore: update GHA stale PR version (Christos Kotsis)
- [212f87f] fix: GHA stale PRs time windows (Christos Kotsis)
- [4b6c78f] Remove a confusing timesync transient failure log. (#67) (tomasger)