Skip to content

Releases: kubernetes/dashboard

v1.1.0-beta3

10 Jun 13:21
Compare
Choose a tag to compare
v1.1.0-beta3 Pre-release
Pre-release

Full release notes will come for final release.

Notable changes (since beta2)

  • New UI look and feel
  • Improved performance and UX for large resource lists
  • Many bug fixes not listed here

Images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.1.0-beta3
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta3     
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.1.0-beta3
gcr.io/google_containers/kubernetes-dashboard-arm:v1.1.0-beta3

v1.1.0-beta2

03 Jun 13:25
Compare
Choose a tag to compare
v1.1.0-beta2 Pre-release
Pre-release

Full release notes will come for final release.

Notable changes (since beta1)

  • YAML editor for resources
  • List and detail views for PetSets and Deployments

Images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.1.0-beta2
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta2     
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.1.0-beta2
gcr.io/google_containers/kubernetes-dashboard-arm:v1.1.0-beta2

v1.1.0-beta1

20 May 13:02
Compare
Choose a tag to compare
v1.1.0-beta1 Pre-release
Pre-release

Release notes will come for production image. This release is for testing purposes only.

Images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.1.0-beta1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta1     
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.1.0-beta1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.1.0-beta1

v1.0.1

31 Mar 13:18
Compare
Choose a tag to compare

Production images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.0.1    
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.1     
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.0.1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.0.1

Overview

This is the path for the first stable release of the Kubernetes Dashboard UI, see the user guide for more details: http://kubernetes.github.io/docs/user-guide/ui/.

Bug fixes (since v1.0.0 release)

  1. App name validation in deploy flow causes 500s #373
  2. Zerostate page is flickering with deployment which has kube-system as a namespace #495
  3. Logs view toolbar does not work on smaller screens #467
  4. Pod count should be trimmed #434
  5. Dashboard does not work offline #481 #529
  6. Tabbing could be better on the "create new" page #525
  7. Card should limit the space for labels #450
  8. Add window_out icon to all links that open in new window #539
  9. Pod count is not limited #436
  10. Wrong alignment of items on deploy page #544
  11. Inconsistent behavior on logs page for different k8s master versions #423
  12. Styling issues on serve:prod #546
  13. Provide release installation guide/scripts #517
  14. Run as a cluster-service? #565
  15. Differences between displaying "Age" in the Dashboard and in a console #573
  16. Incorrect sorting some columns in PODS and EVENTS views #571
  17. App list UI gets really slow when there is an RC with many failing pods #443
  18. Error running a development Kubernetes cluster with gulp task #549
  19. Insufficient validation for non-ascii chars? #453
  20. Hanging Deploy App form (due to long label keys/values?) #447
  21. use the correct ports #563
  22. Update link to system applications on the zerostate page #558

Internal (since v1.0.0 release)

  1. Project architecrute design document #32
  2. Add go report card and refactor go files #500 #504
  3. Integration tests fail in travis although they pass in dev. environment #494 #501 #514 #508 #515
  4. Developer's documentation on issue labels #520
  5. Fix eslint rules to match clang-format #536 #532
  6. Finish remaining FBT sheets #503
  7. Update bower and npm deps #534 #551 #566 #554 #597 #596 #602 #569 #578
  8. Fix font and icon build pipeline #560
  9. Add users questionnaire
  10. yaml files for testing purposes #553
  11. Reformat code on new formatter release #572
  12. JS compiler fixes after new compiler release #581
  13. README.md - Added password information #580
  14. Remove sauce access keys from travis config #593
  15. Mocks for navigation and UX that scales for all K8s resources #585 #584 #577 #583

Change log (since v1.0.0 release)

v1.0.0...v1.0.1

v1.0.0

08 Mar 09:19
Compare
Choose a tag to compare

Production images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.0.0    
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.0     
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.0.0
gcr.io/google_containers/kubernetes-dashboard-arm:v1.0.0

Overview

This is the first stable release of the Kubernetes Dashboard UI, see the user guide for more details: http://kubernetes.github.io/docs/user-guide/ui/

Features (since beta1 release)

  1. Add links to dashboard tour #476
  2. "Delete replication controller" button was verbose #465
  3. Cpu and memory sparklines #387
  4. "delete related services" should be selected by default #425
  5. Links for external endpoints inside a dev cluster #399

Bug fixes (since beta1 release)

  1. Unclear message if service exists #432
  2. Confusing measure for CPU usage #405
  3. App name validation message overlaps character counter #477
  4. Label Key validation on Deploy page #492
  5. Cannot configure apiserver URL #484
  6. Validate container image name on deploy page #422
  7. Deploy Page - styling issue when shrinking page on IE #483
  8. Floating number can be entered as pod count #433
  9. Input label and validation message overlap #439
  10. Updated/added links to additional documentation #480
  11. Fixed deploy from file on IE #478
  12. Redirect to zerostate if there are only RCs in namespace "kube-system" #414
  13. Header field name and value are not aligned in log page. #455
  14. App name field should indicate the max lenght #444
  15. Deploy View - Image pull secret data field has unnecessary spinner button #440
  16. Replication Controllers List View - Card placing algorithm fails on IE #431
  17. Container selectbox is reset in Log page after log is shown. #454
  18. Logs context menu placement issue #442
  19. Edit pod count doesn't work #437
  20. Services are up to 24 chars long. Make app name at least that long. #411
  21. Fix to parse containerImage to get version #403
  22. Card status overflows on IE #426

Internal (since beta1 release)

  1. Integration testing user stories #346 #429 #420 #400
  2. Update docker build pipeline #479
  3. Made tables responsive #458
  4. Extended warning events recognition #424

v1.0.0-beta1

23 Feb 11:37
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

Production images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.0.0-beta1      
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.0-beta1      
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.0.0-beta1    
gcr.io/google_containers/kubernetes-dashboard-arm:v1.0.0-beta1

Features

  1. Environment variables input in the deploy form
  2. Improved port range and name validation in the deploy form
  3. (Partial) External endpoints are handled in more cases #313
  4. Made details page work on all screen factors (desktop/laptop/mobile)

Bug fixes

  1. Prevent metrics from hiding when K8s master changes its IP
  2. Fixed logo position on smaller screens
  3. Fixed event warning icon not displayed in events table
  4. Fixed YAML deploy not working when running inside a cluster

Internal

  1. Fixed running gulp in dev Docker image #315
  2. Run browser tests on IE/Chrome/Firefox
  3. Scoped presentation layer API as v1
  4. Build images for ARM/PowerPC/AMD64 platforms
  5. Updated development YAML deploy file to use latest canary images
  6. Updated Angular to v1.5

Initial development release

04 Feb 07:23
Compare
Choose a tag to compare
Pre-release

This release is intended for development purposes only.

Production images available at:
gcr.io/google_containers/kubernetes-dashboard-arm:v0.1.0
gcr.io/google_containers/kubernetes-dashboard-amd64:v0.1.0