From ccefa6720057c575da9ce01a41f2c3a1060d6f94 Mon Sep 17 00:00:00 2001 From: stewardci-build Date: Thu, 9 Feb 2023 10:11:24 +0000 Subject: [PATCH] Release v0.25.2 --- changelog.yaml | 4 ++-- charts/steward/Chart.yaml | 4 ++-- charts/steward/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index d11ce026..215e754f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -48,8 +48,8 @@ # ! Do NOT add change entries to already released versions! Only add to version 'NEXT'. # ! Do NOT change any 'version' or 'date' values manually! The pipeline will take care. # ! Do NOT change the order of version blocks! 'NEXT' needs to stay the first version block. -- version: NEXT - date: TBD +- version: "0.25.2" + date: 2023-02-09 changes: - type: enhancement diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index d578176b..dbe07884 100644 --- a/charts/steward/Chart.yaml +++ b/charts/steward/Chart.yaml @@ -5,8 +5,8 @@ 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. -version: 0.25.2-dev +version: 0.25.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.25.2-dev +appVersion: 0.25.2 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 980cff1e..c092424c 100644 --- a/charts/steward/values.yaml +++ b/charts/steward/values.yaml @@ -14,7 +14,7 @@ runController: k8sAPIRequestTimeout: "" image: repository: stewardci/stewardci-run-controller - tag: "0.25.1" #Do not modify this line! RunController tag updated automatically + tag: "0.25.2" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: @@ -49,7 +49,7 @@ tenantController: k8sAPIRequestTimeout: "" image: repository: stewardci/stewardci-tenant-controller - tag: "0.25.1" #Do not modify this line! TenantController tag updated automatically + tag: "0.25.2" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: