Skip to content

Commit

Permalink
chore: update changelog with 1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Dec 14, 2023
1 parent a518f56 commit cf7a270
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 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
Expand Down

0 comments on commit cf7a270

Please sign in to comment.