Skip to content

Commit

Permalink
Merge pull request #989 from marcolan018/OCM-10734
Browse files Browse the repository at this point in the history
Add `WifEnabled` to `Version` model
  • Loading branch information
gdbranco committed Sep 13, 2024
2 parents 62c491e + d5886de commit 9c8a29f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/version_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 9c8a29f

Please sign in to comment.