kubeconform: Update to version 0.6.1

This commit is contained in:
github-actions[bot] 2023-02-27 16:30:21 +00:00
parent 819f9e5888
commit 9c6110aad4

View File

@ -1,20 +1,20 @@
{
"version": "0.6.0",
"version": "0.6.1",
"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",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.0/kubeconform-windows-amd64.zip",
"hash": "fee5e36d233be70cd490d848d1a3ebc706dc9c8cd76cb7faa7ddf8a48dbf9400"
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-amd64.zip",
"hash": "1e2b78de510de3dab46f7d96bc6b33806dcf1a732354424c6c414fc4697931b9"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.0/kubeconform-windows-386.zip",
"hash": "2b8dcc3649ce0da4b16d8e69e40fa6d68a1a9425b27c21d15cd12ba26ed1964a"
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-386.zip",
"hash": "4d2a422a35585fa9c32255d4e941fc41a982e6bd8059b5d8dc8a1737fd396a8f"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.0/kubeconform-windows-arm64.zip",
"hash": "17e2c5ca95b7f6d775abfcdc1b2de7a85750ee950fdbc77440f3943566b044af"
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-arm64.zip",
"hash": "b72e6b8e3961f7253e2f310899a9e6a244da2b53bbcc50a2b9e5b4e8a3dda0cb"
}
},
"bin": "kubeconform.exe",