From 7922178bef9a7bf8b6dd4d2354bd5da6c8b715a5 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Tue, 29 Oct 2024 12:18:09 +0000 Subject: [PATCH] Community Edition 9.6.60-rc3 Release Candidate 3 Signed-off-by: Gavin Halliday --- 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 042b6999518..c0e29d744e5 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.60-rc2 +version: 9.6.60-rc3 # 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.60-rc2 +appVersion: 9.6.60-rc3 diff --git a/helm/hpcc/templates/_helpers.tpl b/helm/hpcc/templates/_helpers.tpl index d0b1c932c8f..97f37666f74 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.60-rc2 +helmVersion: 9.6.60-rc3 {{- end -}} {{/* diff --git a/version.cmake b/version.cmake index 24535d13277..0ea1f817276 100644 --- a/version.cmake +++ b/version.cmake @@ -7,6 +7,6 @@ set ( HPCC_MAJOR 9 ) set ( HPCC_MINOR 6 ) set ( HPCC_POINT 60 ) set ( HPCC_MATURITY "rc" ) -set ( HPCC_SEQUENCE 2 ) -set ( HPCC_TAG_TIMESTAMP "2024-10-25T14:55:50Z" ) +set ( HPCC_SEQUENCE 3 ) +set ( HPCC_TAG_TIMESTAMP "2024-10-29T12:18:08Z" ) ###