kustomize: update to 4.4.1 (#2942)

* kustomize: update to 4.4.1

Autoupdate re-enabled

* switch to checkver github
This commit is contained in:
Pratik Chowdhury 2021-11-12 07:58:27 -08:00 committed by GitHub
parent 8986ee0bd3
commit b9df434527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,27 @@
{
"version": "4.1.3",
"version": "4.4.1",
"description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.",
"homepage": "https://github.com/kubernetes-sigs/kustomize",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.1.3/kustomize_v4.1.3_windows_amd64.tar.gz",
"hash": "67a21b674a8dad5e027224c3426e496028e10a65e779e950d07e5d6d8c1d9d2d"
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.4.1/kustomize_v4.4.1_windows_amd64.tar.gz",
"hash": "3e1b11456a81924c16c8df89653ed8597f0c446f9f56628f25f8f1abb2fe0c44"
}
},
"bin": "kustomize.exe",
"checkver": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases",
"github": "https://github.com/kubernetes-sigs/kustomize",
"regex": "kustomize/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v$version/kustomize_v$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}