Skip to content

1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 19:20
· 122 commits to main since this release
13eb685

Chart verifier version 1.11.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.11.0

This version includes:

  • export the version command (#310)
  • disable gosec alert on reading http.Body (#313)
  • fix typo in Table 2 (#311)
  • add Josh M. and John M. to OWNERS (#320)
  • Extend makefile to add new go developer tooling helpers and downloaders (#319)
  • Run gofumpt and golanci-lint against the cmd package (#323)
  • Apply gofumpt to checks package (#328)
  • Apply gofumpt to samples package (#327)
  • Apply gofumpt and golanci-lint to the verifier package (#329)
  • Apply golangci-ling and gofumpt to version package (#325)
  • Apply gofumpt and golanci-lint to the pkg/report package (#324)
  • Apply gofumpt and golangci-lint to reportsummary package (#326)
  • Remove the github.com/pkg/errors package in favor of the stdlib (#331)
  • Add selinux shared labeling to volumes in container examples (#332)
  • Apply gofumpt and golangci-lint to internal/tool package (#333)
  • Apply gofumpt to the profileconfig (#334)
  • Apply gofumpt to internal/helm (#335)
  • Update golangci-lint to version that supports Go 1.20 (#338)
  • Update dev-release tag management action (#337)
  • Apply gofumpt and golangci-lint to internal/chartverifier/api package (#339)
  • Apply gofumpt and golangci-lint to internal/chartverifier/checks package (#340)
  • Apply Lint to the remainder of the repo (#342)
  • Enforce style/lint practices on PR (#344)
  • Allow for skipping tls verification with new cluster (#348)
  • Add support for OCP 4.13 (#345)