提交 99c74125 编写于 作者: P Piotr Bryk

Release v1.1.0-beta1 (#758)

上级 e70b59c1
{ {
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "0.0.1", "version": "1.1.0-beta1",
"dependencies": { "dependencies": {
"angular": "~1.5.0", "angular": "~1.5.0",
"angular-animate": "~1.5.0", "angular-animate": "~1.5.0",
......
...@@ -44,7 +44,7 @@ const version = { ...@@ -44,7 +44,7 @@ const version = {
/** /**
* Current release version of the project. * Current release version of the project.
*/ */
release: 'v1.0.1', release: 'v1.1.0-beta1',
/** /**
* 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.0.1", "version": "1.1.0-beta1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kubernetes/dashboard.git" "url": "https://github.com/kubernetes/dashboard.git"
......
...@@ -24,7 +24,7 @@ items: ...@@ -24,7 +24,7 @@ items:
metadata: metadata:
labels: labels:
app: kubernetes-dashboard app: kubernetes-dashboard
version: v1.0.1 version: v1.1.0-beta1
name: kubernetes-dashboard name: kubernetes-dashboard
namespace: kube-system namespace: kube-system
spec: spec:
...@@ -38,7 +38,7 @@ items: ...@@ -38,7 +38,7 @@ items:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.1 image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta1
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.
先完成此消息的编辑!
想要评论请 注册