k2tf: Update to version 0.8.0 & add arm64 (#7119)

Update URLs to new format, and add ARM64 architecture
This commit is contained in:
jack-mil 2025-09-11 13:35:39 -04:00 committed by GitHub
parent 59ad40afdd
commit 27cdb802d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,16 @@
{
"version": "0.7.0",
"version": "0.8.0",
"description": "Converts Kubernetes API Objects (in YAML format) into HashiCorp's Terraform configuration language.",
"homepage": "https://github.com/sl1pm4t/k2tf",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.7.0/k2tf_0.7.0_Windows_x86_64.tar.gz",
"hash": "a759f8dc28941db3673f38e4ac320cad831870c3775c1757f4e768fea66d5b96"
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.8.0/k2tf_0.8.0_Windows_amd64.tar.gz",
"hash": "850debab0a080c2317e1c0554db50cfdedd49bb28c45dac14d6de99a94b2b6c4"
},
"arm64": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.8.0/k2tf_0.8.0_Windows_arm64.tar.gz",
"hash": "ed9f243a9eca66e75c9ff140fbd8a203705c1115ee788cabc5cdc80d13a09705"
}
},
"bin": "k2tf.exe",
@ -14,7 +18,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_x86_64.tar.gz"
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_arm64.tar.gz"
}
},
"hash": {