Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Staudt committed Feb 20, 2024
1 parent b30e9e4 commit 5c06743
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.8.1 - Feb 20, 2024
- :sparkles: (gradle) compatibility with Gradle configuration cache
- :bug: (gradle) disable caching by default for task validateHelmValues
- :bug: (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 - Nov 11, 2023
- :sparkles: discard required properties when already defined in dependency values
([#40](https:/fstaudt/helm-values/issues/40))
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.0
version=0.8.1
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.1 - Feb 20, 2024

### 🐛 Fixed
- use alphabetical order for actions on all charts in project

## 0.8.0 - Nov 11, 2023

### ✨ New
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.0"
const val GENERATOR_LABEL = "helm-values 0.8.1"

const val NEW_LINE = "\n\\n"

Expand Down

0 comments on commit 5c06743

Please sign in to comment.