Skip to content

Commit 0df1fa0

Browse files
brykmaciaszczykm
authored andcommitted
Increase version to 1.1 in preparation for a release (#941)
1 parent fdc4f0b commit 0df1fa0

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

0 commit comments

Comments
 (0)