From af94aa12ecdbece56f45696cfec644d11e52c7d0 Mon Sep 17 00:00:00 2001 From: rblake Date: Thu, 2 Nov 2023 10:04:59 +0000 Subject: [PATCH] OCM-3852 | chore: Release notes for 0.0.333 to support kubelet_config --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f5f3cbce..a7e93805 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # Changes This document describes the relevant changes between releases of the API model. +## 0.0.333 November 02 2023 +- Added `/api/clusters_mgmt/v1/clusters/{id}/kubelet_config` endpoint +- Added `KubeletConfig` struct to support requests to the `kubelet_config` endpoint +- Updated `Cluster` struct to be able to have the embedded `KubeletConfig` + ## 0.0.332 November 01 2023 - Add `AdditionalInfraSecurityGroupIds` to `AWS` type - Add `AdditionalControlPlaneSecurityGroupIds` to `AWS` type