Skip to content

Commit 13eb685

Browse files
authored
Release 1.11.0 (#349)
1 parent 124e39c commit 13eb685

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed
Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
11
{
2-
"version": "1.10.1",
2+
"version": "1.11.0",
33
"quay-image": "quay.io/redhat-certification/chart-verifier",
44
"release-info": [
55
"<ul>",
6-
"<li>Ensure the chart's verifier-version matches the verifier version subcommand output (#312)</li>",
7-
"<li>fix image certify error for kubeVersion >=1.21 (#315)</li>",
6+
"<li>export the version command (#310)</li>",
7+
"<li>disable gosec alert on reading http.Body (#313)</li>",
8+
"<li>fix typo in Table 2 (#311)</li>",
9+
"<li>add Josh M. and John M. to OWNERS (#320)</li>",
10+
"<li>Extend makefile to add new go developer tooling helpers and downloaders (#319)</li>",
11+
"<li>Run gofumpt and golanci-lint against the cmd package (#323)</li>",
12+
"<li>Apply gofumpt to checks package (#328)</li>",
13+
"<li>Apply gofumpt to samples package (#327)</li>",
14+
"<li>Apply gofumpt and golanci-lint to the verifier package (#329)</li>",
15+
"<li>Apply golangci-ling and gofumpt to version package (#325)</li>",
16+
"<li>Apply gofumpt and golanci-lint to the pkg/report package (#324)</li>",
17+
"<li>Apply gofumpt and golangci-lint to reportsummary package (#326)</li>",
18+
"<li>Remove the github.com/pkg/errors package in favor of the stdlib (#331)</li>",
19+
"<li>Add selinux shared labeling to volumes in container examples (#332)</li>",
20+
"<li>Apply gofumpt and golangci-lint to internal/tool package (#333)</li>",
21+
"<li>Apply gofumpt to the profileconfig (#334)</li>",
22+
"<li>Apply gofumpt to internal/helm (#335)</li>",
23+
"<li>Update golangci-lint to version that supports Go 1.20 (#338)</li>",
24+
"<li>Update dev-release tag management action (#337)</li>",
25+
"<li>Apply gofumpt and golangci-lint to internal/chartverifier/api package (#339)</li>",
26+
"<li>Apply gofumpt and golangci-lint to internal/chartverifier/checks package (#340)</li>",
27+
"<li>Apply Lint to the remainder of the repo (#342)</li>",
28+
"<li>Enforce style/lint practices on PR (#344)</li>",
29+
"<li>Allow for skipping tls verification with new cluster (#348)</li>",
30+
"<li>Add support for OCP 4.13 (#345)</li>",
831
"</ul>"
932
]
1033
}

0 commit comments

Comments
 (0)