Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fstaudt committed Mar 23, 2024
1 parent 737e647 commit cdbf468
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.2 - Mar 23, 2024
- :sparkles: (intellij) support IJ 2024.1

## 0.8.1 - Feb 20, 2024
- :sparkles: (gradle) compatibility with Gradle configuration cache
- :bug: (gradle) disable caching by default for task validateHelmValues
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.github.fstaudt.helm
version=0.8.1
version=0.8.2
gradleWrapperVersion=8.6
# IntelliJ plugin
intellijPluginName=helm-values-assistant
Expand Down
5 changes: 5 additions & 0 deletions helm-values-intellij-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.8.2 - Mar 23, 2024

### ✨ New
- support for IntelliJ IDEA 2024.1

## 0.8.1 - Feb 20, 2024

### 🐛 Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.github.fstaudt.helm

const val SCHEMA_VERSION = "https://json-schema.org/draft/2020-12/schema"

const val GENERATOR_LABEL = "helm-values 0.8.1"
const val GENERATOR_LABEL = "helm-values 0.8.2"

const val NEW_LINE = "\n\\n"

Expand Down

0 comments on commit cdbf468

Please sign in to comment.