Skip to content

Commit 9ae043e

Browse files
chore: Update latest version to 0.1.0
1 parent 6fdf289 commit 9ae043e

31 files changed

+36
-37
lines changed

www/public/latest-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.9
1+
0.1.0

www/src/content/docs/commands/argane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Argane evaluates Kubernetes pod specs against the Kubernetes Pod Security Standa
1717
* [argane eval](argane_eval.md) - Evaluate Kubernetes resources against Pod Security Standards.
1818
* [argane version](argane_version.md) - Print the version of Argane.
1919

20-
###### Auto generated by spf13/cobra on 9-Mar-2026
20+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Generate the autocompletion script for argane for the specified shell.
1919
* [argane completion powershell](argane_completion_powershell.md) - Generate the autocompletion script for powershell.
2020
* [argane completion zsh](argane_completion_zsh.md) - Generate the autocompletion script for the zsh shell.
2121

22-
###### Auto generated by spf13/cobra on 9-Mar-2026
22+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_completion_bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ argane completion bash [flags]
1919

2020
* [argane completion](argane_completion.md) - Generate the autocompletion script for argane for the specified shell.
2121

22-
###### Auto generated by spf13/cobra on 9-Mar-2026
22+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_completion_fish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ argane completion fish [flags]
1919

2020
* [argane completion](argane_completion.md) - Generate the autocompletion script for argane for the specified shell.
2121

22-
###### Auto generated by spf13/cobra on 9-Mar-2026
22+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_completion_powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ argane completion powershell [flags]
1919

2020
* [argane completion](argane_completion.md) - Generate the autocompletion script for argane for the specified shell.
2121

22-
###### Auto generated by spf13/cobra on 9-Mar-2026
22+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_completion_zsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ argane completion zsh [flags]
1919

2020
* [argane completion](argane_completion.md) - Generate the autocompletion script for argane for the specified shell.
2121

22-
###### Auto generated by spf13/cobra on 9-Mar-2026
22+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_eval.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Evaluate Kubernetes resources against Pod Security Standards.
1111
--disable-rule strings Disable a specific rule by ID (e.g. pss:baseline:apparmor)
1212
-h, --help help for eval
1313
-o, --output string Output format: stdout or json (default "stdout")
14-
-p, --policy string Policy to evaluate against: baseline or restricted (default "restricted")
14+
-p, --policy string Policy to evaluate against: baseline, restricted or any Y(A)ML file (default "restricted")
1515
-V, --violations Show only rule violations
1616
```
1717

@@ -23,4 +23,4 @@ Evaluate Kubernetes resources against Pod Security Standards.
2323
* [argane eval k8s](argane_eval_k8s.md) - Evaluate a pod-compatible running workload from the current kubeconfig against the Kubernetes Pod Security Standards.
2424
* [argane eval stdin](argane_eval_stdin.md) - Evaluate a pod-compatible spec YAML from stdin against the Kubernetes Pod Security Standards.
2525

26-
###### Auto generated by spf13/cobra on 9-Mar-2026
26+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_eval_file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ argane eval file <path> [flags]
2020
```
2121
--disable-rule strings Disable a specific rule by ID (e.g. pss:baseline:apparmor)
2222
-o, --output string Output format: stdout or json (default "stdout")
23-
-p, --policy string Policy to evaluate against: baseline or restricted (default "restricted")
23+
-p, --policy string Policy to evaluate against: baseline, restricted or any Y(A)ML file (default "restricted")
2424
-V, --violations Show only rule violations
2525
```
2626

2727
### SEE ALSO
2828

2929
* [argane eval](argane_eval.md) - Evaluate Kubernetes resources against Pod Security Standards.
3030

31-
###### Auto generated by spf13/cobra on 9-Mar-2026
31+
###### Auto generated by spf13/cobra on 10-Mar-2026

www/src/content/docs/commands/argane_eval_helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ argane eval helm <repository>/<chart> [flags]
2222
```
2323
--disable-rule strings Disable a specific rule by ID (e.g. pss:baseline:apparmor)
2424
-o, --output string Output format: stdout or json (default "stdout")
25-
-p, --policy string Policy to evaluate against: baseline or restricted (default "restricted")
25+
-p, --policy string Policy to evaluate against: baseline, restricted or any Y(A)ML file (default "restricted")
2626
-V, --violations Show only rule violations
2727
```
2828

2929
### SEE ALSO
3030

3131
* [argane eval](argane_eval.md) - Evaluate Kubernetes resources against Pod Security Standards.
3232

33-
###### Auto generated by spf13/cobra on 9-Mar-2026
33+
###### Auto generated by spf13/cobra on 10-Mar-2026

0 commit comments

Comments
 (0)