From b76b9557bdf5e2ab6d88766c6955d580c5a63b5f Mon Sep 17 00:00:00 2001 From: stewardci-build Date: Mon, 8 Feb 2021 09:10:03 +0000 Subject: [PATCH] Release v0.7.0 --- 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 8af924f9..cff4433f 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.7.0" + date: 2021-02-08 changes: - type: enhancement diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index e9a3f293..1d9da118 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.7.0-dev +version: 0.7.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. -appVersion: 0.7.0-dev +appVersion: 0.7.0 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index ee6c89cf..abc2f2d9 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.3" #Do not modify this line! RunController tag updated automatically + tag: "0.7.0" #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.3" #Do not modify this line! TenantController tag updated automatically + tag: "0.7.0" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: