Skip to content

Commit 52cc6d3

Browse files
authored
Bump version fro 1.1.1 release. (#1111)
Re #1078
1 parent bd650fe commit 52cc6d3

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",
3+
"version": "1.1.1",
44
"dependencies": {
55
"angular": "~1.5.7",
66
"angular-animate": "~1.5.7",

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',
52+
release: 'v1.1.1',
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",
4+
"version": "1.1.1",
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
@@ -21,7 +21,7 @@ apiVersion: extensions/v1beta1
2121
metadata:
2222
labels:
2323
app: kubernetes-dashboard
24-
version: v1.1.0
24+
version: v1.1.1
2525
name: kubernetes-dashboard
2626
namespace: kube-system
2727
spec:
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: kubernetes-dashboard
39-
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0
39+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.1
4040
imagePullPolicy: Always
4141
ports:
4242
- containerPort: 9090

0 commit comments

Comments
 (0)