Releases: dadav/helm-schema
Releases · dadav/helm-schema
0.18.0
Changelog
- 6dfe287 feat: Add dont-add-global flag
- 0806433 feat: Support ref in patternProperties
0.17.0
Changelog
- 5ce2d9c feat: Add dependency filter functionality
- e7be30a feat: Add tests for errs.go
- c494e6b feat: Add tests for worker file
- 48f2faa fix: Fix some bugs, add comments
- 984e990 fix: Split validation in smaller ones
0.16.0
Changelog
- 8a3e773 feat: Add helm-docs compatibility mode
0.15.0
Changelog
- 8304281 feat: Distribute as helm plugin
- 3f28428 feat: Support minItems and maxItems
- 21ff86a fix: Check custom annotations more dynamically
- 68f7d41 fix: Format code
- 8160cd5 fix: Use latest jsonschema version
- ca94db2 fix: Use single lines
0.14.1
Changelog
- 04d13b3 fix: Adjust workdir to /home/helm-schema
0.14.0
Changelog
- fae8c59 feat: Add MinLength and MaxLength
- fe17fcd feat: Support relative files in ref
0.13.0
Changelog
- 095a459 feat: Add e2e test for default helm values
- 6c999cd feat: Add e2e tests
- bc67c46 feat: Add readOnly and writeOnly
- 69cb7d4 feat: Add support for not keyword
- 3a5e70c feat: Support array for required field
- 99bc1a6 fix: Add example to e2e tests
- 8a41019 fix: Adjust changed url
- 813c708 fix: Fail test if helm-schema fails
- 00fb292 fix: Make newline optional
- 0850a91 fix: Should consider all possible types
- 5900a86 fix: Use TrimPrefix instead of TrimLeft
0.12.0
Changelog
- 214c9d1 feat: Support semver in dependencies
- 6158417 fix: Use alias if defined