Releases: kubermatic/dashboard
Releases · kubermatic/dashboard
v2.13.1
v2.13.0
[release/v2.13] Add missing checks for AddonConfig existence (#1986) * Add missing checks for AddonConfig existence * Add few more checks Co-authored-by: Marcin Maciaszczyk <[email protected]>
v2.13.0-rc.1
Display azure node sizes in size dropdown (#1924) This is similar to AWS and OpenStack Signed-off-by: Bastian Hofmann <[email protected]> Co-authored-by: Bastian Hofmann <[email protected]>
v2.12.7
v2.12.6
v2.12.5
v2.12.1
Cherry-pick #1710 (#1755) * Add restricted label key name validator (#1694) * Add restricted label key name validator * Fix tests * Fix label form validator (#1710) * Fix label form validator * Update validity also during label deletion * Use better method * Fix the unit tests * Fix async validation issue * Fix unit tests * Fix cluster labels invalidation issue * Revert #1694 cherry-pick * Revert #1694 cherry-pick
v2.12.0
Bump stylelint from 11.0.0 to 11.1.1 (#1661) Bumps [stylelint](https://github.com/stylelint/stylelint) from 11.0.0 to 11.1.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/11.0.0...11.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
v2.12.0-rc.1
E2E test optimization (#1701) * E2E test optimization * Increase wait on timeout
v2.12.0-alpha.8
Allow adding labels to cluster (#1659) * Allow adding cluster labels from wizard * Add labels to cluster details view * Add missing assignment * Allow editing labels in existing clusters * Minor updates * Minor updates