Skip to content

Commit

Permalink
chore: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Aug 2, 2024
1 parent 25095b8 commit 99a0d15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ Adding a new version? You'll need three changes:
- Added `duration` field in logs after successfully sent configuration to Kong
gateway or Konnect.
[#6360](https://github.com/Kong/kubernetes-ingress-controller/pull/6360)
- Added `/debug/config/diff-report` diagnostic endpoint. This endpoint is
available in DB mode when the `--dump-config` and `--dump-sensitive-config`
are enabled. It returns the latest diff information for the controller's last
configuration sync along with config hash and sync timestamp metadata. The
controller maintains the last 5 diffs in cache. You can retrieve older diffs
by appending a `?hash=<hash>` query string argument. Available config hashes
and their timestamps are listed under the `available` section of the
response.
[#6131](https://github.com/Kong/kubernetes-ingress-controller/pull/6131)

### Fixed

Expand Down

0 comments on commit 99a0d15

Please sign in to comment.