1
1
{
2
- "version" : " 1.12.2 " ,
2
+ "version" : " 1.13.0 " ,
3
3
"quay-image" : " quay.io/redhat-certification/chart-verifier" ,
4
4
"release-info" : [
5
5
" <ul>" ,
6
- " <li>Use multiline parsing for run task (#376) by @komish</li>" ,
7
- " <li>Add commit ID to version output (#370) by @mgoerens</li>" ,
8
- " <li>apply kubecontext setting to kubectl client (#377) by @dcurran90</li>" ,
6
+ " <li>remove extra owners and add mgoerens (#381) by @komish</li>" ,
7
+ " <li>Move release logic to a new workflow (#382) by @mgoerens</li>" ,
8
+ " <li>Print step's output paramaters also to sdtout (#389) by @mgoerens</li>" ,
9
+ " <li>Fix default branch name in workflows (#387) by @mgoerens</li>" ,
10
+ " <li>Move container images creation to release workflow (#386) by @mgoerens</li>" ,
11
+ " <li>Update Github actions that use deprecated Node12 (#392) by @mgoerens</li>" ,
12
+ " <li>change actions/cache@v4 to v3 (#394) by @OchiengEd</li>" ,
13
+ " <li>Check images for an empty image string (#385) by @OchiengEd</li>" ,
14
+ " <li>Update gitignore file to skip system files (#395) by @OchiengEd</li>" ,
15
+ " <li>Remove testing using docker (#393) by @mgoerens</li>" ,
16
+ " <li>Fix variable reference in dev release action (#396) by @komish</li>" ,
17
+ " <li>Remove unecessary steps in dev_release workflow (#400) by @mgoerens</li>" ,
18
+ " <li>Apply black and flake8 to python scripts (#399) by @mgoerens</li>" ,
19
+ " <li>Add flake8 step in the build pipeline (#401) by @mgoerens</li>" ,
20
+ " <li>Expire commit container images after 1 week (#402) by @mgoerens</li>" ,
21
+ " <li>Update report sub-command tests (#403) by @OchiengEd</li>" ,
22
+ " <li>Refactor tests for the verify subcommand (#406) by @OchiengEd</li>" ,
23
+ " <li>Build dev release container image in main (#404) by @mgoerens</li>" ,
24
+ " <li>update k8's to 1.28 and other dependencies (#407) by @acornett21</li>" ,
25
+ " <li>Adding support for daemonSet and statefulSet resources in charts (#405) by @dcurran90</li>" ,
26
+ " <li>Fix help command and output in docs (#409) by @mgoerens</li>" ,
27
+ " <li>Use external library to get the OCP versions range (#408) by @mgoerens</li>" ,
9
28
" </ul>"
10
29
]
11
- }
30
+ }
31
+
0 commit comments