Skip to content

Releases: m-lab/script-exporter-support

v0.2.12 / 2024-10-24

24 Oct 18:51
58c24fb
Compare
Choose a tag to compare

What's Changed

  • Updates openjdk package from version 11 to 17 by @nkinkade in #42

Full Changelog: v0.2.11...v0.2.12

v0.2.11

21 Oct 20:57
68b1c0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10

28 Feb 17:44
bb17bd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10

Removes wehe-cmdline logs after each run

08 Jun 17:56
f2a8212
Compare
Choose a tag to compare

Rebuilds image

03 Jun 22:13
9b1e94b
Compare
Choose a tag to compare

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

19 Apr 15:55
8b48adb
Compare
Choose a tag to compare

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

16 Apr 21:35
8b48adb
Compare
Choose a tag to compare
v0.2.6

Moves script_exporter command to ENTRYPOINT (#37)

Uses tini as PID 1 + another bug fix

16 Apr 18:07
eb6be6a
Compare
Choose a tag to compare

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

14 Apr 22:16
f18e8bf
Compare
Choose a tag to compare

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

07 Apr 19:34
f18e8bf
Compare
Choose a tag to compare
Merge pull request #35 from m-lab/sandbox-kinkade

Adds a stub wehe-client.sh executable script