You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lint): G114: Use of net/http serve function that has no support for setting timeouts
fix(lint): SA1019: config.BuildNameToCertificate has been deprecated since Go 1.14: NameToCertificate only allows associating a single certificate with a given name. Leave that field nil to let the library select the first compatible chain from Certificates.
fix(lint): G402: TLS MinVersion too low.
fix(lint): G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
fix(lint): ioutil deprecation
build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.7 to 3.22.8
build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.7
feat(dep): (kube_inventory & prometheus) migrate from ericchiang/k8s (archived) to kubernetes/client-go [CIRC-9135]
feat(dep): migrate from docker/libnetwork/ipvs to moby/ipvs
feat(dep): SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x.
feat(dep): SA1019: "cloud.google.com/go/monitoring/apiv3" is deprecated: Please use cloud.google.com/go/monitoring/apiv3/v2.
feat(dep): SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead.