Skip to content

Releases: dadav/helm-schema

0.18.0

28 Dec 18:18
0988933
Compare
Choose a tag to compare

Changelog

  • 6dfe287 feat: Add dont-add-global flag
  • 0806433 feat: Support ref in patternProperties

0.17.0

22 Dec 17:47
5c27a1b
Compare
Choose a tag to compare

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.1

10 Dec 18:57
1b05e03
Compare
Choose a tag to compare

Changelog

  • 5593ea2 feat: Support yaml anchors

0.16.0

10 Dec 18:38
c6ee76c
Compare
Choose a tag to compare

Changelog

  • 8a3e773 feat: Add helm-docs compatibility mode

0.15.0

07 Dec 21:03
0d38eb8
Compare
Choose a tag to compare

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

22 Sep 16:24
93475ad
Compare
Choose a tag to compare

Changelog

  • 04d13b3 fix: Adjust workdir to /home/helm-schema

0.14.0

22 Sep 16:12
7aeb771
Compare
Choose a tag to compare

Changelog

  • fae8c59 feat: Add MinLength and MaxLength
  • fe17fcd feat: Support relative files in ref

0.13.1-2

16 Sep 13:20
7da61f8
Compare
Choose a tag to compare

Changelog

0.13.0

08 Sep 16:40
658159c
Compare
Choose a tag to compare

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

21 Jul 19:10
0afec2d
Compare
Choose a tag to compare

Changelog

  • 214c9d1 feat: Support semver in dependencies
  • 6158417 fix: Use alias if defined