-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! |