Skip to content

Commit 2c4ae6c

Browse files
committed
Community Edition 2.0.0-rc3 Release Candidate 3
Signed-off-by: Gavin Halliday <[email protected]>
1 parent a9595e5 commit 2c4ae6c

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: 2.0.0-rc2
9+
version: 2.0.0-rc3
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: 2.0.0-rc2
14+
appVersion: 2.0.0-rc3

helm/hpcc/templates/_helpers.tpl

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

16511651
{{- define "hpcc.generateHelmVersion" -}}
1652-
helmVersion: 2.0.0-rc2
1652+
helmVersion: 2.0.0-rc3
16531653
{{- end -}}
16541654

16551655
{{/*

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set ( HPCC_MAJOR 2 )
77
set ( HPCC_MINOR 0 )
88
set ( HPCC_POINT 0 )
99
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 2 )
11-
set ( HPCC_TAG_TIMESTAMP "2025-08-18T16:36:28Z" )
10+
set ( HPCC_SEQUENCE 3 )
11+
set ( HPCC_TAG_TIMESTAMP "2025-09-15T08:50:10Z" )
1212
###

0 commit comments

Comments
 (0)