Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalstill committed Apr 30, 2024
1 parent 2d90c8b commit a73f14a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/release_notes/v07-v08.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Major changes

## REST API

* There is now an API call (`GET /admin/resources`) which exposes the resource
utilization of the cluster to admin users.

## Supported distributions

* Debian 12 is now supported as a host OS.
* Ubuntu 22.04 is now supported as a host OS.
* Fedora 34, 38, and 29, as well as Ubuntu 22.04 now have canned guest images.
* Rocky 8 and 9 now have canned guest images.
Expand Down Expand Up @@ -78,7 +84,8 @@
* We now use gRPC calls to compact etcd, instead of relying on a python client
wrapper. This means we can now update our gRPC and protobuf dependencies to
much more recent versions.
* etcd traffic levels are now monitored in CI.
* etcd traffic levels are now monitored in CI and we attempt to hold fewer
cluster level locks for local operations.

## Minor changes

Expand All @@ -96,4 +103,5 @@
longer required, and is therefore more reliable.
* The `qemu` commands generated now vary based on the version of `qemu` installed
on the machine. This was required to support the newer `qemu` version in
Ubuntu 22.04.
Ubuntu 22.04.
* The ansible modules have been rewritten to be more reliable.

0 comments on commit a73f14a

Please sign in to comment.