Metrics-API informer
This minor release introduces an informer for the metrics-api types. This change should reduce api server chatter by caching metrics data and allowing ktop to perform better when clusters have large number of workload components.
Launching ktop via containers
The GitHub Action has been update to release ktop as an OCI container at ghcr.io/vladimirvivien/ktop. You can now run ktop as follows:
export KUBECONFIG=/home/user/.kube/config
docker run --network=host --rm --platform="linux/arm64" -it -v $KUBECONFIG:/config -e KUBECONFIG=/config -e TERM=xterm-256color ghcr.io/vladimirvivien/ktop:latest
Changelog
- cb3a80f Implements an informer for metrics-api types
What's Changed
- Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #29
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #32
- Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 by @dependabot in #34
- Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 by @dependabot in #35
- Publish container image with Ko by @vladimirvivien in #30
Full Changelog: v0.3.0...v0.3.5