Releases: Zenika/karto
v1.8.0 - Runtime and framework upgrades!
This release does not add any new feature, but prepares the field for more to come :
- Upgrade to React 18 (frontend framework)
- Upgrade to MaterialUI 5 (frontend component library)
- Upgrade to Go 1.18 and deep refactoring to remove duplication using generics
- Upgrade of backend and frontend dependencies
Please report any bug!
v1.7.0 - health view and new logo!
The release 1.7.0 packages the following changes:
- new health view: see pods and information about their status : containers not running, with restarts and/or not ready
- new logo! Thanks @EmileAnjeaux !
- Upgrade to go 1.17
- Upgrade of all JS dependencies
Enjoy!
v1.6.0 - Go 1.16
This is a minor release, consisting mostly of the upgrade to Go 1.16 and the use of its embed
package to replace pkger
.
v1.5.0 - Fullscreen mode, PNG export and auto zoom
With this release, we are moving closer to being able to use Karto as an all-day tool for Kubernetes admins and developers:
- Auto zoom to always keep all elements displayed on the screen
- Go fullscreen to use Karto as a TV dashboard
- Export the displayed graph as PNG to share it with your team or include it in architecture slides
v1.4.0 - StatefulSets, DaemonSets and Ingresses!
In this release, StatefulSets, DaemonSets and Ingresses join the party in the Workloads view! You have now a quite full picture of what's going on in your cluster!
v1.3.0 - Bug fixes, robustness, modularization and test suite coverage
This release does not bring any new feature. It focuses instead on fixing bugs, a more modular architecture and a better coverage of the automated test suites (both backend and frontend). It is nonetheless an important milestones since it will make it easier for us to bring new features to Karto in the future! DaemonSets and StatefulSets should land soon :)
v1.2.1 - Dependencies upgrade
Minor version to bump frontend transitive dependencies (vulnerabilities fixes).
v1.2.0 - Workloads
In this 1.2.0 release we introduce a new view for cluster workloads: services, pods, replicasets and deployments!
v1.1.0 - Standalone binaries
With the 1.1.0 release we introduce standalone binaries to run Karto outside the cluster to analyze.
v1.0.0 - First release!
Thrilled to release the first version of Karto with a minimal set of features!