kubeconform: Update to version 0.6.5

This commit is contained in:
github-actions[bot] 2024-05-09 16:36:23 +00:00
parent 5ee3040aaf
commit 3f0d5d4def

View File

@ -1,20 +1,20 @@
{ {
"version": "0.6.4", "version": "0.6.5",
"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.4/kubeconform-windows-amd64.zip", "url": "https://github.com/yannh/kubeconform/releases/download/v0.6.5/kubeconform-windows-amd64.zip",
"hash": "1f6ad9eaab24d14363433897aee4b9049184b10ac3681de0d23105f3a114bf69" "hash": "40b088fdbeae58d59c706291d2e08fb6d0941081944348263e773aba6a072711"
}, },
"32bit": { "32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.4/kubeconform-windows-386.zip", "url": "https://github.com/yannh/kubeconform/releases/download/v0.6.5/kubeconform-windows-386.zip",
"hash": "97b0d701e14a6b125c7c184fdb2e2c356d0b1148932571c39f09f9212c30d549" "hash": "a7fb0877b4773409b98ac60e0195d92a4371a6b19a2c1c11ed7bde914204a06b"
}, },
"arm64": { "arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.4/kubeconform-windows-arm64.zip", "url": "https://github.com/yannh/kubeconform/releases/download/v0.6.5/kubeconform-windows-arm64.zip",
"hash": "491568dc4a17fccc735541a09cf767ad77742e17391d309232cac6a0d9832675" "hash": "268d912ee3d7e3f6ca44bfbde5c91bb0ea2587f31bbe1b6571631fff3a3a94cc"
} }
}, },
"bin": "kubeconform.exe", "bin": "kubeconform.exe",