Skip to content

Commit 47540ee

Browse files
committed
Community Edition 9.6.90-rc1 Release Candidate 1
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 9db5261 commit 47540ee

File tree

3 files changed

+7
-7
lines changed

3 files changed

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

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ Pass in dict with .root, .visibility defined
14801480
{{- end -}}
14811481

14821482
{{- define "hpcc.generateHelmVersion" -}}
1483-
helmVersion: 9.6.89-closedown0
1483+
helmVersion: 9.6.90-rc1
14841484
{{- end -}}
14851485

14861486
{{/*

version.cmake

+4-4
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 6 )
8-
set ( HPCC_POINT 89 )
9-
set ( HPCC_MATURITY "closedown" )
10-
set ( HPCC_SEQUENCE 0 )
11-
set ( HPCC_TAG_TIMESTAMP "2025-02-27T17:08:40Z" )
8+
set ( HPCC_POINT 90 )
9+
set ( HPCC_MATURITY "rc" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2025-03-07T10:23:14Z" )
1212
###

0 commit comments

Comments
 (0)