Releases: m-lab/script-exporter-support
v0.2.12 / 2024-10-24
What's Changed
Full Changelog: v0.2.11...v0.2.12
v0.2.11
v0.2.10
What's Changed
- Explicit value check for logging by @stephen-soltesz in #40
Full Changelog: v0.2.9...v0.2.10
Removes wehe-cmdline logs after each run
Rebuilds image
This release doesn't add anything new, it just pulls in the latest changes from wehe-cmdline, which now prefixes the client user id with a @
to help distinguish it in the logs from organic traffic (the data is getting polluted with all the script-exporter e2e tests, and they needed a way to filter).
Rebuilds image
This release doesn't add anything new. Build caching was turned on at Docker Hub causing the previous tag to build an image with cached, outdated repositories (i.e., minus recent fixes to script_exporter). This release will just cause a new build, with build caching turned off.
Moves script_exporter into ENTRYPOINT
v0.2.6 Moves script_exporter command to ENTRYPOINT (#37)
Uses tini as PID 1 + another bug fix
This release introduces the use of "tini" as a small init-like process that runs as PID 1. Possibly among other things, tini will reap orphaned processes, which we have discovered is a potential issue in the way we use script_exporter.
This PR also pulls in another bug fix in our fork of script_exporter. There was a type assertion with no error handling which could (and did) cause panics when it failed.
Another Bug fix in script_exporter
script_exporter was leaving around a lot of orphaned (zombie) processes that would never get cleaned up. This issue was resolved in a PR in the script_exporter repo.
Bug fix in script_exporter
Merge pull request #35 from m-lab/sandbox-kinkade Adds a stub wehe-client.sh executable script