Skip to content

Commit 99c7412

Browse files
committed
Release v1.1.0-beta1 (#758)
1 parent e70b59c commit 99c7412

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubernetes-dashboard",
3-
"version": "0.0.1",
3+
"version": "1.1.0-beta1",
44
"dependencies": {
55
"angular": "~1.5.0",
66
"angular-animate": "~1.5.0",

build/conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const version = {
4444
/**
4545
* Current release version of the project.
4646
*/
47-
release: 'v1.0.1',
47+
release: 'v1.1.0-beta1',
4848
/**
4949
* Version name of the canary release of the project.
5050
*/

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.0.1",
4+
"version": "1.1.0-beta1",
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.0.1
27+
version: v1.1.0-beta1
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.0.1
41+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta1
4242
imagePullPolicy: Always
4343
ports:
4444
- containerPort: 9090

0 commit comments

Comments
 (0)