Skip to content

Commit 724ab2d

Browse files
committed
Community Edition 9.2.122-1 Gold
Signed-off-by: Gavin Halliday <[email protected]>
1 parent 2aa7202 commit 724ab2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helm/hpcc/Chart.yaml

+2-2
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.2.122-rc2
9+
version: 9.2.122
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.2.122-rc2
14+
appVersion: 9.2.122

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ Pass in dict with .root, .visibility defined
13611361
{{- end -}}
13621362

13631363
{{- define "hpcc.generateHelmVersion" -}}
1364-
helmVersion: 9.2.122-rc2
1364+
helmVersion: 9.2.122
13651365
{{- end -}}
13661366

13671367
{{/*

version.cmake

+3-3
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 2 )
88
set ( HPCC_POINT 122 )
9-
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 2 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-09-17T15:31:01Z" )
9+
set ( HPCC_MATURITY "release" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2024-09-19T09:01:10Z" )
1212
###

0 commit comments

Comments
 (0)