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 @@ -16,7 +16,7 @@ parameters:
1616executors :
1717 golang-executor :
1818 docker :
19- - image : gcr.io/gcr-for-testing/golang:1.21.6
19+ - image : gcr.io/gcr-for-testing/golang:1.21.8
2020 machine-executor :
2121 machine :
2222 image : ubuntu-2204:current
Original file line number Diff line number Diff line change 1111- (Feature) Merge ArangoDB Usage Metrics
1212- (Bugfix) Check Connection to the ArangoDB before creating Backup
1313- (Feature) Deployment & Members Condition metrics
14+ - (Maintenance) Update Go to 1.21.8 & Dependencies
1415
1516## [ 1.2.38] ( https://github.com/arangodb/kube-arangodb/tree/1.2.38 ) (2024-02-22)
1617- (Feature) Extract GRPC Server
Original file line number Diff line number Diff line change 4848
4949TEST_BUILD ?= 0
5050GOBUILDARGS ?=
51- GOBASEVERSION := 1.21.6
51+ GOBASEVERSION := 1.21.8
5252GOVERSION := $(GOBASEVERSION ) -alpine3.18
5353DISTRIBUTION := alpine:3.15
5454GOCOMPAT := $(shell sed -En 's/^go (.* ) $$/\1/p' go.mod)
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ require (
5757 golang.org/x/text v0.14.0
5858 golang.org/x/time v0.5.0
5959 google.golang.org/grpc v1.60.1
60- google.golang.org/protobuf v1.32 .0
60+ google.golang.org/protobuf v1.33 .0
6161 gopkg.in/yaml.v3 v3.0.1
6262 k8s.io/api v0.28.5
6363 k8s.io/apiextensions-apiserver v0.28.5
Original file line number Diff line number Diff line change @@ -2007,6 +2007,8 @@ google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
20072007google.golang.org/protobuf v1.31.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
20082008google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I =
20092009google.golang.org/protobuf v1.32.0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
2010+ google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI =
2011+ google.golang.org/protobuf v1.33.0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
20102012gopkg.in/alecthomas/kingpin.v2 v2.2.6 /go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw =
20112013gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
20122014gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments