Skip to content

Releases: dadav/helm-schema

0.9.0

06 Mar 18:31
58d3e4d
Compare
Choose a tag to compare

Changelog

  • f4eb81b Add validation to skip-auto-generation flag
  • 8a6d816 Add workaround for null being decoded as empty string
  • 58bdb1e Don't include default 'global' title and description and fix additionalProperties skipping
  • 338c804 Merge pull request #12 from ubergesundheit/allow-multiple-types
  • fa74dcf Merge pull request #15 from Grraahaam/doc/readme-annotation-table
  • 5897a29 Merge pull request #16 from ubergesundheit/print-error-on-failure
  • cddcf5d Merge pull request #17 from ubergesundheit/add-flags-omit-title-description-and-default
  • bed831d Merge pull request #18 from ubergesundheit/add-skip-flag-validation
  • 0a78f32 Print error on command execution
  • 33ec01f Re-implement checks
  • 7547e43 Use viper.UnmarshalKey for slices because of spf13/viper#380
  • 79a8390 WIP Support for multiple types
  • 793653a doc: improve README
  • 5f14b9e doc: improve README
  • 82c7f5e feat: Add possibility to skip the auto-generation of fields
  • ba7d20d feat: Also make it possible to skip additionalProperties field
  • 07bc54d feat: Also make it possible to skip required field

0.8.2

21 Feb 18:49
105e8b9
Compare
Choose a tag to compare

Changelog

  • 30183fb fix: Adjust linting hints
  • 2f6a9d4 fix: Adjust structs field alignment

0.8.1

14 Nov 15:06
Compare
Choose a tag to compare

Changelog

  • f83ad63 feat: ignore sorting error

0.8.0

15 Sep 18:01
Compare
Choose a tag to compare

Changelog

  • 734eb2d feat: add option to disable removal of helm-docs prefix
  • 3cadf94 fix: clarify help

0.7.0

14 Sep 16:56
Compare
Choose a tag to compare

Changelog

  • 58f61de feat: add SchemaOrBool type
  • 9d453da feat: add patternProperties and use SchemaOrBool type for additionalProperies
  • 2a6d149 feat: add prefixedItems
  • ea65ea0 feat: use SchemaOrBool
  • cf37aea fix: use draft 7

0.6.0

08 Sep 16:32
Compare
Choose a tag to compare

Changelog

  • f82f1b6 feat: use another jsonschema library
  • f0f6809 fix: adjust error message
  • 5078f44 fix: make sure this matches nested files
  • dad5603 fix: move sorting to util package

0.5.0

01 Sep 13:21
Compare
Choose a tag to compare

Changelog

  • d903908 feat: use topological sort

0.4.4

30 Aug 12:32
Compare
Choose a tag to compare

Changelog

0.4.3

30 Aug 12:22
Compare
Choose a tag to compare

Changelog

0.4.2

29 Aug 16:10
Compare
Choose a tag to compare

Changelog

  • 9af5ff2 feat: patch condition property into dependency chart
  • 47eb608 fix: adjust pre-commit hook to only run on Chart.yaml and values.yaml changes