Releases: kubernetes/dashboard
Releases · kubernetes/dashboard
v1.6.1
Changelog
Major changes
- Allow overriding the bearer token via an authorization header
- Add global search
- Add table filtering
- Add table sorting
- Add scaling action for workload resources
- Support owner references for major resources
- Fix cascading delete
- Initialize
Role
andClusterRole
view - Serve also on HTTPS
- Support s390x platform
Other changes
- Make timestamp optional on logs page
- Display request body in logs
- Allow users to copy spec to YAML editor
- Remove
NodePort
from Dashboard deployments - Fix
ImagePullPolicy
- Make deploy from file respect selected namespace
- Localize backend errors
- Rename
app
label tok8s-app
to be consistent with core - Initialize Chinese translation
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.6.1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.1
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.6.1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.1
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.6.1/src/deploy/kubernetes-dashboard.yaml
v1.6.0
Breaking change
Due to migration to client-go Dashboard no longer supports in-cluster config without enabled Service Accounts.
You can read more about it in our troubleshooting guide.
Changelog
Bug Fixes
- Don't display pods for services without selector
- Return status 200 instead of 201 while getting resources
- Fix "unknown creator" display bug
- Fix status icon for terminated successful pods
- Use valid error status coming from cluster
- Fix orphaned pods view bug
- Fix node events
- Fix card issue on daemon set and node details view
- Fix created by list on pod detail page
Features
- Add Storage Classes view
- Add initial Third Party Resources view
- Add
bind-address
CLI option - Add custom page title for each view
- Parse URLs in annotations
- Add events list for Pods view
- Update Japanese translations
- Improve project documentation
- Migrate to Kubernetes
client-go
and refactor backend - Update internal error page
- Cap Dashboard's replica set limit at 10
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.6.0
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.0
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.6.0
gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.0
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.6.0/src/deploy/kubernetes-dashboard.yaml
v1.5.1
Changelog
Bug Fixes
- Fix CSRF vulnerability in the Deploy form
- Fix not able to edit and delete objects not in a namespace (Physical Volumes etc)
- Various typos
Minor Features
- Improved display of pod state (use condition when determining color of icon)
- Provide basic statistics to Prometheus
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.1
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.1/src/deploy/kubernetes-dashboard.yaml
v1.5.0
Changelog
New features
- Deploy a containerized app/Create feature now creates a Deployment instead of a Replication Controller (#1330)
- Display annotations for all objects (#1307)
- Improved display of the status of pods (#1444, #1308)
- Show Resource Quotas on the namespace detail page (#1292)
- Show Limit Ranges on the namespace detail page (#1258)
- Show information about the creator of a Pod on the Pod detail page (#1306)
- Switch from using Pet Sets to using new Stateful Sets api (#1395)
- Requires kubernetes 1.5 to work, we don't support kubernetes 1.4 Pet Sets at all
- Display Horizontal Pod Autoscalers on Deployments, Replica Sets and Replication Controllers (#1389)
- Redesign Secrets page to not show secrets in plain text by default (#1291)
Bug fixes
- Fix various layout issues (#1479, #1268, #1473, #1470, #1468, #1451)
- Various wording improvements (#1472, #1223)
- Fix XSS vulnerability in the namespace selector (#1361)
- Set correct mimetype on appConfig.json (#1497)
- Improved handling of resource Usage graphs. (#1346)
- Still some differences between memory graphs and the sparklines because the graphs include caches (#1432)
- Support deletion of Jobs from the dashboard (#1429)
- Fix Persistent Volumes list to allow for more than 10 (#1422)
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.0
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.0
gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.0/src/deploy/kubernetes-dashboard.yaml
v1.5.0-beta1
Changelog
- This is a pre release with bug fixes, performance improvements and usability changes.
- Renamed PetSets to StatefulSets
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.0-beta1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.0-beta1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0-beta1
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.0-beta1/src/deploy/kubernetes-dashboard.yaml
v1.4.2
Changelog
Bug Fixes
- Corrected Memory and CPU usage display. (was 15 minutes out of sync)
- Fix XSS vulnerability with namespace
- Various rendering issues
Minor Features
- Improvements in various resource detail pages
- Readonly view on resourcequotas in namespace detail page
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.4.2
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.4.2
gcr.io/google_containers/kubernetes-dashboard-arm:v1.4.2
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.4.2/src/deploy/kubernetes-dashboard.yaml
v1.4.1
Changelog
Fixed #1305
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.4.1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.1
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.4.1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.4.1
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.4.1/src/deploy/kubernetes-dashboard.yaml
v1.4.0
Changelog
Announced at: http://blog.kubernetes.io/2016/10/Production-Kubernetes-Dashboard-UI-1.4-improvements_3.html
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.4.0
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.4.0
gcr.io/google_containers/kubernetes-dashboard-arm:v1.4.0
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.4.0/src/deploy/kubernetes-dashboard.yaml
v1.4.0-beta2
Changelog
- Fixed reload-loop issue
- Added a page for Ingress
- Added a page for Persistent Volumes
- Added metric graphs to more resources
- Full changelog will come in next major release
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.4.0-beta2
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0-beta2
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.4.0-beta2
gcr.io/google_containers/kubernetes-dashboard-arm:v1.4.0-beta2
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.4.0-beta2/src/deploy/kubernetes-dashboard.yaml
v1.4.0-beta1
Changelog
- New navigation menu and page layout
- New pages showing Services, Secrets, Config Maps, and more
- Bug fixes and performance improvements
- Full changelog will come in next major release
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.4.0-beta1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0-beta1
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.4.0-beta1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.4.0-beta1
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.4.0-beta1/src/deploy/kubernetes-dashboard.yaml