Skip to content

Commit ef32eab

Browse files
committed
Community Edition 9.14.66-1 Gold
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
1 parent 74a4553 commit ef32eab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm/hpcc/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ type: application
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 9.14.66-rc1
9+
version: 9.14.66
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.
1313

14-
appVersion: 9.14.66-rc1
14+
appVersion: 9.14.66

helm/hpcc/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ Pass in dict with .root, .visibility defined
15991599
{{- end -}}
16001600

16011601
{{- define "hpcc.generateHelmVersion" -}}
1602-
helmVersion: 9.14.66-rc1
1602+
helmVersion: 9.14.66
16031603
{{- end -}}
16041604

16051605
{{/*

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set ( HPCC_PROJECT "community" )
66
set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 14 )
88
set ( HPCC_POINT 66 )
9-
set ( HPCC_MATURITY "rc" )
9+
set ( HPCC_MATURITY "release" )
1010
set ( HPCC_SEQUENCE 1 )
11-
set ( HPCC_TAG_TIMESTAMP "2026-02-27T10:50:42Z" )
11+
set ( HPCC_TAG_TIMESTAMP "2026-03-02T10:02:48Z" )
1212
###

0 commit comments

Comments
 (0)