Releases: veertuinc/anklet
Releases · veertuinc/anklet
0.9.2
- [Github Receiver]: Optimized the redelivery logic to make as few api calls as possible.
0.9.1
- [Github Handler]: Forceful unregistration of a runner only happens if a failure occurs. Users need to ensure they're using --ephemeral for their runner registration.
- [Github Receiver]: Added
redeliver_hours
(see docs).
0.9.0
- [Github]: Removed need for
anka
and self-hosted
labels in runs-on:
. If anka-template
exists, we know it's for anklet.
- Better logging for debugging and overwhelming spam when debug is on.
v0.8.2
- #36: Added ANKLET_GLOBAL_RECEIVER_SECRET and global_receiver_secret
v0.8.1
- Fixed
sleep_interval
not working
v0.8.0
- #35 : Supporting new global variables and ENVs for database
- Fixed issue where the process was exiting before panic and logging could return to stdout/err.
v0.7.0
- #34 : you can now set plugin_path in the config.
- Separated
dev
and debug
LOG_LEVEL. User troubleshooting should use debug
unless otherwise specified.
0.6.1
- #33 - support for healthcheck endpoint in the github receiver
0.6.0
- Github Plugins: Removed unique-id and run-id from the required labels.