kubeconform: Update to version 0.6.0

This commit is contained in:
github-actions[bot] 2023-02-26 12:31:23 +00:00
parent c3d51ba349
commit 04a876e030

View File

@ -1,20 +1,20 @@
{
"version": "0.5.0",
"version": "0.6.0",
"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.5.0/kubeconform-windows-amd64.zip",
"hash": "ee37dc377867a45e1fbb93941b7f8c0961a0195f3b22c2b3f2ab2ef2151911ae"
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.0/kubeconform-windows-amd64.zip",
"hash": "fee5e36d233be70cd490d848d1a3ebc706dc9c8cd76cb7faa7ddf8a48dbf9400"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-386.zip",
"hash": "f9d81bcf553d83c330ea90a7e9032a6cfc3f7a137d0e27c0afcfe86d503736af"
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.0/kubeconform-windows-386.zip",
"hash": "2b8dcc3649ce0da4b16d8e69e40fa6d68a1a9425b27c21d15cd12ba26ed1964a"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-arm64.zip",
"hash": "9fe2d4333ddee066a8a7d9cf38d4ecb2ad8f50cdfb4916c83625e87a58a2fd7e"
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.0/kubeconform-windows-arm64.zip",
"hash": "17e2c5ca95b7f6d775abfcdc1b2de7a85750ee950fdbc77440f3943566b044af"
}
},
"bin": "kubeconform.exe",