From 14d610e75837df1f7ca8032ca0cbac33c36852e7 Mon Sep 17 00:00:00 2001 From: Abhinav Pandey Date: Fri, 13 Oct 2023 09:46:17 -0700 Subject: [PATCH] Add changelog for v0.17.4 --- docs/content/en/docs/whatsnew/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 1f283f294f72..791d717fd8ed 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -16,6 +16,20 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. {{% /alert %}} +## [v0.17.4](https://github.com/aws/eks-anywhere/releases/tag/v0.17.4) + +### Supported OS version details +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +| :---: | :---: | :---: | :---: | :---: | :---: | +| Ubuntu | 20.04 | 20.04 | 20.04 | Not supported | 20.04 | +| | 22.04 | 22.04 | 22.04 | Not supported | Not supported | +| Bottlerocket | 1.14.3 | 1.14.3 | Not supported | Not supported | Not supported | +| RHEL | 8.7 | 8.7 | Not supported | 8.7 | Not supported | + + +### Added +- Enabled audit logging for `kube-apiserver` on baremetal provider ([#6779](https://github.com/aws/eks-anywhere/pull/6779)). + ## [v0.17.3](https://github.com/aws/eks-anywhere/releases/tag/v0.17.3) ### Supported OS version details