Skip to content

Releases: veertuinc/anklet

0.9.3

25 Nov 20:11
Compare
Choose a tag to compare
  • Better logging

0.9.2

21 Nov 23:28
Compare
Choose a tag to compare
  • [Github Receiver]: Optimized the redelivery logic to make as few api calls as possible.

0.9.1

21 Nov 00:49
Compare
Choose a tag to compare
  • [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

30 Oct 23:37
Compare
Choose a tag to compare
  • [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

23 Oct 15:30
Compare
Choose a tag to compare
  • #36: Added ANKLET_GLOBAL_RECEIVER_SECRET and global_receiver_secret

v0.8.1

22 Oct 14:06
Compare
Choose a tag to compare
  • Fixed sleep_interval not working

v0.8.0

21 Oct 23:51
Compare
Choose a tag to compare
  • #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

18 Oct 15:17
e845bb0
Compare
Choose a tag to compare
  • #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

14 Oct 13:29
Compare
Choose a tag to compare
  • #33 - support for healthcheck endpoint in the github receiver

0.6.0

10 Oct 20:59
Compare
Choose a tag to compare
  • Github Plugins: Removed unique-id and run-id from the required labels.