From 1eca3395da845840e9dd7443d38fa08f1b1d8424 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 27 Aug 2024 17:12:41 +0100 Subject: [PATCH] Community Edition 9.6.42-1 Gold Signed-off-by: Gordon Smith --- helm/hpcc/Chart.yaml | 4 ++-- helm/hpcc/templates/_helpers.tpl | 2 +- version.cmake | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/hpcc/Chart.yaml b/helm/hpcc/Chart.yaml index 56aef0a984a..03e0fd27f83 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.6.42-rc1 +version: 9.6.42 # 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.6.42-rc1 +appVersion: 9.6.42 diff --git a/helm/hpcc/templates/_helpers.tpl b/helm/hpcc/templates/_helpers.tpl index d5f23f0f14f..e77122e602c 100644 --- a/helm/hpcc/templates/_helpers.tpl +++ b/helm/hpcc/templates/_helpers.tpl @@ -1477,7 +1477,7 @@ Pass in dict with .root, .visibility defined {{- end -}} {{- define "hpcc.generateHelmVersion" -}} -helmVersion: 9.6.42-rc1 +helmVersion: 9.6.42 {{- end -}} {{/* diff --git a/version.cmake b/version.cmake index c1c3a9f0788..7be88ceb6af 100644 --- a/version.cmake +++ b/version.cmake @@ -6,7 +6,7 @@ set ( HPCC_PROJECT "community" ) set ( HPCC_MAJOR 9 ) set ( HPCC_MINOR 6 ) set ( HPCC_POINT 42 ) -set ( HPCC_MATURITY "rc" ) +set ( HPCC_MATURITY "release" ) set ( HPCC_SEQUENCE 1 ) -set ( HPCC_TAG_TIMESTAMP "2024-08-23T14:17:54Z" ) +set ( HPCC_TAG_TIMESTAMP "2024-08-27T16:12:41Z" ) ###