diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db1c71f..7671e523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 1.7.2 (2023-12-14) + + +### Bug Fixes + +* **graceful-shutdown**: implement configurable sutdown delay (e5c13c8df0144c30e308cc833da8f6f0caac38ef) + > prevents in-flight requests to land on a pod that has already stopped. +* **shutdown**: implement 5 seconds shutdown period (cef5f2effeb1de8ee41602c74a20d8d57e5f450d) + > will already help prevent false positives from other kubenurse pods when + > trying to reach me_ingress through the ingress controller during + > teardown. without this 5sec wait, in-flight requests from e.g. the + > ingress controller will reach a pod that is already terminated. + > Might not be sufficient for similar for "path" errors, as there is no + > filter for terminating pods. +* **shutdown**: make shutdown duration configurable (a9d101a4fc3607ebd914b462776b43462d354e0d) +* **shutdown**: stop querying pending/terminating neighbors (3d6050c652bd6115a8be7f7879fa316c4bbad8d5) + > prevents false positive path_error when checks are made to pending or + > terminating pods + + +### New Features + +* **helm**: make shutdown duration configurable (a518f56288836c025346d63ef154239bcfafdc3e) + + + ## 1.8.0 (2023-06-26) ### New Features