Skip to content

Commit

Permalink
version bump for 1.5.1 release (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
rf232 committed Jan 10, 2017
1 parent 6521fa7 commit 80ec406
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v1.5.0',
release: 'v1.5.1',
/**
* Version name of the head release of the project.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.5.0",
"version": "1.5.1",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/kubernetes-dashboard-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.1
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/kubernetes-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down

0 comments on commit 80ec406

Please sign in to comment.