happa release v0.10.19

What’s changed

Changed

  • We added better error handing to the app version picker (#1266)
  • Show the spinner and disable the submit button when the request to update an app’s version is in flight. (#1283)
  • Make the clusters list responsive (#1254)
  • Give faster feedback when changing the cluster name by making it an optimistic update (#1248)

Fixed

  • Fix an exception that could occur in the error fallback helper (#1253)
  • Fixed various exceptions that could occur while handling errors (#1249)
  • Fixed a bug when showing the app detail pane for apps on internal or otherwise hidden catalogs (#1252)
  • Fix admin login if switching endpoints (#1246)
  • Fix for undefined API endpoint in cluster details view (#1247)
  • Fixed a crash when viewing an organization that doesn’t exist by redirect to organizations home if the organization is not found (#1245)

Dev changes

  • Refactor app catalog tests (#1251)
  • Create custom error object with detailed stack traces (#1250)
  • Enable whitelisting support for all providers by removing AWS condition from the whitelisting Ingress annotation (#1267)