From 928de9014b47eba9c63b3ed07889b2f89c62178e Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Thu, 3 Oct 2024 17:44:59 +0100 Subject: [PATCH] Community Edition 9.2.128-rc1 Release Candidate 1 Signed-off-by: Jake Smith --- helm/hpcc/Chart.yaml | 4 ++-- helm/hpcc/templates/_helpers.tpl | 2 +- version.cmake | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/hpcc/Chart.yaml b/helm/hpcc/Chart.yaml index 1bcc94fea52..8e8300f6a59 100644 --- a/helm/hpcc/Chart.yaml +++ b/helm/hpcc/Chart.yaml @@ -6,9 +6,9 @@ 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: 9.2.127-closedown0 +version: 9.2.128-rc1 # 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: 9.2.127-closedown0 +appVersion: 9.2.128-rc1 diff --git a/helm/hpcc/templates/_helpers.tpl b/helm/hpcc/templates/_helpers.tpl index e6c559d0b6e..6b7be4c440c 100644 --- a/helm/hpcc/templates/_helpers.tpl +++ b/helm/hpcc/templates/_helpers.tpl @@ -1361,7 +1361,7 @@ Pass in dict with .root, .visibility defined {{- end -}} {{- define "hpcc.generateHelmVersion" -}} -helmVersion: 9.2.127-closedown0 +helmVersion: 9.2.128-rc1 {{- end -}} {{/* diff --git a/version.cmake b/version.cmake index 210fd162a1c..4fdddbb492e 100644 --- a/version.cmake +++ b/version.cmake @@ -5,8 +5,8 @@ set ( HPCC_NAME "Community Edition" ) set ( HPCC_PROJECT "community" ) set ( HPCC_MAJOR 9 ) set ( HPCC_MINOR 2 ) -set ( HPCC_POINT 127 ) -set ( HPCC_MATURITY "closedown" ) -set ( HPCC_SEQUENCE 0 ) -set ( HPCC_TAG_TIMESTAMP "2024-09-27T11:17:43Z" ) +set ( HPCC_POINT 128 ) +set ( HPCC_MATURITY "rc" ) +set ( HPCC_SEQUENCE 1 ) +set ( HPCC_TAG_TIMESTAMP "2024-10-03T16:44:58Z" ) ###