From dbcab87c452f3862ac9e3418b7aa201ea6b4a70b Mon Sep 17 00:00:00 2001 From: mtardy Date: Thu, 21 Apr 2022 11:57:45 +0200 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dcc9d10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## `1.1.0` - 2022-04-21 +### Added +- Two new plugins, cgroups, and node and checks for NoNewPrivs and Seccomp flag +in respectively, capabilities and syscall plugins. (Thanks for Andrew Martin & +Michael Hausenblas for the inspiration from the Appendix 1 "A Pod-Level Attack" +from the "Hacking Kubernetes" book) +- Documentation about the Wildcard feature removal in CoreDNS. +- New Makefiles rules to quickly start kdigger in a Pod in a kind cluster. +- Vagrantfile for development on different systems. + +### Changed +- Update dependencies and use Go 1.18. +- Fix the `got get` oneliner using `go install`. +- The output mechanism for plugins, now using comments array and flatten results +that are of length one for better JSON output parsing. + +## `1.0.0` - 2021-10-07 +- Initial release! \ No newline at end of file