Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Releases: phil9909/ytt-lint

0.0.5 - kubebuilder

04 May 13:53
Compare
Choose a tag to compare
0.0.5 - kubebuilder Pre-release
Pre-release
  • support ytt 0.27.1
  • detect cases where object is expected but string, bool, etc. is given
  • Support validating CRDs itself (not the custom object, but the custom resource definition)
  • Add special exception for CRDs generated by kubebuilder. See kubernetes-sigs/controller-tools#402
  • vscode will now show 'ytt-lint' as source of diagnostics

Please download, install and give feedback.

The vsix-files contain VSCode / VSCodium extensions. See installation instructions in the README.

0.0.4 - Concourse

07 Apr 21:22
Compare
Choose a tag to compare
0.0.4 - Concourse Pre-release
Pre-release
  • support linting concourse pipelines
  • improve "pull from k8s" to make sure extracted schemas contain kind and apiVersion

Please download, install and give feedback.

The vsix-files contain VSCode / VSCodium extension. See installation instructions in the README.

v0.0.3 - Custom Libraries

03 Apr 11:38
Compare
Choose a tag to compare
Pre-release
  • support 'load' of custom lib.yaml
  • improve schema extraction to include multiple k8s versions (now supporting Deployment v1 out of the box)
  • linting is now less pedantic about values used as strings.

Please download, install and give feedback.

The vsix-files contain VSCode / VSCodium extension. See installation instructions in the README

v0.0.2 - MVP

27 Mar 13:27
Compare
Choose a tag to compare
v0.0.2 - MVP Pre-release
Pre-release

MVP release. IMHO it is already quite useful.

Please download, install and give feedback.

The vsix-files contain VSCode / VSCodium extension. See installation instructions in the README