Skip to content

Commit 36a59bb

Browse files
authored
Release v0.14.0 (#1264)
Signed-off-by: Yi Chen <github@chenyicn.net>
1 parent ccdbf44 commit 36a59bb

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [v0.14.0](https://github.com/kubeflow/arena/tree/v0.14.0) (2025-02-12)
4+
5+
### Features
6+
7+
- rename parameter ([#1262](https://github.com/kubeflow/arena/pull/1262) by [@gujingit](https://github.com/gujingit))
8+
9+
### Misc
10+
11+
- Add changelog for v0.13.1 ([#1248](https://github.com/kubeflow/arena/pull/1248) by [@ChenYi015](https://github.com/ChenYi015))
12+
- Bump github.com/go-resty/resty/v2 from 2.16.0 to 2.16.5 ([#1254](https://github.com/kubeflow/arena/pull/1254) by [@dependabot[bot]](https://github.com/apps/dependabot))
13+
14+
[Full Changelog](https://github.com/kubeflow/arena/compare/v0.13.1...v0.14.0)
15+
316
## [v0.13.1](https://github.com/kubeflow/arena/tree/v0.13.1) (2025-01-13)
417

518
### Misc

VERSION

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

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.13.1
18+
version: 0.14.0
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.13.1
24+
appVersion: 0.14.0
2525

2626
dependencies:
2727
- name: tf-operator

0 commit comments

Comments
 (0)