This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
Releases: stefanprodan/hrval-action
Releases · stefanprodan/hrval-action
v2.8.0
Changelog:
- Enable recursively search for *.yml files
v2.7.0
Changelog:
- Recursively search directory for Helm release files
v2.6.0
Changelog:
- Simplify CircleCI usage by moving hrval to bin
v.2.5.0
Changelog:
- Download charts with Helm CLI
Thanks to @babilen5
v2.4.0
Changelog:
- publish container image to https://hub.docker.com/r/stefanprodan/hrval
v2.3.0
Changelog:
- download dependencies for charts coming from Git repos (Helm v2 only)
v2.2.0
Changlog:
- accept dir path as helmRelease input
- when a dir is supplied, hrval scans all YAMLs for HelmReleases and validates them
v2.1.0
Changelog:
- install Helm v2.15.0 and v3.0.0-beta.4
- add Helm version input (accepted values
v2
orv3
, defaults tov2
)
v2.0.0
Changelog:
- add Kubernetes version input
- update Helm to v2.15.0
- rename inputs (breaking change)
v1.0.0
Initial release