Skip to content

Releases: Zenika/karto

v1.8.0 - Runtime and framework upgrades!

06 Jun 20:42
0ac8164
Compare
Choose a tag to compare

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!

30 Oct 12:12
dabc36f
Compare
Choose a tag to compare

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

19 Feb 16:47
3a474a1
Compare
Choose a tag to compare

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

11 Dec 18:56
954de60
Compare
Choose a tag to compare

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!

29 Nov 19:40
5b83a7f
Compare
Choose a tag to compare

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

21 Nov 22:01
ccf854d
Compare
Choose a tag to compare

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

06 Nov 15:09
80b6553
Compare
Choose a tag to compare

Minor version to bump frontend transitive dependencies (vulnerabilities fixes).

v1.2.0 - Workloads

03 Nov 19:43
Compare
Choose a tag to compare

In this 1.2.0 release we introduce a new view for cluster workloads: services, pods, replicasets and deployments!

v1.1.0 - Standalone binaries

12 Jun 20:56
Compare
Choose a tag to compare

With the 1.1.0 release we introduce standalone binaries to run Karto outside the cluster to analyze.

v1.0.0 - First release!

12 Jun 01:42
Compare
Choose a tag to compare

Thrilled to release the first version of Karto with a minimal set of features!