happa release v0.10.10

Changes

  • Instead of waiting for all requests to finish, we render the cluster overview immediately with some placeholders for things like CPU, RAM, Nodecount. (#1048, #1036)

Bugfixes

  • Fixed a crash when trying to render clusters with an unknown instance type (#1058)
  • Corrected the endpoint used when upgrading our latest (v5) clusters (#1057)
  • Fixed various display issues in the cluster detail view (#1056, #1053, #1054, #1037)
  • Fixed an error after creating clusters with an older version (#1051)
  • Fixed a bug when deleting clusters that could cause it to reappear in a deleted state. (#1035)

Dev Changes

  • Fixes and improvements in our testing

    • Added tests for components with copyable content (#1038)
    • Fixed memory leaks and errors in tests console (#1055)
    • Add integration tests and testUtils paths to TS config (#1050)
  • An internal refactoring to refer to our latest clusters as “v5 clusters” instead of nodepools clusters (#1047)

  • Dependency updates (#1046)

  • Moved all URLs to an enum-like data structure and provide helpers for easily manipulating them (#1031)