github gardener/dashboard 1.48.0

latest releases: 1.78.0, 1.77.0, 1.76.2...
3 years ago

[dashboard]

✨ New Features

  • [USER] You can now define your own (project specific) custom fields for your shoots. (#890, @petersutter)
    • The custom fields can be displayed on the cluster list and / or on the cluster details page
    • The defined custom fields are listed on the ADMINISTRATION page
    • You have to set metadata.annotations["dashboard.gardener.cloud/customFieldsShoot"]on your project with your custom field definitions, e.g. using kubectl. See #890 for more details
  • [USER] Available Networking Extensions are listed and can be selected during cluster creation (#881, @grolu)
  • [USER] Member Management Improvements (#872, @grolu)
    • Added feature that allows to rotate secrets of service accounts
    • Members are now sortable and shown in table layout
    • Added help texts for member roles
    • Service Account Members whose Service Account has been deleted, are now flagged in the Dashboard and can be cleaned up

🐛 Bug Fixes

🏃 Others

  • [USER] Added media subdomain to list of allowed GitHub subdomains for image cross-domain requests (#882, @Shegox)
  • [DEVELOPER] All backend tests are now independent from the underlying http transport. This is a prerequisite to migrate the kube-client transport from http/1.1 to http/2. With http/2 sessions we are able to perform "liveness" checks on the underlying tcp connection and we will get rid of the watch with resourceVersion problem (watch caches of different apiservers have different resourceVersions). In addition the test framework has been migrated from multi tool solution mocha, sinon, chai, nock and istanbuljs/nyc to the single tool solution jest. All other gardener-dashboard packages already use jest as test runner. (#900, @holgerkoser)

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.