This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
Releases: urcomputeringpal/kubevalidator
Releases · urcomputeringpal/kubevalidator
Initial public release
- Default to strict validation
- Setup process improvements
- Support rerequesting check runs and check suites
See https://urcomputeringpal.com/2018/09/09/yaml for more information.
Greetings
The initial release of kubevalidator
, a GitHub App that validates the Kubernetes YAML in your GitHub PRs using kubeval.
Example
Goals
- Improve the experience of changing and reviewing YAML documents representing Kubernetes resources by detecting and highlighting errors automatically.
- Allow validation against multiple schemas to support applications deployed to multiple Kubernetes clusters with disparate versions.
- Explore the viability of writing a generalized Probot-like GitHub App toolkit in Golang.
Non-goals
- Validate the syntax of your YAML. (Shameless plug: use YAMBURGER for that! It's kinda dope!)
See the repo for more info!
0.0.1 - testing123
A non-functional release, made in error.