Skip to content

Commit 4e06203

Browse files
committed
Community Edition 10.0.32-rc2 Release Candidate 2
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 2abb135 commit 4e06203

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: 10.0.32-rc1
9+
version: 10.0.32-rc2
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: 10.0.32-rc1
14+
appVersion: 10.0.32-rc2

helm/hpcc/templates/_helpers.tpl

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

16781678
{{- define "hpcc.generateHelmVersion" -}}
1679-
helmVersion: 10.0.32-rc1
1679+
helmVersion: 10.0.32-rc2
16801680
{{- end -}}
16811681

16821682
{{/*

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set ( HPCC_MAJOR 10 )
77
set ( HPCC_MINOR 0 )
88
set ( HPCC_POINT 32 )
99
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 1 )
11-
set ( HPCC_TAG_TIMESTAMP "2026-02-05T12:13:24Z" )
10+
set ( HPCC_SEQUENCE 2 )
11+
set ( HPCC_TAG_TIMESTAMP "2026-02-05T12:48:46Z" )
1212
###

0 commit comments

Comments
 (0)