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 88
88
echo "This is not a pull request. Skipping..."
89
89
exit 0
90
90
fi
91
- make vulncheck
91
+ make vulncheck-optional
92
92
- run :
93
93
name : Check that everything what should be generated is commited
94
94
command : |
Original file line number Diff line number Diff line change 14
14
- (Maintenance) Bump github.com/containerd/containerd to v1.7.27
15
15
- (Feature) Rotation Order
16
16
- (Maintenance) Coordinator Health issue upgrade procedure
17
+ - (Maintenance) Bump github.com/golang-jwt/jwt/v5 to v5.2.2
17
18
18
19
## [ 1.2.46] ( https://github.com/arangodb/kube-arangodb/tree/1.2.46 ) (2025-02-24)
19
20
- (Bugfix) Clean Phase change properly during upgrade
Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ tools: tools-min
824
824
@GOBIN=$(GOPATH ) /bin go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
825
825
@GOBIN=$(GOPATH ) /bin go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.23.0
826
826
@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
828
828
829
829
.PHONY : vendor
830
830
vendor :
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ require (
138
138
github.com/gobwas/glob v0.2.3 // indirect
139
139
github.com/goccy/go-json v0.10.2 // indirect
140
140
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
142
142
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
143
143
github.com/google/btree v1.0.1 // indirect
144
144
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
1143
1143
github.com/golang-jwt/jwt/v4 v4.5.0 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
1144
1144
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
1145
1145
github.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 =
1146
1148
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe /go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0 =
1147
1149
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 /go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k =
1148
1150
github.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