File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ sudo tdnf install jq-1.7.1-1.azl3 -y
6262# used to setcaps for ruby process to read /proc/env
6363sudo tdnf install libcap -y
6464
65- sudo tdnf install telegraf-agent-1.36.1 -y
65+ sudo tdnf install telegraf-agent-1.36.4 -y
6666telegraf_version=$( sudo tdnf list installed | grep telegraf | awk ' {print $2}' )
6767echo " telegraf $telegraf_version " >> packages_version.txt
6868mv /usr/bin/telegraf-agent /opt/telegraf
Original file line number Diff line number Diff line change 11module Docker-Provider/source/plugins/go/input
22
3- go 1.24.6
3+ go 1.24.10
44
55require github.com/calyptia/plugin v1.0.2
66
Original file line number Diff line number Diff line change 11module Docker-Provider/source/plugins/go/src
22
3- go 1.24.6
3+ go 1.24.10
44
55require (
66 github.com/Microsoft/go-winio v0.6.1
Original file line number Diff line number Diff line change 1313 "internet connectivity" ,
1414 "GetAgentConfigurations" ,
1515 "RefreshConfigurations" ,
16+ "canceled by user" ,
1617 }
1718)
1819
You can’t perform that action at this time.
0 commit comments