From c40c9d3789092e2ef714b9daafcc1f5c2e8970a7 Mon Sep 17 00:00:00 2001 From: stewardci-build Date: Wed, 29 Nov 2023 07:17:02 +0000 Subject: [PATCH 1/2] Release v0.39.1 --- changelog.yaml | 4 ++-- charts/steward/Chart.yaml | 4 ++-- charts/steward/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index 953f879f..c4b46d46 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.39.1" + date: 2023-11-29 changes: - type: enhancement diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index d5f146c9..bc86edaa 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.39.1-dev +version: 0.39.1 # 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.39.1-dev +appVersion: 0.39.1 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index da3356ab..67a98ba7 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.39.0" #Do not modify this line! RunController tag updated automatically + tag: "0.39.1" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: From 3b23a9e994c51e6db327546a0b9a41e3574e2d21 Mon Sep 17 00:00:00 2001 From: stewardci-build Date: Wed, 29 Nov 2023 07:17:20 +0000 Subject: [PATCH 2/2] Prepare next dev version 0.39.2-dev --- changelog.yaml | 4 ++++ charts/steward/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index c4b46d46..310f2d07 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -48,6 +48,10 @@ # ! 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 + changes: + - version: "0.39.1" date: 2023-11-29 changes: diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index bc86edaa..c8767f71 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.39.1 +version: 0.39.2-dev # 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.39.1 +appVersion: 0.39.2-dev