Releases: redhat-certification/chart-verifier
Releases · redhat-certification/chart-verifier
1.13.0
Chart verifier version 1.13.0
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.13.0
This version includes:
- remove extra owners and add mgoerens (#381) by @komish
- Move release logic to a new workflow (#382) by @mgoerens
- Print step's output paramaters also to sdtout (#389) by @mgoerens
- Fix default branch name in workflows (#387) by @mgoerens
- Move container images creation to release workflow (#386) by @mgoerens
- Update Github actions that use deprecated Node12 (#392) by @mgoerens
- change actions/cache@v4 to v3 (#394) by @OchiengEd
- Check images for an empty image string (#385) by @OchiengEd
- Update gitignore file to skip system files (#395) by @OchiengEd
- Remove testing using docker (#393) by @mgoerens
- Fix variable reference in dev release action (#396) by @komish
- Remove unecessary steps in dev_release workflow (#400) by @mgoerens
- Apply black and flake8 to python scripts (#399) by @mgoerens
- Add flake8 step in the build pipeline (#401) by @mgoerens
- Expire commit container images after 1 week (#402) by @mgoerens
- Update report sub-command tests (#403) by @OchiengEd
- Refactor tests for the verify subcommand (#406) by @OchiengEd
- Build dev release container image in main (#404) by @mgoerens
- update k8's to 1.28 and other dependencies (#407) by @acornett21
- Adding support for daemonSet and statefulSet resources in charts (#405) by @dcurran90
- Fix help command and output in docs (#409) by @mgoerens
- Use external library to get the OCP versions range (#408) by @mgoerens
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