v0.10.7
- Improved
autostart
logic: it now requires being mounted as "readonly" under/root/autostart
. - Added
%version
, and environment variablesGONB_VERSION
,GONB_GIT_COMMIT
. - Added
%help
info on missing environment variables. - Added stack traces to protocol parsing errors.
- Include function comments in the generated code. This makes tags like
//go:noinline
work. See #150