Skip to content

Tags: rik-org/rik

Tags

v1.1.0-rc2

chore(riklet): improve security on iptables

* Accept only external request and target TAP interfaces of microVM.
  Previously we were accepting all requests and applying conntrack on
it, it was unsafe.

Signed-off-by: AlexandreBrg <burgoni@pm.me>

v1.1.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(riklet): graceful shutdown (#90)

* Trigger graceful on CTRL+C (SIGTERM / SIGINT)
* Clean up iptables on shutdown of riklet

v1.0.0

ci(release): upload binaries asset on release

Signed-off-by: AlexandreBrg <burgoni@pm.me>