Skip to content

Commit

Permalink
Merge pull request #931 from hzxuzhonghu/release-0.4
Browse files Browse the repository at this point in the history
Release 0.4.1
  • Loading branch information
volcano-sh-bot authored Jul 14, 2020
2 parents cb4aa33 + f6c6f42 commit 0c62324
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v0.4.1](https://github.com/volcano-sh/volcano/tree/v0.4) (2020-07-14)

- UpdateJob when Job annotations or labels changed ([#919](https://github.com/volcano-sh/volcano/pull/919), [@Thor-wl](https://github.com/Thor-wl))
- Fix panic in controller ([#901](https://github.com/volcano-sh/volcano/pull/901), [@Thor-wl](https://github.com/Thor-wl))
- Support scale up and down ([#796](https://github.com/volcano-sh/volcano/pull/796), [@hzxuzhonghu](https://github.com/hzxuzhonghu))
- Fix crd to support job patch ops ([#794](https://github.com/volcano-sh/volcano/pull/794), [@hzxuzhonghu](https://github.com/hzxuzhonghu))

## [v0.4](https://github.com/volcano-sh/volcano/tree/v0.4) (2020-04-07)

- [#756](https://github.com/volcano-sh/volcano/pull/756) [controller] Set `BlockOwnerDeletion` to true when create PodGroup (@xiaogaozi)
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=v0.4
GitSHA=a531a6944adfe3aaa45b0466f601b338cf0237b2
GitSHA=`git rev-parse HEAD`
Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=v0.4
RELEASE_VER=v0.4.1
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
Expand Down

0 comments on commit 0c62324

Please sign in to comment.