Skip to content

Commit

Permalink
Merge pull request #972 from hzxuzhonghu/release-1.0
Browse files Browse the repository at this point in the history
v1.0.1: Add change log and update version
  • Loading branch information
volcano-sh-bot authored Jul 30, 2020
2 parents dcd75e3 + fd55abe commit 68f40e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_1.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.0.1

#### Changelog since v1.0.0
- Fix job's scheduler name does not take effect ([#944](https://github.com/volcano-sh/volcano/pull/944), [@hzxuzhonghu](https://github.com/hzxuzhonghu))
- Fix podgroup status and event ([#951](https://github.com/volcano-sh/volcano/pull/951), [@hzxuzhonghu](https://github.com/hzxuzhonghu))
- Support job scale down to zero ([#945](https://github.com/volcano-sh/volcano/pull/945), [@hzxuzhonghu](https://github.com/hzxuzhonghu))
- Fix queue capability validation failed when some running jobs finished or deleted ([#959](https://github.com/volcano-sh/volcano/pull/959), [@Thor-wl](https://github.com/Thor-wl))

## Volcano v1.0 Release Notes

### 1.0 What's New
Expand Down
4 changes: 2 additions & 2 deletions Makefile.def
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# If tag not explicitly set in users default to the git sha.
TAG ?= v1.0.0
TAG ?= v1.0.1
GitSHA=`git rev-parse HEAD`
Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=v1.0.0
RELEASE_VER=v1.0.1
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
Expand Down

0 comments on commit 68f40e2

Please sign in to comment.