Skip to content

Commit 861d3ed

Browse files
committed
Community Edition 9.8.34-rc4 Release Candidate 4
Signed-off-by: Gavin Halliday <[email protected]>
1 parent a3a3f86 commit 861d3ed

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.8.34-rc3
9+
version: 9.8.34-rc4
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.8.34-rc3
14+
appVersion: 9.8.34-rc4

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ Pass in dict with .root, .visibility defined
14771477
{{- end -}}
14781478

14791479
{{- define "hpcc.generateHelmVersion" -}}
1480-
helmVersion: 9.8.34-rc3
1480+
helmVersion: 9.8.34-rc4
14811481
{{- end -}}
14821482

14831483
{{/*

version.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 8 )
88
set ( HPCC_POINT 34 )
99
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 3 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-10-25T14:53:11Z" )
10+
set ( HPCC_SEQUENCE 4 )
11+
set ( HPCC_TAG_TIMESTAMP "2024-10-29T12:16:27Z" )
1212
###

0 commit comments

Comments
 (0)