diff --git a/CHANGES.md b/CHANGES.md index 5df3ab07..4a0956d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ This document describes the relevant changes between releases of the API model. +## 0.0.395 Sep 13 2024 +- Add `WifEnabled` to `Version` model + ## 0.0.394 Sep 10 2024 - Add `WifTemplates` field to `WifConfig` model diff --git a/model/clusters_mgmt/v1/version_type.model b/model/clusters_mgmt/v1/version_type.model index 4b83825d..e90634d0 100644 --- a/model/clusters_mgmt/v1/version_type.model +++ b/model/clusters_mgmt/v1/version_type.model @@ -59,4 +59,7 @@ class Version { // ReleaseImages contains the URI of OpenShift release images for arm64 and multi architectures. ReleaseImages ReleaseImages + + // WifEnabled is a flag that indicates whether this version is enabled for Workload Identity Federation. + WifEnabled Boolean }