Releases: alegrey91/harpoon
Releases · alegrey91/harpoon
v0.9.2
What's Changed
- ci: docker push by @alegrey91 in #74
- fix: make --exclude flag repeatable by @alegrey91 in #77
Full Changelog: v0.9...v0.9.2
v0.9.1-rc1
v0.9
What's Changed
- fix: panic in
capture
command, when no arguments are passed by @alessio-perugini in #62 - feat: add environment variables support for command execution by @alegrey91 in #67
- ci: create Dockerfile by @alegrey91 in #56
- support multiple symbols in input by @alegrey91 in #70
- feat: add minimum set of syscalls in seccomp profile by @alegrey91 in #71
- chore(Dockerfile): fix dockerfile syntax by @alegrey91 in #72
Full Changelog: v0.8.3...v0.9
v0.8.3
What's Changed
- fix: panic occurring when the program execution fails by @alessio-perugini in #60
- fix(internal/executor): concurrency issue on Run function by @alegrey91 in #64
New Contributors
- @alessio-perugini made their first contribution in #60
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
v0.8
What's Changed
- docs: add dependencies to build the project by @alegrey91 in #44
- docs: add tutorials by @alegrey91 in #47
- chore(cmd/analyze.go): remove unspupported flag from example by @maxgio92 in #52
- feat: add syscalls incremental dump by @alegrey91 in #50
- docs: update golab link by @alegrey91 in #55
New Contributors
Full Changelog: v0.7...v0.8
v0.7
What's Changed
- fix(build): add syscall validation before creating profile by @alegrey91 in #35
- feat(capture): add --name flag by @alegrey91 in #39
- feat(capture): show output progress during capture by @alegrey91 in #41
Thanks @ccoVeille for support :)
Full Changelog: v0.6.2...v0.7
v0.6.2
What's Changed
- fix: skip return when reading from channel by @alegrey91 in #32
- tests(integration): add integration tests and test them with a pipeline by @alegrey91 in #34
Thanks @ccoVeille for the support :)
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- docs(commands): add documentation about build command by @alegrey91 in #23
- fix: move saving logic outside captor package by @alegrey91 in #25
- fix: use RunE instead Run in cobra.Command struct by @alegrey91 in #27
- fix(build): make collected syscalls unique and sorted by @alegrey91 in #30
Special thanks to @ccoVeille for his contributions in this release :)
Full Changelog: v0.6...v0.6.1