Skip to content

Commit

Permalink
Merge pull request #475 from zgalor/warning_msg
Browse files Browse the repository at this point in the history
Add `warning_message` field to version_gate type
  • Loading branch information
tzvatot authored Jan 25, 2022
2 parents 8faa0e1 + 9399295 commit 1277278
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.169 Jan 25 2022
- Version gate type: Add warning message field

## 0.0.168 Jan 10 2022
- Fix description of various API attributes
- OVN: Add network type selection
Expand Down
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/version_gate_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class VersionGate {
// Value represents the required value of the label.
Value string

// WarningMessage is a warning that will be displayed to the user before they acknowledge the gate
WarningMessage string

// Description of the version gate.
Description string

Expand Down

0 comments on commit 1277278

Please sign in to comment.