Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 16:13
· 2 commits to main since this release
  • ✨ (intellij) configure Helm chart repositories from IntelliJ IDEA (#137)
  • ✨ (intellij) configure Chart and JSON schema repositories in same editor in settings (#137)
  • ✨ support of YAML format for patch files (#55)
  • ✨ support import-values in chart dependencies (#106)
  • ✨ (intellij) support for IJ 2024.2
  • ✨ (intellij) drop support for IJ 2022.3
  • 🐛 fix deprecation error on ActionUpdateThread since 2024.1
  • 🐛 fix extraction of JSON schema from dependency archive when dependency is provided with version range

BREAKING CHANGES:

  • 💥 (intellij) IntelliJ IDEA 2022.3 is no more supported.
    Extension is only available for IntelliJ IDEA 2023.1 and above.
  • 💥 (gradle) since #55, optional property patchValuesFile must be renamed valuesPatchFile for Gradle tasks aggregateJsonSchema and generateJsonSchemas
  • 💥 (gradle) since #55, optional property patchAggregatedFile must be renamed aggregatedValuesPatchFile for Gradle tasks aggregateJsonSchema