[v4.0.0] - 2024-04-21
Changed
- BREAKING CHANGE Changed module path from
github.com/jthomperoo/k8shorizmetrics/v3
to
github.com/jthomperoo/k8shorizmetrics/v4
. - BREAKING CHANGE Types now use JSON tags which match Kubernetes convention, with naming using camel case rather
than snake case. For example the Resource Metric fieldPodMetricsInfo
is now serialised aspodMetricsInfo
rather
thanpod_metrics_info
. - Updated minimum Go version to
v1.22
.