Skip to content

Commit 733532d

Browse files
authored
3.1.31 CVEs fixes (#1572)
* 3.1.31 CVEs * Update Telegraf version * telegraf 1.34.3 test * Telegraf upgrade 1.36.4
1 parent fbcc3de commit 733532d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

kubernetes/linux/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6363
sudo 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
6666
telegraf_version=$(sudo tdnf list installed | grep telegraf | awk '{print $2}')
6767
echo "telegraf $telegraf_version" >> packages_version.txt
6868
mv /usr/bin/telegraf-agent /opt/telegraf

source/plugins/go/input/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Docker-Provider/source/plugins/go/input
22

3-
go 1.24.6
3+
go 1.24.10
44

55
require github.com/calyptia/plugin v1.0.2
66

source/plugins/go/src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Docker-Provider/source/plugins/go/src
22

3-
go 1.24.6
3+
go 1.24.10
44

55
require (
66
github.com/Microsoft/go-winio v0.6.1

test/ginkgo-e2e/utils/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var (
1313
"internet connectivity",
1414
"GetAgentConfigurations",
1515
"RefreshConfigurations",
16+
"canceled by user",
1617
}
1718
)
1819

0 commit comments

Comments
 (0)