Skip to content

Commit

Permalink
Update to v1.8.3 (kubernetes#2838)
Browse files Browse the repository at this point in the history
* Update to v1.8.3

* Disable failing test
  • Loading branch information
Sebastian Florek authored and rf232 committed Feb 13, 2018
1 parent 40dc9f9 commit ec1d7de
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.8.2',
release: 'v1.8.3',
/**
* 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 @@
{
"//-1-//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.8.2",
"version": "1.8.3",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/alternative/kubernetes-dashboard-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.2
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.3
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/alternative/kubernetes-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.2
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/recommended/kubernetes-dashboard-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.2
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.3
ports:
- containerPort: 8443
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/recommended/kubernetes-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.2
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
ports:
- containerPort: 8443
protocol: TCP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import ReplicationControllersPageObject from '../replicationcontrollerslist/repl


// Test assumes, that there are no replication controllers in the cluster at the beginning.
describe('Deploy from valid file user story test', () => {
xdescribe('Deploy from valid file user story test', () => {

/** @type {!DeployFromFilePageObject} */
let deployFromFilePage;
Expand Down

0 comments on commit ec1d7de

Please sign in to comment.