You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG/CHANGELOG-0.14.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
## v0.14.3
2
+
3
+
Changes since `v0.14.2`:
4
+
5
+
## Urgent Upgrade Notes
6
+
7
+
### (No, really, you MUST read this before you upgrade)
8
+
9
+
- MultiKueue: validate remote client kubeconfigs and reject insecure kubeconfigs by default; add feature gate MultiKueueAllowInsecureKubeconfigs to temporarily allow insecure kubeconfigs until v0.17.0.
10
+
11
+
if you are using MultiKueue kubeconfigs which are not passing the new validation please
12
+
enable the `MultiKueueAllowInsecureKubeconfigs` feature gate and let us know so that we can re-consider
13
+
the deprecation plans for the feature gate. (#7452, @mszadkow)
14
+
15
+
## Changes by Kind
16
+
17
+
### Bug or Regression
18
+
19
+
- Fix a bug where a workload would not get requeued after eviction due to failed hotswap. (#7379, @pajakd)
20
+
- Fix the kueue-controller-manager startup failures.
21
+
22
+
This fixed the Kueue CrashLoopBackOff due to the log message: "Unable to setup indexes","error":"could not setup multikueue indexer: setting index on workloads admission checks: indexer conflict. (#7440, @IrvingMg)
23
+
- Fixed the bug that prevented managing workloads with duplicated environment variable names in containers. This issue manifested when creating the Workload via the API. (#7443, @mbobrovskyi)
24
+
- Increase the number of Topology levels limitations for localqueue and workloads to 16 (#7427, @kannon92)
25
+
- Services: fix the setting of the `app.kubernetes.io/component` label to discriminate between different service components within Kueue as follows:
26
+
- controller-manager-metrics-service for kueue-controller-manager-metrics-service
27
+
- visibility-service for kueue-visibility-server
28
+
- webhook-service for kueue-webhook-service (#7450, @rphillips)
Kueue is a set of APIs and controllers for job queueing. It is a job-level manager that decides when a job should be admitted to start (as in pods can be created) and when it should stop (as in active pods should be deleted).
0 commit comments