Skip to content

Releases: dadav/helm-schema

0.11.4

30 Jun 11:23
38c2dea
Compare
Choose a tag to compare

Changelog

0.11.3

14 Jun 20:15
e013faa
Compare
Choose a tag to compare

Changelog

  • cd66859 fix: Make it possible to sort charts with same name
  • e44faa3 fix: Update dependencies

0.11.2

05 May 18:31
2cafc75
Compare
Choose a tag to compare

Changelog

  • 46f5faf feat: Add flag to insert schema reference to values file
  • 1f872ce fix: Update dependencies

0.11.1

18 Apr 18:43
5920552
Compare
Choose a tag to compare

Changelog

  • 6b558e0 fix: Be sure to only start on valid yaml

0.11.0

17 Apr 17:46
ec7649f
Compare
Choose a tag to compare

Changelog

  • 1fd5016 feat: Add possibility to parse comments

0.10.2

03 Apr 17:56
8a49439
Compare
Choose a tag to compare

Changelog

  • 167895c fix: Set type to object if properties are used

0.10.1

30 Mar 19:55
9b1aca2
Compare
Choose a tag to compare

Changelog

  • d8160c1 Merge pull request #19 from Grraahaam/doc/examples
  • 52ba5a8 Merge pull request #21 from dadav/required_prop
  • 09ac50c doc: add examples to README.md
  • d7b1f28 doc: add pre-commit config args
  • e043234 doc: add values.yaml example
  • c3a185b fix: Make required field working for properties

0.10.0

06 Mar 20:38
e27dda7
Compare
Choose a tag to compare

Changelog

  • d95dded Enable correct handling of $ref schema annotations
  • 26a28f3 feat: Make $ref from external source usable

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