Introducing New Logo & 20% More Memory Efficient!
🚀 KHI v0.47.1 is HERE! Looks like a small step, but it's a HUGE leap inside! 🚀
Key Features
KHI New Logo
We're excited to share our new logo! It features a mole, whose design was inspired by a mole digging through Kubernetes logs. Please welcome our new mascot!
Memory Optimization
Parsing structured logs is core to KHI's functionality. However, this process had relied on less efficient code from the project's early days.
To enable KHI parse more logs simultaneously, we refactored the underlying code that handles this process, resulting in reducing 20% in memory usage. While you won't notice a change in the user interface, the entire parsing process has become even more powerful.
Release Notes
Feature
- Large refactor and performance improvement on base types handling structured logging by @kyasbal in #184
- Update logo by @kyasbal in #187
Fixed
- bugfix: Array merge fails when merge key item is non string type by @kyasbal in #189
- [Airflow] make zombie state color aggressive by @RyuSA in #185
- Disable scss lint by @jyane in #186
- Remove specific version from VERSION file on repository by @kyasbal in #188
Go on, try out the new KHI and feel the difference! 💪
To use this version, you can run the following command:
docker run -p 127.0.0.1:8080:8080 asia.gcr.io/kubernetes-history-inspector/release:v0.47.1
Or you can use latest
tag until we release the next release.
⚠️ The container image will be built in our CD pipeline after creating this release. It would take an hour for the container image to actually be available
Full Changelog: v0.47.0...v0.47.1