From a9fc777d9f69f9d6d5bbaf42e34c99c73aebef9a Mon Sep 17 00:00:00 2001 From: stewardci-build Date: Wed, 17 Nov 2021 13:48:47 +0000 Subject: [PATCH] Release v0.14.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 d7fe1757..06d1571e 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.14.4" + date: 2021-11-17 changes: - type: security diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index ad5b40c2..604b9830 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.14.4-dev +version: 0.14.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.14.4-dev +appVersion: 0.14.4 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 3c9f5d51..e07f4f42 100644 --- a/charts/steward/values.yaml +++ b/charts/steward/values.yaml @@ -13,7 +13,7 @@ runController: logVerbosity: 3 image: repository: stewardci/stewardci-run-controller - tag: "0.14.3" #Do not modify this line! RunController tag updated automatically + tag: "0.14.4" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: @@ -44,7 +44,7 @@ tenantController: logVerbosity: 2 image: repository: stewardci/stewardci-tenant-controller - tag: "0.14.3" #Do not modify this line! TenantController tag updated automatically + tag: "0.14.4" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: