Releases: redhat-certification/chart-verifier
0.1.0
Development release created with each merge into the main branch.
1.13.8
1.13.7
Chart verifier version 1.13.7
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.13.7
This version includes:
- fix: drop extra .tgz from release artifact (#464) by @jessesimpson36
- Fix bug in values merging when ci directory exists (#466) by @komish
1.13.6
Chart verifier version 1.13.6
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.13.6
This version includes:
- Bump golang.org/x/mod from 0.18.0 to 0.19.0 (#452) by @dependabot
- Bump the testing group in /scripts with 2 updates (#451) by @dependabot
- Inline the workflow that generate sbom into the general release tasks (#455) by @komish
- Bump github.com/hashicorp/go-retryablehttp to v0.7.7 from v0.7.4 (#454) by @komish
- Add workflow dispatch to allow on-demand scanning of repository sbom (#456) by @komish
- Remove additional invocation of install command (#457) by @komish
- Align chart testing logic with helm cert pipeline (#458) by @komish
- Bump the testing group in /scripts with 2 updates (#459) by @dependabot
- Bump golang.org/x/mod from 0.19.0 to 0.20.0 (#460) by @dependabot
- Update github.com/docker/docker and related dependencies (#461) by @komish
1.13.5
Chart verifier version 1.13.5
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.13.5
This version includes:
- Replace missing ibm/nginx image used in tests (#440) by @komish
- Update workflow versions (#439) by @komish
- Bump dependencies (#438) by @komish
- add starting dependabot configuration (#441) by @komish
- Manually manage k8s dep updates (#444) by @komish
- Automate the addition of SBOMs to releases (#446) by @komish
- Add reusable setup-python action (#448) by @komish
- Update integration test dependencies (#447) by @komish
- Bump packaging from 24.0 to 24.1 in /scripts in the testing group (#449) by @dependabot
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#450) by @dependabot
- Update helm and related dependencies to support k8s 1.29 (#445) by @komish
1.13.4
Chart verifier version 1.13.4
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.13.4
This version includes:
- Wrong file name documented in contains-values check. (#427) by @zvigrinberg
- Removing unused variable setOverridesFlag (#421) by @dcurran90
- Add NOTES.txt check (#430) by @trgeiger
- remove output directory from file list for digest (#410) by @dcurran90
- Output unavailable resources (#436) by @rocrisp
- Case sensitive management for input options keys (#435) by @mrizzi
1.13.3
Chart verifier version 1.13.3
Docker Image:
- quay.io/redhat-certification/chart-verifier:1.13.3
This version includes:
- Partition out Golang and Python linting and style tasks (#412) by @komish
- updating various dependencies (#420) by @acornett21
- Update to latest GitHub actions using Node20 (#422) by @mgoerens
- Use get-ocp-range to translate Kube to OCP ranges (#423) by @mgoerens
- Bump getocprange to support OCP 4.15 (#425) by @komish
1.13.2
1.13.1
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