Skip to content

Releases: veertuinc/anklet

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.

0.5.0

09 Oct 19:30
80ef730
Compare
Choose a tag to compare
  • #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

09 Oct 16:08
c6c7ea8
Compare
Choose a tag to compare
0.5.0-rc2 Pre-release
Pre-release
  • 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.