From 36a59bba673b6f0be8beee78e0067e4603ed4348 Mon Sep 17 00:00:00 2001 From: Yi Chen Date: Wed, 12 Feb 2025 14:43:28 +0800 Subject: [PATCH] Release v0.14.0 (#1264) Signed-off-by: Yi Chen --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- arena-artifacts/Chart.yaml | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7828c46..3d309fb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.14.0](https://github.com/kubeflow/arena/tree/v0.14.0) (2025-02-12) + +### Features + +- rename parameter ([#1262](https://github.com/kubeflow/arena/pull/1262) by [@gujingit](https://github.com/gujingit)) + +### Misc + +- Add changelog for v0.13.1 ([#1248](https://github.com/kubeflow/arena/pull/1248) by [@ChenYi015](https://github.com/ChenYi015)) +- 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)) + +[Full Changelog](https://github.com/kubeflow/arena/compare/v0.13.1...v0.14.0) + ## [v0.13.1](https://github.com/kubeflow/arena/tree/v0.13.1) (2025-01-13) ### Misc diff --git a/VERSION b/VERSION index c317a9189..a803cc227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.1 +0.14.0 diff --git a/arena-artifacts/Chart.yaml b/arena-artifacts/Chart.yaml index 63d8fe778..be1e1eb80 100644 --- a/arena-artifacts/Chart.yaml +++ b/arena-artifacts/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.13.1 +version: 0.14.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.13.1 +appVersion: 0.14.0 dependencies: - name: tf-operator