Skip to content

Commit

Permalink
Add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy committed Apr 21, 2022
1 parent 44a2d06 commit dbcab87
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
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!

0 comments on commit dbcab87

Please sign in to comment.