kubeconform: Update to version 0.6.2

This commit is contained in:
github-actions[bot] 2023-06-07 12:30:38 +00:00
parent 3cec55ea2e
commit 4ee5fd1229

View File

@ -1,20 +1,20 @@
{ {
"version": "0.6.1", "version": "0.6.2",
"description": "A Kubernetes manifest validation tool. Incorporate it into your CI, or use it locally to validate your Kubernetes configuration!", "description": "A Kubernetes manifest validation tool. Incorporate it into your CI, or use it locally to validate your Kubernetes configuration!",
"homepage": "https://github.com/yannh/kubeconform", "homepage": "https://github.com/yannh/kubeconform",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-amd64.zip", "url": "https://github.com/yannh/kubeconform/releases/download/v0.6.2/kubeconform-windows-amd64.zip",
"hash": "1e2b78de510de3dab46f7d96bc6b33806dcf1a732354424c6c414fc4697931b9" "hash": "a5e5ca6397c1dc2b9649fa983ff39fedc8b41d1f1a485e993e8f9868756edfc0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-386.zip", "url": "https://github.com/yannh/kubeconform/releases/download/v0.6.2/kubeconform-windows-386.zip",
"hash": "4d2a422a35585fa9c32255d4e941fc41a982e6bd8059b5d8dc8a1737fd396a8f" "hash": "df496234af6aa773c1b434c2c56ee65a204e26baee81ca0ccf73bb5140c49ec2"
}, },
"arm64": { "arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-arm64.zip", "url": "https://github.com/yannh/kubeconform/releases/download/v0.6.2/kubeconform-windows-arm64.zip",
"hash": "b72e6b8e3961f7253e2f310899a9e6a244da2b53bbcc50a2b9e5b4e8a3dda0cb" "hash": "bac6ffdb359fad5bd9b24ed59fc465dc40a2cefb0d03dd32abd2b9308d978c67"
} }
}, },
"bin": "kubeconform.exe", "bin": "kubeconform.exe",