From acfe47fbbc2ad2a9e5c75c836f6c432cdef8c6db Mon Sep 17 00:00:00 2001 From: Alexander Link Date: Tue, 8 Dec 2020 13:37:33 +0000 Subject: [PATCH] Release v0.6.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 bae603e3..8974adb5 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.6.2" + date: 2020-12-08 changes: - type: bug diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index 4991bab6..51626952 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.6.2-dev +version: 0.6.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.6.2-dev +appVersion: 0.6.2 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index a3c7cc8e..5bcacc05 100644 --- a/charts/steward/values.yaml +++ b/charts/steward/values.yaml @@ -12,7 +12,7 @@ runController: logVerbosity: 2 image: repository: stewardci/stewardci-run-controller - tag: "0.6.1" #Do not modify this line! RunController tag updated automatically + tag: "0.6.2" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: @@ -39,7 +39,7 @@ tenantController: logVerbosity: 2 image: repository: stewardci/stewardci-tenant-controller - tag: "0.6.1" #Do not modify this line! TenantController tag updated automatically + tag: "0.6.2" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: