Skip to content

Commit d47a7b2

Browse files
authored
Increate version to 1.1.0-beta3 in preparation for release (#876)
1 parent fad96e0 commit d47a7b2

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": "1.1.0-beta1",
3+
"version": "1.1.0-beta3",
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
@@ -49,7 +49,7 @@ const version = {
4949
/**
5050
* Current release version of the project.
5151
*/
52-
release: 'v1.1.0-beta2',
52+
release: 'v1.1.0-beta3',
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-beta2",
4+
"version": "1.1.0-beta3",
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-beta2
27+
version: v1.1.0-beta3
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-beta2
41+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta3
4242
imagePullPolicy: Always
4343
ports:
4444
- containerPort: 9090

0 commit comments

Comments
 (0)