forked from redhat-certification/chart-verifier
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
{ | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"quay-image": "quay.io/redhat-certification/chart-verifier", | ||
"release-info": [ | ||
"Update IBM images which have been updated (#195)", | ||
"Enable chart verifier to recognize OCP 4.9 (#209)" | ||
"<ul><li>Profile Version 1.1 introduced (now default):</li>", | ||
"<ul><li>New mandatory check: required-annotations-present/v1.0 (#203).</li>", | ||
"<liRequires chart annotation charts.openshift.io/name to bet set.</li>", | ||
"</ul>", | ||
"<li>Updated mandatory check: has-kubeversion/v1.1 (#213).</li>", | ||
"<ul><li>Requires chart kubeVersion to be a valid semantic version.</li>", | ||
"<li>Adds new supportedOpenShiftVersions attribute used for chart certification.</li>", | ||
"</ul>", | ||
"</ul>" | ||
] | ||
} |