Skip to content

Commit

Permalink
Update CHANGELOG for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy committed Oct 25, 2022
1 parent 211c47d commit 816f421
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## `1.5.0` - 2022-10-25

### Added

- Added a structured fuzzing feature to fuzz the admission control of the k8s
API. The idea came from [issue
10](https://github.com/quarkslab/kdigger/issues/10). And was implemented in
[PR 11](https://github.com/quarkslab/kdigger/pull/11) thanks to
google/gofuzz.
- It is now possible to add a `--namespace` flag to `kdigger gen` command
thanks to @kranurag7.

### Changed

- Use server side dry run by default on admission control scan. Added a flag
`--admission-create` to replicate the old behavior but the scan now by
default run with `--dry-run=server` so no cleaning is needed. Shoutout to
@smarticu5 for the idea at KubeHuddle 2022!

## `1.4.0` - 2022-09-30

### Added
Expand Down

0 comments on commit 816f421

Please sign in to comment.