From b26b7587ef9d180925eb8f873d273e75e4cc18ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:33:26 -0800 Subject: [PATCH] chore: Prepare v0.15.0 release (#439) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: sozercan <852750+sozercan@users.noreply.github.com> --- Makefile | 2 +- charts/aikit/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 497c6140..2c493afd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.14.0 +VERSION := v0.15.0 REGISTRY ?= ghcr.io/sozercan KIND_VERSION ?= 0.25.0 diff --git a/charts/aikit/Chart.yaml b/charts/aikit/Chart.yaml index 6945c84a..2825acfb 100644 --- a/charts/aikit/Chart.yaml +++ b/charts/aikit/Chart.yaml @@ -15,10 +15,10 @@ 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.14.0 +version: 0.15.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: v0.14.0 +appVersion: v0.15.0