Skip to content

Commit b44f7cc

Browse files
floreksrf232
authored andcommitted
Update version to 1.7.1 (#2429)
1 parent 95b5c8a commit b44f7cc

7 files changed

+7
-7
lines changed

build/conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const version = {
5959
/**
6060
* Current release version of the project.
6161
*/
62-
release: 'v1.7.0',
62+
release: 'v1.7.1',
6363
/**
6464
* Version name of the head release of the project.
6565
*/

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"//-1-//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
33
"name": "kubernetes-dashboard",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/kubernetes/dashboard.git"

src/deploy/alternative/kubernetes-dashboard-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
spec:
9090
containers:
9191
- name: kubernetes-dashboard
92-
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.0
92+
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.1
9393
ports:
9494
- containerPort: 9090
9595
protocol: TCP

src/deploy/alternative/kubernetes-dashboard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
spec:
9191
containers:
9292
- name: kubernetes-dashboard
93-
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0
93+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.1
9494
ports:
9595
- containerPort: 9090
9696
protocol: TCP

src/deploy/recommended/kubernetes-dashboard-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
mountPath: /certs
107107
containers:
108108
- name: kubernetes-dashboard
109-
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.0
109+
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.1
110110
ports:
111111
- containerPort: 9090
112112
protocol: TCP

src/deploy/recommended/kubernetes-dashboard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
mountPath: /certs
108108
containers:
109109
- name: kubernetes-dashboard
110-
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0
110+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.1
111111
ports:
112112
- containerPort: 9090
113113
protocol: TCP

0 commit comments

Comments
 (0)