Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@jthomperoo jthomperoo released this 21 Apr 13:23
· 1 commit to master since this release
3f8ad74

[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 field PodMetricsInfo is now serialised as podMetricsInfo rather
    than pod_metrics_info.
  • Updated minimum Go version to v1.22.