Skip to content

Commit e44943e

Browse files
authored
Release v0.15.4 (#1399)
* Release v0.15.4 Signed-off-by: Yi Chen <github@chenyicn.net> * Add changelog for v0.15.4 Signed-off-by: Yi Chen <github@chenyicn.net> --------- Signed-off-by: Yi Chen <github@chenyicn.net>
1 parent 8c8cc27 commit e44943e

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## [HEAD](https://github.com/kubeflow/arena/tree/v0.15.3) (2025-11-25)
3+
## [v0.15.4](https://github.com/kubeflow/arena/tree/v0.15.4) (2026-01-09)
4+
5+
### Bug Fixes
6+
7+
- Fix: install script does not work due to CRD files renaming ([#1391](https://github.com/kubeflow/arena/pull/1391) by [@ChenYi015](https://github.com/ChenYi015))
8+
- fix(cron-operator): reconcile worker hangs due to invalid cron expression ([#1398](https://github.com/kubeflow/arena/pull/1398) by [@ChenYi015](https://github.com/ChenYi015))
9+
10+
### Dependencies
11+
12+
- chore(deps): bump actions/upload-artifact from 5 to 6 ([#1397](https://github.com/kubeflow/arena/pull/1397) by [@dependabot[bot]](https://github.com/apps/dependabot))
13+
- chore(deps): bump actions/checkout from 5 to 6 ([#1389](https://github.com/kubeflow/arena/pull/1389) by [@dependabot[bot]](https://github.com/apps/dependabot))
14+
- chore(deps): bump actions/download-artifact from 6 to 7 ([#1396](https://github.com/kubeflow/arena/pull/1396) by [@dependabot[bot]](https://github.com/apps/dependabot))
15+
- chore(deps): bump github.com/spf13/viper from 1.10.0 to 1.21.0 ([#1394](https://github.com/kubeflow/arena/pull/1394) by [@dependabot[bot]](https://github.com/apps/dependabot))
16+
- chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.2 ([#1393](https://github.com/kubeflow/arena/pull/1393) by [@dependabot[bot]](https://github.com/apps/dependabot))
17+
18+
[Full Changelog](https://github.com/kubeflow/arena/compare/v0.15.3...v0.15.4)
19+
20+
## [v0.15.3](https://github.com/kubeflow/arena/tree/v0.15.3) (2025-11-25)
421

522
### Deprecations
623

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.3
1+
0.15.4

arena-artifacts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ type: application
99
# This is the chart version. This version number should be incremented each time you make changes
1010
# to the chart and its templates, including the app version.
1111
# Versions are expected to follow Semantic Versioning (https://semver.org/)
12-
version: 0.15.3
12+
version: 0.15.4
1313

1414
# This is the version number of the application being deployed. This version number should be
1515
# incremented each time you make changes to the application. Versions are not expected to
1616
# follow Semantic Versioning. They should reflect the version the application is using.
1717
# It is recommended to use it with quotes.
18-
appVersion: 0.15.3
18+
appVersion: 0.15.4
1919

2020
kubeVersion: ">=1.16.0-0"
2121

0 commit comments

Comments
 (0)