File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3131- (Feature) Member restarts metric
3232- (Bugfix) Infinite loop fix in ArangoD AsyncClient
3333- (Bugfix) Add Panic Handler
34+ - (Bugfix) Unify yaml packages
3435
3536## [ 1.2.13] ( https://github.com/arangodb/kube-arangodb/tree/1.2.13 ) (2022-06-07)
3637- (Bugfix) Fix arangosync members state inspection
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ require (
9797 google.golang.org/appengine v1.6.7 // indirect
9898 google.golang.org/protobuf v1.27.1 // indirect
9999 gopkg.in/inf.v0 v0.9.1 // indirect
100- gopkg.in/yaml.v2 v2.4.0
100+ gopkg.in/yaml.v2 v2.4.0 // indirect
101101 k8s.io/klog/v2 v2.9.0 // indirect
102102 k8s.io/kube-openapi v0.0.0-20211110012726-3cc51fd1e909 // indirect
103103 k8s.io/utils v0.0.0-20210521133846-da695404a2bc // indirect
104104 sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
105- sigs.k8s.io/yaml v1.2.0 // indirect
105+ sigs.k8s.io/yaml v1.2.0
106106)
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ import (
2525 "strings"
2626 "time"
2727
28- "gopkg.in/yaml.v2"
2928 core "k8s.io/api/core/v1"
3029 meta "k8s.io/apimachinery/pkg/apis/meta/v1"
30+ "sigs.k8s.io/yaml"
3131
3232 certificates "github.com/arangodb-helper/go-certificates"
3333
You can’t perform that action at this time.
0 commit comments