Skip to content

Commit 4da3dfc

Browse files
author
Marcin Maciaszczyk
authored
Bump version to 2.0.4 (#5498)
* Bump version * Bump chart version * Revert helm chart
1 parent d3ce404 commit 4da3dfc

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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.3/aio/deploy/recommended.yaml
23+
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.4/aio/deploy/recommended.yaml
2424
```
2525

2626
Alternatively, you can install Dashboard using Helm as described at https://hub.helm.sh/charts/k8s-dashboard/kubernetes-dashboard.

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.3
179+
image: kubernetesui/dashboard:v2.0.4
180180
ports:
181181
- containerPort: 9090
182182
protocol: TCP

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.3
37+
image: kubernetesui/dashboard:v2.0.4
3838
ports:
3939
- containerPort: 9090
4040
protocol: TCP

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.3
190+
image: kubernetesui/dashboard:v2.0.4
191191
imagePullPolicy: Always
192192
ports:
193193
- containerPort: 8443

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.3
37+
image: kubernetesui/dashboard:v2.0.4
3838
imagePullPolicy: Always
3939
ports:
4040
- containerPort: 8443

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.3',
56+
release: 'v2.0.4',
5757
/**
5858
* Version name of the head release of the project.
5959
*/

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.3/aio/deploy/recommended.yaml
22+
kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.4/aio/deploy/recommended.yaml
2323
```
2424

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3",
3+
"version": "2.0.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/kubernetes/dashboard.git"

0 commit comments

Comments
 (0)