From 9a667d904ab82a48cf9fe2ee0f095f7afb6ac4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 30 Jul 2020 10:28:06 +0200 Subject: [PATCH] k2tf: Update to version 0.5.0 --- bucket/k2tf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/k2tf.json b/bucket/k2tf.json index 42a3cbe040..adebb139fc 100644 --- a/bucket/k2tf.json +++ b/bucket/k2tf.json @@ -1,12 +1,12 @@ { - "homepage": "https://github.com/sl1pm4t/k2tf", + "version": "0.5.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", - "version": "0.4.1", "architecture": { "64bit": { - "url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.4.1/k2tf_0.4.1_Windows_x86_64.tar.gz", - "hash": "722f753d5fe590d103481f352bb3a2d0796c1800346f3fb7e140f64d8dad341a" + "url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.5.0/k2tf_0.5.0_Windows_x86_64.tar.gz", + "hash": "9040976ccd293bda6b84d643cdf34d0dd77133317434099092f901a5c0373e28" } }, "bin": "k2tf.exe",