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

Bump version to 1.5.0-beta1 in prep for release (#1465)

* Bump version to 1.5.0-beta1 in prep for release

* Add missing bower and package json version bumps
上级 9cc2ca16
{ {
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "1.4.1", "version": "1.5.0-beta1",
"dependencies": { "dependencies": {
"angular": "~1.5.7", "angular": "~1.5.7",
"angular-animate": "~1.5.7", "angular-animate": "~1.5.7",
......
...@@ -59,7 +59,7 @@ const version = { ...@@ -59,7 +59,7 @@ const version = {
/** /**
* Current release version of the project. * Current release version of the project.
*/ */
release: 'v1.4.2', release: 'v1.5.0-beta1',
/** /**
* Version name of the head release of the project. * Version name of the head 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.4.2", "version": "1.5.0-beta1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kubernetes/dashboard.git" "url": "https://github.com/kubernetes/dashboard.git"
......
...@@ -46,7 +46,7 @@ spec: ...@@ -46,7 +46,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2 image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.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.
先完成此消息的编辑!
想要评论请 注册