Releases: rancher/dashboard
Releases · rancher/dashboard
shell-pkg-v3.0.0-rc.2
What's Changed
- Fix namespace selector's hovered/selected styling by @momesgin in #11732
- Fix problematic boolean attributes by @momesgin in #11824
- Show Unsupported Azure warning message only if Azure is an option by @torchiaf in #11611
- Restore vueconfig cleanup with Vue3 migration fixes by @cnotv in #11774
- Resolve issues with workload pod storage by @rak-phillip in #11788
- Fixed edit as yaml not working by @eva-vashkevich in #11803
- Fix Vue3: Popover regressions in header by @aalves08 in #11771
- Update AKS region data by @mantis-toboggan-md in #11831
- Fix height of rows containing Select compoent/s by @richard-cox in #11785
- Update documented latest Rancher version by @weyfonk in #11847
- aks node pools - allow 0 count when autoscaling is enabled by @mantis-toboggan-md in #11855
- eks - allow node groups with 0 min size by @mantis-toboggan-md in #11858
- GKE - allow initial node count to be 0 by @mantis-toboggan-md in #11860
- fix if statement in init script by @yonasberhe23 in #11861
- Vue 3: Fixed Azure AD validation by @eva-vashkevich in #11868
- Pin changed libraries for the dashboard by @cnotv in #11793
- Fix select issues by @momesgin in #11869
- Vue3 fix unit tests by @mantis-toboggan-md in #11776
- Remove extraneous instances of
createApp()
by @rak-phillip in #11838 - fix failing aks unit tests by @mantis-toboggan-md in #11879
- Remove breaking
template
from Workload Pod Resource tab by @richard-cox in #11851 - Adding in some fixes for extensions in vue3 by @codyrancher in #11863
- Bump shell package
3.0.0-rc.2
by @jordojordo in #11886
New Contributors
Full Changelog: creators-pkg-v1.0.0-rc.1...shell-pkg-v3.0.0-rc.2
v2.9.2-alpha2
What's Changed
- [2.9] fix flaky e2e tests by @mantis-toboggan-md in #11829
- [2.9] Update AKS region data by @mantis-toboggan-md in #11832
- Fix grafana links for rancher workload deployment by @richard-cox in #11834
- [2.9]eks - allow node groups with 0 min size by @mantis-toboggan-md in #11859
- [2.9] aks node pools - allow 0 count when autoscaling is enabled by @mantis-toboggan-md in #11857
- [2.9]GKE - allow initial node count to be 0 by @mantis-toboggan-md in #11862
Full Changelog: v2.9.2-alpha1...v2.9.2-alpha2
shell-pkg-v3.0.0-rc.1
What's Changed
- Show loading indicator on route change by @torchiaf in #11376
- Handle harvester loading in a route guard to better handle the unauthenticated method. by @codyrancher in #11373
- Relative mode for the loading component will make it appear full screen by @codyrancher in #11383
- AKS - update privateDNSZone validator to allow 'system' value by @mantis-toboggan-md in #11382
- GKE - allow user to edit master authorized network in provisioned clusters by @mantis-toboggan-md in #11402
- Add dropdown of ssh keys to EKS node groups by @mantis-toboggan-md in #11401
- update extensions documentation for Rancher 2.9 updates by @aalves08 in #11362
- Ensure current lack of server-side sorting/filtering on generated fields is handled by @richard-cox in #11395
- Fix console errors in Harvester cluster's provisioning page by @aalves08 in #11400
- vai pagination tests - CustomResourceDefinitions by @yonasberhe23 in #11337
- vai pagination tests - role templates and users by @yonasberhe23 in #11353
- vai pagination test - Fleet Workspaces by @yonasberhe23 in #11403
- add node pool name length validation and refactor to allow unit tests by @mantis-toboggan-md in #11410
- do not allow eks version upgrades >1 minor version by @mantis-toboggan-md in #11411
- Add optional chaining to guard against
undefined
value by @momesgin in #11424 - EKS - add ability to specify additional security groups by @mantis-toboggan-md in #11425
- Fix reload on chart install page by @richard-cox in #11422
- Fix CA Bundle format by @torchiaf in #11419
- vai tests - table header validations by @yonasberhe23 in #11374
- Revert "Encode CA bundle key in base64 format" by @torchiaf in #11430
- Cannot read properties of undefined (reading 'component') while loading Elemental by @aalves08 in #11423
- Disable e2e tests that rely on the server-version setting by @mantis-toboggan-md in #11440
- EKS: fix k8s version selection by @mantis-toboggan-md in #11443
- Add missing AppModal import to fleet workspace-changing modal by @mantis-toboggan-md in #11436
- Ensure count shown in side nav is correct by @richard-cox in #11449
- encompass 'head' string as condition to allow installation of extension in dev builds by @aalves08 in #11448
- Revert "Remove download cli tests" by @mantis-toboggan-md in #11433
- AKS - fix tab component behavior when there are duplicate node pool names by @mantis-toboggan-md in #11452
- Fix monitoring tests' prometheusSpec data by @mantis-toboggan-md in #11469
- EKS - fix project network isolation checkbox by @mantis-toboggan-md in #11463
- EKS - add validation for node group desired size by @mantis-toboggan-md in #11466
- Reinstate e2e tests that rely on server-version setting by @mantis-toboggan-md in #11468
- Run pagination regressions tests against a system with server-side pagination enabled by @richard-cox in #11358
- EKS - do not allow upgrades if any node groups would fall more than one minor version behind by @mantis-toboggan-md in #11489
- Fix navigation from Global Settings --> Performance to any Cluster Explorer custom list by @richard-cox in #11511
- Paginated Label Select Fixes by @richard-cox in #11510
- Updates following
release-2.9
branch by @richard-cox in #11519 - Upload Codecov report using CLI by @torchiaf in #11442
- Fix CA Bundle format by @torchiaf in #11431
- [FIX] Changed JWT Authentication page to disable ClusterProxyConfigs by @eva-vashkevich in #11450
- Temporary disable codecov report upload by @torchiaf in #11537
- Fix two e2e tests given chart changes by @richard-cox in #11531
- quickstart: document a known failure case and workaround by @moio in #11515
- Replace
cookie-universal-nuxt
dependency by @rak-phillip in #11354 - Replace
@nuxt/babel-preset-app
with@babel/preset-env
by @rak-phillip in #11432 - Use
process.cwd()
for locating eslint files by @rak-phillip in #11506 - Remove the remaining bits of the authenticated middleware by @codyrancher in #11266
- Update documentation - Password info in First Login section by @momesgin in #11464
- Ensure that route paths are non-empty by @rak-phillip in #11551
- Fixing harvester cluster page reload routing + Harvester console button by @torchiaf in #11556
- Standardize Node Versions used in Github Actions by @torchiaf in #11543
- Remove unused dependency
@innologica/vue-dropdown-menu
by @rak-phillip in #11564 - Introduce additional form validation for User Retention by @rak-phillip in #11490
- Limit width of User retention settings link to contents by @rak-phillip in #11453
- Remove the rest of middleware and implementation by @codyrancher in #11409
- Remove old extension from parentElement by @torchiaf in #11568
- Update rancher-2.9-support.md by @owanturist in #11575
- EKS - fix secrets encryption with KMS key checkbox by @mantis-toboggan-md in #11576
- Port some code from vue3 migration into master and reduce the amount of entry code by @codyrancher in #11567
- Fixing a warning where we didn't have a template tag by @codyrancher in #11586
- Fix rke1-ui feature flag test by @richard-cox in #11594
- Change from api.neuvector.com to permission.neuvector.com api group by @williamlin-suse in #11527
- Fix home page cluster description scaling issue by @richard-cox in #11589
- Changes for Azure cloud provider for RKE2 by @torchiaf in #11578
- Remove Nuxt reference in extensions and creator by @cnotv in #11420
- EKS - validate that at least one node group is defined by @mantis-toboggan-md in #11604
- Remove or replace all the @nuxt libraries by @cnotv in #11302
- [INT] Added CAPI ui to the list of extensions to test by @eva-vashkevich in #11398
- Restore Nuxt global variable for Harvester compatibility by @cnotv in #11618
- Removing prop mutation in v-model usage by @codyrancher in #11625
- fix(Project/ClusterMemberEditor): fix find roleTemplates bug by @ly5156 in #10895
- Fix duplicate group and options when creating global, cluster and project/namespace roles by @richard-cox in #11651
- Extensions compatibility tests 2.10 by @aalves08 in #11508
- AKS - fix default pool name by @mantis-toboggan-md in #11644
- testing slack messaging workflow by @aalves08 in #11660
- Improve extensions docs - changelog by @aalves08 in #11636
- Ensure Performance --> Pagination setting only enables post compatible check by @richard-cox in #11505
- Fix grafana links for rancher workload deployment by @skanakal in #11297
- Consolidate extension creators into one package by @jordojordo in #11605
- automation: check versions for built-in extensions by @yonasberhe23 in #11673
- [Automation] - Reduce execution time of pagination tests by @izaac in https://githu...
creators-pkg-v1.0.0-rc.1
Update publish-shell workflow with corepack (#11820)
components-v0.3.0-alpha.1
Changed Badge state background border to match bg color for info stat…
v2.9.2-alpha1
Full Changelog: v2.9.1...v2.9.2-alpha1
v2.9.1
What's Changed
- Hide Certificates table if vai is enabled by @richard-cox in #11528
- Backport 11560 - remove checkbox from
dataDirectories
cluster config by @aalves08 in #11573 - [backport v2.9.next1] Remove old extension from parentElement by @torchiaf in #11582
- BP: [FIX] Changed JWT Authentication page to disable ClusterProxyConfigs by @aalves08 in #11574
- [backport v2.9.next1] Fix CA Bundle format by @torchiaf in #11546
- [2.9.next1] EKS - fix secrets encryption with KMS key checkbox by @mantis-toboggan-md in #11577
- [2.9.next1] EKS - validate that at least one node group is defined by @mantis-toboggan-md in #11606
- Fix home page cluster description scaling issue by @richard-cox in #11595
- Change from api.neuvector.com to permission.neuvector.com api group a… by @williamlin-suse in #11613
- [backport v2.9.next1] Implement changes for Azure cloud provider for RKE2 by @torchiaf in #11602
- [2.9.1] AKS - fix default pool name by @mantis-toboggan-md in #11645
- Fix duplicate group and options when creating global, cluster and project/namespace roles by @richard-cox in #11653
- Fix broken extension point to add replace home page by @nwmac in #11655
Full Changelog: v2.9.0...v2.9.1
v2.9.1-rc4
What's Changed
- [2.9.1] AKS - fix default pool name by @mantis-toboggan-md in #11645
- Fix duplicate group and options when creating global, cluster and project/namespace roles by @richard-cox in #11653
- Fix broken extension point to add replace home page by @nwmac in #11655
Full Changelog: v2.9.1-rc3...v2.9.1-rc4
v2.9.1-rc3
What's Changed
- Change from api.neuvector.com to permission.neuvector.com api group a… by @williamlin-suse in #11613
- [backport v2.9.next1] Implement changes for Azure cloud provider for RKE2 by @torchiaf in #11602
Full Changelog: v2.9.1-rc2...v2.9.1-rc3
v2.9.1-rc2
What's Changed
- [2.9.next1] EKS - fix secrets encryption with KMS key checkbox by @mantis-toboggan-md in #11577
- [2.9.next1] EKS - validate that at least one node group is defined by @mantis-toboggan-md in #11606
- Fix home page cluster description scaling issue by @richard-cox in #11595
Full Changelog: v2.9.1-alpha1...v2.9.1-rc2