Skip to content

Commit 19abf19

Browse files
authored
Release v0.14.1 (#1275)
Signed-off-by: Yi Chen <github@chenyicn.net>
1 parent 1f9350d commit 19abf19

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v0.14.1](https://github.com/kubeflow/arena/tree/v0.14.1) (2025-02-24)
4+
5+
### Bug Fixes
6+
7+
- fix: device value does not support k8s resource quantity ([#1267](https://github.com/kubeflow/arena/pull/1267) by [@ChenYi015](https://github.com/ChenYi015))
8+
- fix: pytorchjob does not support backoff limit ([#1272](https://github.com/kubeflow/arena/pull/1272) by [@ChenYi015](https://github.com/ChenYi015))
9+
- unset env NVIDIA_VISIBLE_DEVICES when gpushare is enabled ([#1273](https://github.com/kubeflow/arena/pull/1273) by [@ChenYi015](https://github.com/ChenYi015))
10+
11+
### Misc
12+
13+
- docs: fixed typo ([#1257](https://github.com/kubeflow/arena/pull/1257) by [@DBMxrco](https://github.com/DBMxrco))
14+
- Bump github.com/golang/glog from 1.2.3 to 1.2.4 ([#1263](https://github.com/kubeflow/arena/pull/1263) by [@dependabot[bot]](https://github.com/apps/dependabot))
15+
- fix: format of tensorflow standalone training docs is messed up ([#1265](https://github.com/kubeflow/arena/pull/1265) by [@ChenYi015](https://github.com/ChenYi015))
16+
17+
[Full Changelog](https://github.com/kubeflow/arena/compare/v0.14.0...v0.14.1)
18+
319
## [v0.14.0](https://github.com/kubeflow/arena/tree/v0.14.0) (2025-02-12)
420

521
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.14.1

arena-artifacts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.14.0
18+
version: 0.14.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 0.14.0
24+
appVersion: 0.14.1
2525

2626
dependencies:
2727
- name: tf-operator

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ After `VERSION` file is modified and pushed to the master branch, a release work
7979
8080
python hack/generate-changelog.py \
8181
--token=${GH_TOKEN} \
82-
--range=${PREVIOUS_RELEASE}..<CURRENT_RELEASE>
82+
--range=${PREVIOUS_RELEASE}..${CURRENT_RELEASE}
8383
```
8484

8585
2. Group PRs in the `CHANGELOG.md` file into **Features**, **Bug Fixes** and **Misc**, etc.

0 commit comments

Comments
 (0)