Skip to content

Commit c1e1574

Browse files
committed
Community Edition 9.14.88-rc1 Release Candidate 1
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent c31c3f6 commit c1e1574

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.87-closedown0
9+
version: 9.14.88-rc1
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.87-closedown0
14+
appVersion: 9.14.88-rc1

helm/hpcc/templates/_helpers.tpl

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

16131613
{{- define "hpcc.generateHelmVersion" -}}
1614-
helmVersion: 9.14.87-closedown0
1614+
helmVersion: 9.14.88-rc1
16151615
{{- end -}}
16161616

16171617
{{/*

version.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set ( HPCC_NAME "Community Edition" )
55
set ( HPCC_PROJECT "community" )
66
set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 14 )
8-
set ( HPCC_POINT 87 )
9-
set ( HPCC_MATURITY "closedown" )
10-
set ( HPCC_SEQUENCE 0 )
11-
set ( HPCC_TAG_TIMESTAMP "2026-05-14T15:54:56Z" )
8+
set ( HPCC_POINT 88 )
9+
set ( HPCC_MATURITY "rc" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2026-05-22T16:09:40Z" )
1212
###

0 commit comments

Comments
 (0)