From 767888aea9f9bf2639c464d2f48400e8f00b8730 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:48:38 -0700 Subject: [PATCH] chore: Prepare v0.12.0 release (#346) 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 2692820b..dcfa2b26 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.11.0 +VERSION := v0.12.0 REGISTRY ?= ghcr.io/sozercan KIND_VERSION ?= 0.23.0 diff --git a/charts/aikit/Chart.yaml b/charts/aikit/Chart.yaml index 2f5ad185..2c135bbb 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.11.0 +version: 0.12.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.11.0 +appVersion: v0.12.0