Releases: veertuinc/anklet
Releases · veertuinc/anklet
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.
0.5.0
- #4 - org level registration and hook support
- #31 -
ANKLET_GLOBAL_PRIVATE_KEY
added for docker-compose and ease of use.
- Support for
runner_group
in plugin yaml which will register the runner to a specific runner group in github.
- Added table uniqueness per github receiver/org and handler/org so that multiple receivers or handlers using different orgs can use the same redis.
0.5.0-rc2
- Added support for
ANKLET_GLOBAL_PRIVATE_KEY
and logic to enable users specifying the PEM path or raw text (see docker-compose.yml in repo root).
- Support for runner_group in plugin yaml which will register the runner to a specific runner group in github.