Skip to content

Releases: giantswarm/happa

Happa 0.8.4

03 Jul 11:58
e5079c5
Compare
Choose a tag to compare

Bugfixes

  • This fixes a problem where an exception would occur right after cluster creation, resulting in an empty window. (#627)

Happa 0.8.3

02 Jul 13:49
0d8625f
Compare
Choose a tag to compare

Changes

  • AWS availability zones are now indicated in a distinct visual style (#622)

Happa 0.8.2

25 Jun 11:09
ec992ab
Compare
Choose a tag to compare

Other

This release contains some more progress on the app catalog topic. It is not available on every installation yet, so you might not see anything new. However, if you do have the app catalog available, this release adds a way to upload a values.yaml so you can configure your app while installing it.

Happa 0.8.1

12 Jun 08:00
63a918b
Compare
Choose a tag to compare

Changes

  • Removed a notice on the cluster details page regarding key pairs and managed services having moved into their own tabs (#594)

Happa 0.8.0

11 Jun 11:18
Compare
Choose a tag to compare

Changes

  • Cluster Upgrades now are available for all users. See our documentation for details.

Happa 0.7.0

05 Jun 07:54
6d4d649
Compare
Choose a tag to compare

Changes

  • When creating a cluster, we display how long it usually takes until clusters are up. The value we show is the 75th percentile, which means that 75 percent of all clusters are created within that time span. (#590)

Happa 0.6.1

31 May 15:21
c38ec86
Compare
Choose a tag to compare

Fixes

  • The sed command that is part of our getting started guide didn't work for linux users. The guide now features an appropriate command for linux users, and some helpful hints for those on windows.

Changes

  • The key pair detail modal now shows the relative date for creation as well as expiration
  • We're now hiding the availability zone selector during cluster creation on Azure and KVM installations, since this option has no impact here.

Other

We've done a lot of ground work for the app catalog, this new feature is currently in testing and available only on certain installations.

Happa 0.6.0

06 May 12:25
2a48ea0
Compare
Choose a tag to compare

Changes

  • We overhauled the key pairs table to show more of the most important information, moving less important details like description and ID into a details dialog. Certificate organization names (the O field of the certificate) will be color-coded using a hash function, so each org name will be displayed in a unique color. (#573)

Happa 0.5.3

25 Apr 09:55
a0b983d
Compare
Choose a tag to compare

Changes

  • You are now automatically logged in after a password reset.
  • We now have a CONTRIBUTORS.MD to acknowledge the open source contributions
    to Happa

Bugfixes

  • The flash message we showed when adding a member to an organization succesfully is now green instead of red.
  • Fixed wrong node count by adding support for kubernetes 1.14 worker labels.
  • Fixed empty password being considered valid during password reset / sign up.

Happa 0.5.2

16 Apr 10:27
505796b
Compare
Choose a tag to compare

Changes

  • The cluster detail page has recieved some structural changes to improve readability
    • The SCALE button has been removed from top right. Instead you can click on 'Edit' in the "Worker Node Scaling" row
    • Add vertical spacing to table rows to make table easier to read
    • Remove top spacing and border form details table
    • Regroup items to have the (unchangeable) VM size / instance type further in the top, above the dynamic details.
    • Add details to instance type / VM size info
  • The rendering of the Organizations column in the key pairs table has been improved for better readability
  • The scaling modal has been cleaned up and now better matches the situation we have since the introduction of autoscaling.

Bugfixes

  • The sorting of the keypair table is back to what it used to be (reverse chronological)
  • Happa transitions more smoothly between it's breakpoints now, allowing it to stay at a larger
    width for longer.