This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 739e8ae 1 parent 64444aa commit 739e8ae Copy full SHA for 739e8ae
File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1058
1058
"datasourceTemplate" : " github-releases" ,
1059
1059
"extractVersionTemplate" : " ^v(?<version>.+?)$"
1060
1060
},
1061
+ {
1062
+ "fileMatch" : [
1063
+ " ^tools.yaml$"
1064
+ ],
1065
+ "matchStrings" : [
1066
+ " name: havener\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
1067
+ ],
1068
+ "depNameTemplate" : " homeport/havener" ,
1069
+ "datasourceTemplate" : " github-releases" ,
1070
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
1071
+ },
1061
1072
{
1062
1073
"fileMatch" : [
1063
1074
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -2539,6 +2539,20 @@ tools:
2539
2539
x86_64 : https://github.com/hadolint/hadolint/releases/download/v${version}/hadolint-Linux-${arch}
2540
2540
type : executable
2541
2541
2542
+ - name : havener
2543
+ version : 2.0.8
2544
+ check : ${binary} version | cut -d, -f1 | cut -d' ' -f3
2545
+ tags :
2546
+ - k8s
2547
+ - kubernetes
2548
+ - management
2549
+ - tui
2550
+ download :
2551
+ - url : https://github.com/homeport/havener/releases/download/v${version}/havener_${version}_linux_${alt_arch}.tar.gz
2552
+ type : tarball
2553
+ files :
2554
+ - havener
2555
+
2542
2556
- name : hcloud
2543
2557
version : 1.30.2
2544
2558
check : ${binary} version | cut -d' ' -f2
You can’t perform that action at this time.
0 commit comments