Skip to content

Commit 380c1cd

Browse files
committed
Community Edition 9.4.122-1 Gold
Signed-off-by: Jake Smith <[email protected]>
1 parent c4f1513 commit 380c1cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4.122-rc1
9+
version: 9.4.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.4.122-rc1
14+
appVersion: 9.4.122

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ Pass in dict with .root, .visibility defined
14731473
{{- end -}}
14741474

14751475
{{- define "hpcc.generateHelmVersion" -}}
1476-
helmVersion: 9.4.122-rc1
1476+
helmVersion: 9.4.122
14771477
{{- end -}}
14781478

14791479
{{/*

version.cmake

+2-2
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 4 )
88
set ( HPCC_POINT 122 )
9-
set ( HPCC_MATURITY "rc" )
9+
set ( HPCC_MATURITY "release" )
1010
set ( HPCC_SEQUENCE 1 )
11-
set ( HPCC_TAG_TIMESTAMP "2025-01-09T18:58:45Z" )
11+
set ( HPCC_TAG_TIMESTAMP "2025-01-14T16:49:53Z" )
1212
###

0 commit comments

Comments
 (0)