Skip to content

Commit f232c58

Browse files
Sebastian Florekk8s-ci-robot
Sebastian Florek
authored andcommitted
Release v2.0.0-beta4 (#4233)
1 parent fcba34e commit f232c58

8 files changed

+10
-10
lines changed

aio/deploy/alternative.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
spec:
189189
containers:
190190
- name: kubernetes-dashboard
191-
image: kubernetesui/dashboard:v2.0.0-beta3
191+
image: kubernetesui/dashboard:v2.0.0-beta4
192192
ports:
193193
- containerPort: 9090
194194
protocol: TCP

aio/deploy/alternative/06_dashboard-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: kubernetes-dashboard
35-
image: kubernetesui/dashboard:v2.0.0-beta3
35+
image: kubernetesui/dashboard:v2.0.0-beta4
3636
ports:
3737
- containerPort: 9090
3838
protocol: TCP

aio/deploy/recommended.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
spec:
189189
containers:
190190
- name: kubernetes-dashboard
191-
image: kubernetesui/dashboard:v2.0.0-beta3
191+
image: kubernetesui/dashboard:v2.0.0-beta4
192192
imagePullPolicy: Always
193193
ports:
194194
- containerPort: 8443

aio/deploy/recommended/06_dashboard-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: kubernetes-dashboard
35-
image: kubernetesui/dashboard:v2.0.0-beta3
35+
image: kubernetesui/dashboard:v2.0.0-beta4
3636
imagePullPolicy: Always
3737
ports:
3838
- 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.0-beta3',
56+
release: 'v2.0.0-beta4',
5757
/**
5858
* Version name of the head release of the project.
5959
*/

docs/user/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kubectl create secret generic kubernetes-dashboard-certs --from-file=$HOME/certs
2323
Afterwards, you are ready to deploy Dashboard using the following command:
2424

2525
```
26-
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta3/aio/deploy/recommended.yaml
26+
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml
2727
```
2828

2929
### Alternative setup
@@ -33,7 +33,7 @@ This setup is not fully secure. Certificates are not used and Dashboard is expos
3333
To deploy Dashboard execute following command:
3434

3535
```
36-
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta3/aio/deploy/alternative.yaml
36+
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/alternative.yaml
3737
```
3838

3939
## Development release
@@ -45,7 +45,7 @@ Besides official releases, there are also development releases, that are pushed
4545
In most of the use cases you need to execute the following command to deploy latest development release:
4646

4747
```
48-
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta3/aio/deploy/head.yaml
48+
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/head.yaml
4949
```
5050

5151
### Update

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

0 commit comments

Comments
 (0)