From 93154fbc8eecdc264c117647e18b13dabb667f5a Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com> Date: Tue, 28 May 2024 12:55:21 -0400 Subject: [PATCH] Add additional fix to v0.6.3 (#2294) Change-Id: I4a60c4e528bf138db2f335d07655456a7c79f3bd --- CHANGELOG/CHANGELOG-0.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-0.6.md b/CHANGELOG/CHANGELOG-0.6.md index 4d4bd4eebc..c09edd7dc2 100644 --- a/CHANGELOG/CHANGELOG-0.6.md +++ b/CHANGELOG/CHANGELOG-0.6.md @@ -9,6 +9,7 @@ Changes since `v0.6.2`: ### Bug or Regression - Change the default pprof port to 8083 to fix a bug that causes conflicting listening ports between pprof and the visibility server. (#2232, @amy) +- Check the containers limits for used resources in provisioning admission check controller and include them in the ProvisioningRequest as requests (#2293, @trasc) - Consider deleted pods without `spec.nodeName` inactive and subject for pod replacement. (#2217, @trasc) - Fix a bug that causes the reactivated Workload to be immediately deactivated even though it doesn't exceed the backoffLimit. (#2220, @tenzen-y) - Fix a bug that the ".waitForPodsReady.requeuingStrategy.backoffLimitCount" is ignored when the ".waitForPodsReady.requeuingStrategy.timestamp" is not set. (#2224, @tenzen-y)