From 421e8fdd3321c779a71a39a7495ecebe73c2826e Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Tue, 14 Jan 2025 17:20:58 +0000 Subject: [PATCH] Split off 9.10.0 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 d28e3dffbcb..4a0390c2e2c 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.9.0-trunk0 +version: 9.10.1-closedown0 # 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.9.0-trunk0 +appVersion: 9.10.1-closedown0 diff --git a/helm/hpcc/templates/_helpers.tpl b/helm/hpcc/templates/_helpers.tpl index c34443a02e0..ad49c711fbc 100644 --- a/helm/hpcc/templates/_helpers.tpl +++ b/helm/hpcc/templates/_helpers.tpl @@ -1573,7 +1573,7 @@ Pass in dict with .root, .visibility defined {{- end -}} {{- define "hpcc.generateHelmVersion" -}} -helmVersion: 9.9.0-trunk0 +helmVersion: 9.10.1-closedown0 {{- end -}} {{/* diff --git a/version.cmake b/version.cmake index 1a8e0e7fc1a..4cad3dc0476 100644 --- a/version.cmake +++ b/version.cmake @@ -4,9 +4,9 @@ set ( HPCC_NAME "Community Edition" ) set ( HPCC_PROJECT "community" ) set ( HPCC_MAJOR 9 ) -set ( HPCC_MINOR 9 ) -set ( HPCC_POINT 0 ) -set ( HPCC_MATURITY "trunk" ) +set ( HPCC_MINOR 10 ) +set ( HPCC_POINT 1 ) +set ( HPCC_MATURITY "closedown" ) set ( HPCC_SEQUENCE 0 ) -set ( HPCC_TAG_TIMESTAMP "2024-06-24T14:15:40Z" ) +set ( HPCC_TAG_TIMESTAMP "2025-01-14T17:20:58Z" ) ###