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

Bump version fro 1.1.1 release. (#1111)

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