Releases: redhat-certification/chart-verifier
Releases · redhat-certification/chart-verifier
1.12.2
1.12.1
Chart verifier version 1.12.1
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.12.1
This version includes:
- Move latest tag on Quay using Robot account (#361)
- change expected tag after latest tag was unpublished (#364)
- Make dev releases prereleases and not drafts (#363)
- Ensure release creation only happens after release deletion is completed successfully (#365)
- use id instead of name (#366)
- Fix various typos in documentation (#367)
- Update action identifiers (#368)
- Update the 0.1.0 image in addition to the release for each merged commit in main (#371)
- Use docker login and push instead of podman (#372)
- Use the right environment variables (#373)
- Update sprig to v3 to resolve semver constraint validity issues (#374)
1.12.0
Chart verifier version 1.12.0
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.12.0
This version includes:
1.11.1
1.11.0
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)
1.10.1
1.10.0
1.9.0
Chart verifier version 1.9.0
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.9.0
This version includes:
- Update provider delivery flag to web catalog only (#294)
- Update images are certified check to skip registry.redhat.io images (#293)
- Add new helm install timeout flag and deployment wait (#288)
- New check and support for signed charts (#287)
- Introduces new profile version 1.2
- add sha to report and code to check it (#267)
- Various bug fixes and documentation updates