Skip to content

Commit 603e542

Browse files
committed
Change version to beta2 in preparation for release (#810)
1 parent 7ed5ea6 commit 603e542

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const version = {
4949
/**
5050
* Current release version of the project.
5151
*/
52-
release: 'v1.1.0-beta1',
52+
release: 'v1.1.0-beta2',
5353
/**
5454
* Version name of the canary release of the project.
5555
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
33
"name": "kubernetes-dashboard",
4-
"version": "1.1.0-beta1",
4+
"version": "1.1.0-beta2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/kubernetes/dashboard.git"

src/deploy/kubernetes-dashboard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ items:
2424
metadata:
2525
labels:
2626
app: kubernetes-dashboard
27-
version: v1.1.0-beta1
27+
version: v1.1.0-beta2
2828
name: kubernetes-dashboard
2929
namespace: kube-system
3030
spec:
@@ -38,7 +38,7 @@ items:
3838
spec:
3939
containers:
4040
- name: kubernetes-dashboard
41-
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta1
41+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta2
4242
imagePullPolicy: Always
4343
ports:
4444
- containerPort: 9090

0 commit comments

Comments
 (0)