Skip to content

Commit 8b89a1c

Browse files
author
Marcin Maciaszczyk
authored
Bump Dashboard version to 2.0.5 (#5702)
* Bump Dashboard version to 2.0.5 * Revert chart change
1 parent 9a89d54 commit 8b89a1c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters.
2020
To deploy Dashboard, execute following command:
2121

2222
```sh
23-
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.4/aio/deploy/recommended.yaml
23+
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml
2424
```
2525

2626
Alternatively, you can install Dashboard using Helm as described at https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard.

Diff for: aio/deploy/alternative.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
spec:
177177
containers:
178178
- name: kubernetes-dashboard
179-
image: kubernetesui/dashboard:v2.0.4
179+
image: kubernetesui/dashboard:v2.0.5
180180
ports:
181181
- containerPort: 9090
182182
protocol: TCP

Diff for: aio/deploy/alternative/06_dashboard-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
spec:
3535
containers:
3636
- name: kubernetes-dashboard
37-
image: kubernetesui/dashboard:v2.0.4
37+
image: kubernetesui/dashboard:v2.0.5
3838
ports:
3939
- containerPort: 9090
4040
protocol: TCP

Diff for: aio/deploy/recommended.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ spec:
187187
spec:
188188
containers:
189189
- name: kubernetes-dashboard
190-
image: kubernetesui/dashboard:v2.0.4
190+
image: kubernetesui/dashboard:v2.0.5
191191
imagePullPolicy: Always
192192
ports:
193193
- containerPort: 8443

Diff for: aio/deploy/recommended/06_dashboard-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
spec:
3535
containers:
3636
- name: kubernetes-dashboard
37-
image: kubernetesui/dashboard:v2.0.4
37+
image: kubernetesui/dashboard:v2.0.5
3838
imagePullPolicy: Always
3939
ports:
4040
- containerPort: 8443

Diff for: aio/gulp/conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const version = {
5353
/**
5454
* Current release version of the project.
5555
*/
56-
release: 'v2.0.4',
56+
release: 'v2.0.5',
5757
/**
5858
* Version name of the head release of the project.
5959
*/

Diff for: docs/user/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kubectl create secret generic kubernetes-dashboard-certs --from-file=$HOME/certs
1919
For Dashboard to pickup the certificates, you must pass arguments `--tls-cert-file=/tls.crt` and `--tls-key-file=/tls.key` to the container. You can edit YAML definition and deploy Dashboard in one go:
2020

2121
```
22-
kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.4/aio/deploy/recommended.yaml
22+
kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml
2323
```
2424

2525
Under Deployment section, add arguments to pod definition, it should look as follows:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubernetes-dashboard",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/kubernetes/dashboard.git"

0 commit comments

Comments
 (0)