Releases: Kuadrant/gateway-api-state-metrics
Releases · Kuadrant/gateway-api-state-metrics
0.6.0
0.5.0
What's Changed
- Fix link to customresourcestate-metrics by @webwurst in #45
- add new metrics around dnsrecord by @maleck13 in #46
- Move kuadrant resources to separate kustomization file by @david-martin in #47
New Contributors
Full Changelog: 0.4.0...0.5.0
As of this release, the default kustomization.yaml in the root will only pull in gatewayapi resource metrics.
To pull in kuadrant resources (as well as gatewayapi resources), you can use the kustomization file at ./config/kuadrant/kustomization.yaml.
For example:
resources:
- github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.5.0
0.4.0
What's Changed
- Generate dashboards from grafonnet by @david-martin in #35
- Policy attachment metrics by @Ygnas in #36
- Auth policy metrics by @Ygnas in #38
- Add Kuadrant DNSPolicy metrics and dashboard panel by @david-martin in #39
- Update checkout action to version 4 in ci.yaml workflow. by @jasonmadigan in #42
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #41
- Add gateway.listeners.allowedRoutes.namespaces.from field by @david-martin in #43
New Contributors
- @jasonmadigan made their first contribution in #42
- @dependabot made their first contribution in #41
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- New route type metrics by @Ygnas in #24
- Updated gateway-api crd's to 0.8 by @Ygnas in #29
- Updated Readme to reflect new changes by @Ygnas in #30
- Github action to compare bundles by @Ygnas in #31
- Updated bundle file by @Ygnas in #32
- Dashboards update by @Ygnas in #33
- Fixup readme formatting by @david-martin in #34
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Add enterprise example resources & setup instructions by @david-martin in #19
- Switch to newer registry.k8s.io by @david-martin in #20
- Gatewayclass supportedfeatures metrics by @Ygnas in #21
- Add bundle yaml files for easier install by @david-martin in #22
- Move examples into config dir for easier release process by @david-martin in #23
New Contributors
Full Changelog: 0.1.0...0.2.0
0.1.0
- Metrics for GatewayClass, Gateway & HTTPRoute
- Example Grafana Dashboards
- Example Prometheus Alert rules
- Example kustomize install