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

Commit

Permalink
Bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phil9909 committed May 4, 2020
1 parent 98c490a commit 90d26ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Everything

## Release Notes

### 0.0.5 - kubebuilder

- 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 https://github.com/kubernetes-sigs/controller-tools/issues/402
- vscode will now show 'ytt-lint' as source of diagnostics

### 0.0.4 - Concourse

- support linting concourse pipelines
Expand Down
2 changes: 1 addition & 1 deletion vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/phil9909/ytt-lint"
},
"description": "Runs linting on your ytt-templates and yaml-files.",
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.41.0"
},
Expand Down

0 comments on commit 90d26ad

Please sign in to comment.