Releases: veertuinc/anklet
Releases · veertuinc/anklet
0.12.1
0.12.0
- [github | handler]: Added
skip_pull
for users who don't have a registry. - [metrics]: Added
last_update
timestamp showing when the last time the DB keys were updated with new metrics. This can be used to see if there is a problem with Anklet services pushing metrics to the DB. - [metrics]: Added back JSON logs for Aggregator
- [metrics]: On Anklet stop, the metrics are removed from the database so they don't pile up in the DB.
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
- [github] Added metrics for Cancellations
- [github] Added timeout for registration failures
At the moment of writing this, Github has a bug that assigns the same internal ID to runners that are registered around the same time. See actions/runner#3621 for more info. This means we need to count the time between when we register and start the runner in the VM and when the webhook/job goes into
in_progress
status, indicating the job in Github is now running inside of the VM properly. IF it doesn't go intoin_progress
within 1 minute, we consider it the github bug and will retry it on a brand new VM. - [github] Ability to copy out the _diag folder from the VM each run when LOG_LEVEL either
DEBUG
orDEV
log::split_by_plugin
added so you can output each plugin to a separate filelog: file_dir: /Users/nathanpierce/Library/Logs/ split_by_plugin: true