v0.7.0
What's Changed
- cleanup: update files, fix docs by @kbdharun in #29
- docs: fix broken image; chore: improve website CI by @kbdharun in #32
- docs: fix incorrect Node example by @kbdharun in #35
- feat: Migrate plugins to c-shared by @axtloss in #39
- feat[closes #40]: Dont use random directories for tmp by @axtloss in #41
- fix[closes #36]: Use exec format for entrypoint by @axtloss in #42
- feat[closes #37]: Use exec format for cmd by @axtloss in #43
Breaking changes
- Plugins now use the c-shared format. Older plugins using the
plugin
format are not supported anymore.
The example plugin and fsguard plugin plugins have been updated accordingly and can be used as examples to port plugins to the new format. - The
cmd
property in recipes now takes a string array (the same format asentrypoint
). Any recipe that uses the old property will not work.
Full Changelog: v0.6.2...v0.7.0