提交 52cc6d32 编写于 作者: P Piotr Bryk 提交者: GitHub

Bump version fro 1.1.1 release. (#1111)

Re #1078
上级 bd650fe8
{ {
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "1.1.0", "version": "1.1.1",
"dependencies": { "dependencies": {
"angular": "~1.5.7", "angular": "~1.5.7",
"angular-animate": "~1.5.7", "angular-animate": "~1.5.7",
......
...@@ -49,7 +49,7 @@ const version = { ...@@ -49,7 +49,7 @@ const version = {
/** /**
* Current release version of the project. * Current release version of the project.
*/ */
release: 'v1.1.0', release: 'v1.1.1',
/** /**
* Version name of the canary release of the project. * Version name of the canary release of the project.
*/ */
......
{ {
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "1.1.0", "version": "1.1.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kubernetes/dashboard.git" "url": "https://github.com/kubernetes/dashboard.git"
......
...@@ -21,7 +21,7 @@ apiVersion: extensions/v1beta1 ...@@ -21,7 +21,7 @@ apiVersion: extensions/v1beta1
metadata: metadata:
labels: labels:
app: kubernetes-dashboard app: kubernetes-dashboard
version: v1.1.0 version: v1.1.1
name: kubernetes-dashboard name: kubernetes-dashboard
namespace: kube-system namespace: kube-system
spec: spec:
...@@ -36,7 +36,7 @@ spec: ...@@ -36,7 +36,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0 image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.1
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9090 - containerPort: 9090
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册