kustomize: Update to version 3.2.1 (#471)

This commit is contained in:
Toni Suokas 2019-10-21 20:43:22 +03:00 committed by Richard Kuhnt
parent 6efc50602f
commit 866f73cb7f

View File

@ -2,23 +2,27 @@
"homepage": "https://github.com/kubernetes-sigs/kustomize", "homepage": "https://github.com/kubernetes-sigs/kustomize",
"description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.", "description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "2.0.3", "version": "3.2.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.3/kustomize_2.0.3_windows_amd64.exe#/kustomize.exe", "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.2.1/kustomize_kustomize.v3.2.1_windows_amd64.exe#/kustomize.exe",
"hash": "7d8be317f58a245065e1ef57356631da81b0dbab40f5f7cfbe65b55d8d484b29" "hash": "73b0dbc3457d48717628ceea65dc3f1ee9b51b41cdeb4d70c793374446b3e6b1"
} }
}, },
"bin": "kustomize.exe", "bin": "kustomize.exe",
"checkver": "github", "checkver": {
"github": "https://github.com/kubernetes-sigs/kustomize",
"regex": "kustomize/v([\\d.]+)"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/v$version/kustomize_$version_windows_amd64.exe#/kustomize.exe" "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv$version/kustomize_kustomize.v$version_windows_amd64.exe#/kustomize.exe"
} }
}, },
"hash": { "hash": {
"url": "$baseurl/checksums.txt" "url": "$baseurl/checksums.txt",
"regex": "$sha256\\s+kustomize_kustomize/v$version_windows_amd64.exe"
} }
} }
} }