Skip to content

Commit

Permalink
Release 0.6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
melmorabity committed Aug 14, 2024
1 parent 5380928 commit a0803ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This plugin was inspired by the [Kubeval Helm plugin](https://github.com/instrum
Install the latest version of the plugin using the built-in plugin manager:

```console
helm plugin install https://github.com/melmorabity/helm-kubeconform --version 0.6.6.1
helm plugin install https://github.com/melmorabity/helm-kubeconform --version 0.6.7.1
```

The installer will download and install the Kubeconform binary available for the running platform. As a result, this plugin only supports platforms for which a binary is available [on the Kubeconform release page](https://github.com/yannh/kubeconform/releases).
Expand Down Expand Up @@ -186,7 +186,7 @@ To enable the hook, add the following lines to the `repos` list in the project's
```yaml
repos:
- repo: https://github.com/melmorabity/helm-kubeconform
rev: 0.6.6.1
rev: 0.6.7.1
hooks:
- id: helm-kubeconform
```
Expand All @@ -196,7 +196,7 @@ This hook supports all options provided by the Helm plugin (using the `args` key
```yaml
repos:
- repo: https://github.com/melmorabity/helm-kubeconform
rev: 0.6.6.1
rev: 0.6.7.1
hooks:
- id: helm-kubeconform
files: ^tests/fixtures/chart-.+?/
Expand All @@ -211,7 +211,7 @@ To enable the hook, add the following lines to the `repos` list in the project's
```yaml
repos:
- repo: https://github.com/melmorabity/helm-kubeconform
rev: 0.6.6.1
rev: 0.6.7.1
hooks:
- id: helm-kubeconform-values
```
Expand All @@ -221,7 +221,7 @@ This hook supports all options provided by the Helm plugin but requires a chart
```yaml
repos:
- repo: https://github.com/melmorabity/helm-kubeconform
rev: 0.6.6.1
rev: 0.6.7.1
hooks:
- id: helm-kubeconform-values
args:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: kubeconform
version: 0.6.6.1
version: 0.6.7.1
usage: Validate Helm charts using Kubeconform
description: This plugin validates Helm charts using Kubeconform
ignoreFlags: false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = { text = "GPL-3.0-or-later" }
name = "helm-kubeconform"
readme = "README.md"
requires-python = ">=3.8"
version = "0.6.6.1"
version = "0.6.7.1"

[build-system]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit a0803ed

Please sign in to comment.