Skip to content

Commit 081a107

Browse files
authored
Release v0.15.3 (#1390)
Signed-off-by: Yi Chen <github@chenyicn.net>
1 parent d0f7f19 commit 081a107

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

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

3+
## [HEAD](https://github.com/kubeflow/arena/tree/v0.15.3) (2025-11-25)
4+
5+
### Deprecations
6+
7+
- Deprecate apiextensions.k8s.io/v1beta1 CRD ([#1330](https://github.com/kubeflow/arena/pull/1330) by [@ChenYi015](https://github.com/ChenYi015))
8+
9+
### Features
10+
11+
- feature(tf-operator): make workers, qps and burst configurable ([#1379](https://github.com/kubeflow/arena/pull/1379) by [@ChenYi015](https://github.com/ChenYi015))
12+
13+
### Dependencies
14+
15+
- chore(deps): bump actions/stale from 9 to 10 ([#1374](https://github.com/kubeflow/arena/pull/1374) by [@dependabot[bot]](https://github.com/apps/dependabot))
16+
- chore(deps): bump actions/setup-go from 5 to 6 ([#1375](https://github.com/kubeflow/arena/pull/1375) by [@dependabot[bot]](https://github.com/apps/dependabot))
17+
- chore(deps): bump actions/setup-python from 5 to 6 ([#1376](https://github.com/kubeflow/arena/pull/1376) by [@dependabot[bot]](https://github.com/apps/dependabot))
18+
- chore(deps): bump actions/download-artifact from 5 to 6 ([#1383](https://github.com/kubeflow/arena/pull/1383) by [@dependabot[bot]](https://github.com/apps/dependabot))
19+
- chore(deps): bump actions/upload-artifact from 4 to 5 ([#1382](https://github.com/kubeflow/arena/pull/1382) by [@dependabot[bot]](https://github.com/apps/dependabot))
20+
- chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.29 ([#1384](https://github.com/kubeflow/arena/pull/1384) by [@dependabot[bot]](https://github.com/apps/dependabot))
21+
- chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 ([#1388](https://github.com/kubeflow/arena/pull/1388) by [@dependabot[bot]](https://github.com/apps/dependabot))
22+
- chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 ([#1372](https://github.com/kubeflow/arena/pull/1372) by [@dependabot[bot]](https://github.com/apps/dependabot))
23+
- chore(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.10 ([#1381](https://github.com/kubeflow/arena/pull/1381) by [@dependabot[bot]](https://github.com/apps/dependabot))
24+
25+
### Misc
26+
27+
- Remove vendor directory ([#1387](https://github.com/kubeflow/arena/pull/1387) by [@ChenYi015](https://github.com/ChenYi015))
28+
29+
[Full Changelog](https://github.com/kubeflow/arena/compare/v0.15.2...v0.15.3)
30+
331
## [v0.15.2](https://github.com/kubeflow/arena/tree/v0.15.2) (2025-09-03)
432

533
### Bug Fixes

VERSION

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

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.2
12+
version: 0.15.3
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.2
18+
appVersion: 0.15.3
1919

2020
kubeVersion: ">=1.16.0-0"
2121

0 commit comments

Comments
 (0)