Skip to content

Releases: fstaudt/helm-values

0.9.0

14 Jun 16:13
Compare
Choose a tag to compare
  • ✨ (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

0.8.2

23 Mar 09:08
Compare
Choose a tag to compare
  • ✨ (intellij) support IJ 2024.1

0.8.1

21 Feb 08:17
Compare
Choose a tag to compare
  • ✨ (gradle) compatibility with Gradle configuration cache
  • 🐛 (gradle) disable caching by default for task validateHelmValues
  • 🐛 (intellij) use alphabetical order for actions on all charts in project

BREAKING CHANGES:

  • Minimal Gradle version for Gradle plugin: Gradle 8.3

0.8.0

11 Nov 16:30
Compare
Choose a tag to compare
  • ✨ 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.

0.7.1

14 Jul 16:31
Compare
Choose a tag to compare
  • ✨ (intellij) support for IntelliJ IDEA 2023.2
  • ⚡ (intellij) avoid full project scanning in JSON schema provider factory (#64)
  • 🐛 invalid $ref in aggregated JSON schemas should be removed (#103)
  • 🐛 (intellij) refresh JSON schemas of dependent charts before current chart (#104)

0.7.0

18 May 16:37
Compare
Choose a tag to compare
  • ✨ (gradle) task to validate values.yaml against aggregated JSON schema (#18)
  • ✨ aggregate downloaded & extracted JSON schemas in a single file (#49)
  • ✨ aggregate chart & inter-dependent charts JSON schemas in a single file (#49)
  • ✨ remove additional and unevaluated properties from aggregated sub-charts (#49)
  • 🐛 JSON schema aggregation should use unevaluatedProperties in global properties (#89)
  • 🐛 full URI for $id of aggregated JSON schema (#90)
  • 🐛 $ref should not be used with other properties in generated JSON schemas (#91)
  • 🐛 use of version ranges for locally stored dependencies causes failure in JSON schemas aggregation (#93)

BREAKING CHANGES:

  • 💥 Since #89 & #91 and due to the lack of support for Draft 2019-09 in IntelliJ IDEA,
    some invalid values are no more identified by IntelliJ IDEA.

0.6.1

26 Mar 14:52
Compare
Choose a tag to compare
  • ✨ (intellij) support for IntelliJ IDEA 2023.1
  • ✨ (intellij) drop support for IntelliJ IDEA 2021.3
  • ⚡ (intellij) improve search for VirtualFile in JsonSchema providers
  • ⚡ (intellij) restrict actions for current chart to main Helm files
  • 👷 bump Gradle to 8.0.2
  • 👷 (gradle) bump JVM toolchain to 11

BREAKING CHANGES:

  • 💥 IntelliJ IDEA 2021.3 is no more supported.
    Extension is only available for IntelliJ IDEA 2022.1 and above.
  • 💥 Actions for current chart are no more available from any file in chart directory.
    They are only available from chart directory itself, values.yaml or Chart.yaml.

0.6.0

29 Jan 13:47
Compare
Choose a tag to compare
  • ✨ (intellij) reuse credentials from other JSON schema repository mapping (#32)
  • ✨ include values.schema.json of chart folder in aggregated schema (#41)
  • ✨ add x-generated fields in fallback schemas (#47)
  • ✨ (intellij) preferred width for columns in settings
  • 🐛 support condition with comma separated property names (#50)
  • 🐛 aggregate should include aggregated JSON schema of dependency when local path ends with / (#52)

0.5.1

29 Dec 09:30
Compare
Choose a tag to compare
  • 🐛 (gradle) reference to schema of inter-dependent chart should use published version over chart version (#42)
  • 🐛 rename packaged-values.schema.json to extra-values.schema.json (#43)

💥 BREAKING CHANGES:

  • Since #43, patch file packaged-values.schema.patch.json must be renamed extra-values.schema.patch.json.
    Optional property patchPackagedFile of task aggregateJsonSchema must be renamed patchExtraValuesFile.

0.5.0

23 Dec 17:46
Compare
Choose a tag to compare
  • ✨ support for inter-dependent charts stored in the same repository
    (#30)
  • ✨ (intellij) run processing of intellij actions in background
    (#17)
  • ✨ (intellij) notifications of processing for intellij actions
    (#17)