File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "dockerfile" : " Dockerfile" ,
55 "args" : {
66 "TOOLS_GO_VERSION" : " 1.25" ,
7- "TOOLS_HELM_VERSION" : " 3.19.0" ,
8- "TOOLS_ISTIO_VERSION" : " 1.27.1" ,
9- "TOOLS_KUBECTL_VERSION" : " 1.34.1" ,
7+ "TOOLS_ISTIO_VERSION" : " 1.28.3" ,
108 "TOOLS_ARGO_ROLLOUTS_VERSION" : " 1.8.3" ,
11- "TOOLS_CILIUM_VERSION" : " 0.18.7"
9+ "TOOLS_KUBECTL_VERSION" : " 1.35.0" ,
10+ "TOOLS_HELM_VERSION" : " 4.1.0" ,
11+ "TOOLS_CILIUM_VERSION" : " 0.19.0"
1212 }
1313 },
1414 "features" : {
Original file line number Diff line number Diff line change 4747 - name : Set up Go
4848 uses : actions/setup-go@v6
4949 with :
50- go-version : ' ^1.25.5 '
50+ go-version : ' ^1.25.6 '
5151 cache : false
5252
5353 - name : Run cmd/main.go tests
8787 - name : Set up Helm
8888 uses : azure/setup-helm@v4.2.0
8989 with :
90- version : v3.17 .0
90+ version : v4.1 .0
9191
9292 - name : Install unittest plugin
9393 run : |
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ DOCKER_BUILDER ?= docker buildx
136136DOCKER_BUILD_ARGS ?= --pull --load --platform linux/$(LOCALARCH ) --builder $(BUILDX_BUILDER_NAME )
137137
138138# tools image build args
139- TOOLS_ISTIO_VERSION ?= 1.28.1
139+ TOOLS_ISTIO_VERSION ?= 1.28.3
140140TOOLS_ARGO_ROLLOUTS_VERSION ?= 1.8.3
141- TOOLS_KUBECTL_VERSION ?= 1.34.2
142- TOOLS_HELM_VERSION ?= 3.19 .0
143- TOOLS_CILIUM_VERSION ?= 0.18.9
141+ TOOLS_KUBECTL_VERSION ?= 1.35.0
142+ TOOLS_HELM_VERSION ?= 4.1 .0
143+ TOOLS_CILIUM_VERSION ?= 0.19.0
144144
145145# build args
146146TOOLS_IMAGE_BUILD_ARGS = --build-arg VERSION=$(VERSION )
Original file line number Diff line number Diff line change 11module github.com/kagent-dev/tools
22
3- go 1.25.5
3+ go 1.25.6
44
55require (
66 github.com/joho/godotenv v1.5.1
You can’t perform that action at this time.
0 commit comments