File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8888 echo "This is not a pull request. Skipping..."
8989 exit 0
9090 fi
91- make vulncheck
91+ make vulncheck-optional
9292 - run :
9393 name : Check that everything what should be generated is commited
9494 command : |
Original file line number Diff line number Diff line change 1414- (Maintenance) Bump github.com/containerd/containerd to v1.7.27
1515- (Feature) Rotation Order
1616- (Maintenance) Coordinator Health issue upgrade procedure
17+ - (Maintenance) Bump github.com/golang-jwt/jwt/v5 to v5.2.2
1718
1819## [ 1.2.46] ( https://github.com/arangodb/kube-arangodb/tree/1.2.46 ) (2025-02-24)
1920- (Bugfix) Clean Phase change properly during upgrade
Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ tools: tools-min
824824 @GOBIN=$(GOPATH ) /bin go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
825825 @GOBIN=$(GOPATH ) /bin go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.23.0
826826 @echo " >> Fetching govulncheck"
827- @GOBIN=$(GOPATH ) /bin go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
827+ @GOBIN=$(GOPATH ) /bin go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
828828
829829.PHONY : vendor
830830vendor :
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ require (
138138 github.com/gobwas/glob v0.2.3 // indirect
139139 github.com/goccy/go-json v0.10.2 // indirect
140140 github.com/gogo/protobuf v1.3.2 // indirect
141- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
141+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
142142 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
143143 github.com/google/btree v1.0.1 // indirect
144144 github.com/google/gnostic-models v0.6.8 // indirect
Original file line number Diff line number Diff line change @@ -1143,6 +1143,8 @@ github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzq
11431143github.com/golang-jwt/jwt/v4 v4.5.0 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
11441144github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
11451145github.com/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
1146+ github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
1147+ github.com/golang-jwt/jwt/v5 v5.2.2 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
11461148github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe /go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0 =
11471149github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 /go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k =
11481150github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
You can’t perform that action at this time.
0 commit comments