0.1.2 release (#22)

* 0.1.2 release

* trace the error and show a user readable message
This commit is contained in:
Thomas Boop
2022-06-23 08:57:14 -04:00
committed by GitHub
parent eb47baaf5e
commit e2033b29c7
4 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
## Features
- Loosened the restriction on `ACTIONS_RUNNER_CLAIM_NAME` to be optional, not required for k8s hooks
## Bugs
- Improved error handling so that more actionable error messages are displayed for k8s hooks failures [#19]
## Misc