From 878e75730e0540886de7c32a255ea141147d8ea4 Mon Sep 17 00:00:00 2001 From: stewardci-build Date: Wed, 23 Mar 2022 11:03:09 +0000 Subject: [PATCH] Release v0.18.4 --- 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 a81c83bf..86f170e3 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.18.4" + date: 2022-03-23 changes: - type: security diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index 4cd32e05..7a05c17e 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.18.4-dev +version: 0.18.4 # 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.18.4-dev +appVersion: 0.18.4 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 7f3209ca..7a33d214 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.18.3" #Do not modify this line! RunController tag updated automatically + tag: "0.18.4" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: @@ -48,7 +48,7 @@ tenantController: k8sAPIRequestTimeout: "" image: repository: stewardci/stewardci-tenant-controller - tag: "0.18.3" #Do not modify this line! TenantController tag updated automatically + tag: "0.18.4" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: