Releases: devzero-inc/zxporter
Releases · devzero-inc/zxporter
Release list
v0.0.26
What's Changed
- shouldn't push latest always by @Parthiba-Hazra in #119
- feat: add keda collector by @Tzvonimir in #121
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- Track how many resources we generate vs how many of them we send by @Ignas in #108
- update installer by @Parthiba-Hazra in #109
- small ci fix by @Parthiba-Hazra in #110
- bump up prometheus, node exporter and metrics server version by @Parthiba-Hazra in #111
- Ph/dakr updater by @Parthiba-Hazra in #112
- add metrics server manifests by @Parthiba-Hazra in #113
- fix in karpenter collector by @garvit3835 in #114
- detecting karpenter controller availability with karpenter version by @garvit3835 in #116
Full Changelog: v0.0.23...v0.0.25
v0.0.23
What's Changed
- move dcgm installer manifests into repo for docs by @dray92 in #103
- fix: fix prom scrape for pods by @Tzvonimir in #105
- send resource data with many goroutines by @kevin-devzero in #107
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- Update proto files with telemetry endpoints by @Ignas in #84
- report provider and region in correct metadata fields by @kevin-devzero in #85
- Simplify cluster metadata collection by @kevin-devzero in #87
- Remove unwanted prometheus scrapers by @emoreth in #82
- Honor environment variables by @emoreth in #88
- Update proto definitions for telemetry by @Ignas in #93
- Prometheus client telemetry capturing by @Ignas in #94
- build multi-platform images in CI by @dray92 in #92
- Send telemetry metrics to dakr by @Ignas in #95
- Make code more resilitent to panics. Disable operator tests. by @Ignas in #97
- ci workflow to cut new tag by @dray92 in #98
- small fix in contaier gpu metrics by @Parthiba-Hazra in #96
- improve ci release process a bit by @dray92 in #99
- fix go version flags in ci docker image builder by @dray92 in #101
- Fix json marshal of individual gpus by @Tzvonimir in #100
- Add container metrics to node metrics by @Tzvonimir in #90
Full Changelog: v0.0.19...v0.0.22
Zxporter Version, GPU metrics, Metrics server Validation.
change metrics server namespace (#83) * Ignore kustomize charts * Ignore some files from docker * Move base image to alpine We'll need to run a bash entrypoint. Distroless images do not have bash * Move metrics-server into devzero-zxporter namespace We also need to override chart names so they don't conflict with default metrics server. Using default names and applying manifests with kubectl would overwrite customer configuration. Deleting with kubectl would then delete customer metrics server, potentially causing problems * Move metric server installation to container This adds and entrypoint to docker image that checks if metrics server is already installed. If not installed it will install metrics server on devzero-zxporter namespace. This also adds the required permissions to isntall metrics server. This means we now need some writing permissions but they are mostly restricted to devzero namespace. Some permissions are cluster wide and are needed to install metrics server. We could potentially try to trim permissions in the future. * Adds makefile dependency * Missing lines * Fix manifest