Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 16:30
· 47 commits to main since this release
  • ✨ discard required properties when already defined in dependency values
    (#40)
  • ✨ (intellij) actions to trigger helm dependency update
    (#53)
  • ✨ (intellij) actions in error notifications to install or configure Helm
  • ✨ (intellij) support IJ 2023.3
  • 🐛 avoid NullPointerException in JSON schema providers when virtual file parent is null
    (#114)
  • 🐛 discard generation of extra-values.schema.json
    (#130)
  • 🐛 disable additionalProperties at top level of aggregated chart
    (#131)
  • 🐛 (intellij) UnsupportedOperationException when values.yaml is part of a virtual file system
    (#132)
  • 🐛 JSON schema extractor should take aliases into account
    (#133)
    BREAKING CHANGES:
  • Since #130,
    JSON schema validation is no more applied by default on files *-values.yaml in IntelliJ IDEA.
    Validation of non-standard Helm values files with generated JSON schema can be configured in IntelliJ settings.