Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ff08cb1

Browse files
committed
Added ekz #2581
1 parent 9e0a158 commit ff08cb1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,16 @@
839839
"datasourceTemplate": "github-releases",
840840
"extractVersionTemplate": "^v(?<version>.+?)$"
841841
},
842+
{
843+
"fileMatch": [
844+
"^tools.yaml$"
845+
],
846+
"matchStrings": [
847+
"name: ekz\\n\\s+version: \"?(?<currentValue>.*?)\n"
848+
],
849+
"depNameTemplate": "chanwit/ekz",
850+
"datasourceTemplate": "github-releases"
851+
},
842852
{
843853
"fileMatch": [
844854
"^tools.yaml$"

tools.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -2184,6 +2184,18 @@ tools:
21842184
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
21852185
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
21862186
2187+
- name: ekz
2188+
version: 0.8.0
2189+
check: ${binary} --version | cut -d' ' -f3
2190+
tags:
2191+
- kubernetes
2192+
- k8s
2193+
- cloud
2194+
download:
2195+
- url:
2196+
x86_64: https://github.com/chanwit/ekz/releases/download/v${version}/ekz_${version}_linux_${alt_arch}.tar.gz
2197+
type: tarball
2198+
21872199
- name: faas-cli
21882200
version: 0.14.5
21892201
check: ${binary} version | grep "version:" | cut -d' ' -f3

0 commit comments

Comments
 (0)