Skip to content

Commit

Permalink
Add more features to release notes
Browse files Browse the repository at this point in the history
Change-Id: I6a799cdd893a561adb4a446534a138b1f87347bb
  • Loading branch information
alculquicondor committed Aug 25, 2022
1 parent 5839bd3 commit 169413f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
Changes since `v0.1.0`:

### Features

- Bumped the API version from v1alpha1 to v1alpha2. v1alpha1 is no longer supported and Queue is now named LocalQueue.
- Add webhooks to validate and add defaults to all kueue APIs.
- Add internal cert manager to serve webhooks with TLS.
- Use finalizers to prevent ClusterQueues and ResourceFlavors in use from being
deleted prematurely.
- Support [codependent resources](/docs/concepts/cluster_queue.md#codepedent-resources)
by assigning the same flavor to codependent resources in a pod set.
- Support [pod overhead](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/)
Expand All @@ -13,6 +17,7 @@ Changes since `v0.1.0`:
match internal defaulting for k8s Pods.
- Added [prometheus metrics](/docs/reference/metrics.md) to monitor health of
the system and the status of ClusterQueues.
- Use Server Side Apply for Workload admission, to reduce API conflicts.

### Bug fixes

Expand Down

0 comments on commit 169413f

Please sign in to comment.