Skip to content

Commit 3f146f2

Browse files
committed
Community Edition 9.6.10-rc1 Release Candidate 1
Signed-off-by: Jake Smith <[email protected]>
1 parent 4be19cb commit 3f146f2

14 files changed

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

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ kind: Service
15091509
metadata:
15101510
name: {{ $lvars.serviceName | quote }}
15111511
labels:
1512-
helmVersion: 9.6.9-closedown0
1512+
helmVersion: 9.6.10-rc1
15131513
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
15141514
{{- if $lvars.labels }}
15151515
{{ toYaml $lvars.labels | indent 4 }}

helm/hpcc/templates/dafilesrv.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
labels:
5252
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dafilesrv" "name" "dafilesrv" "instance" .name) | indent 8 }}
5353
server: {{ .name | quote }}
54-
helmVersion: 9.6.9-closedown0
54+
helmVersion: 9.6.10-rc1
5555
annotations:
5656
checksum/config: {{ $configSHA }}
5757
{{- include "hpcc.generateAnnotations" $commonCtx | indent 8 }}

helm/hpcc/templates/dali.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
run: {{ $dali.name | quote }}
8585
server: {{ $dali.name | quote }}
8686
app: dali
87-
helmVersion: 9.6.9-closedown0
87+
helmVersion: 9.6.10-rc1
8888
{{- if hasKey $.Values.global "metrics" }}
8989
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}
9090
{{- end }}

helm/hpcc/templates/dfuserver.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dfuserver" "name" "dfuserver" "instance" .name) | indent 8 }}
5858
run: {{ .name | quote }}
5959
accessDali: "yes"
60-
helmVersion: 9.6.9-closedown0
60+
helmVersion: 9.6.10-rc1
6161
{{- if hasKey . "labels" }}
6262
{{ toYaml .labels | indent 8 }}
6363
{{- end }}

helm/hpcc/templates/eclagent.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ data:
6060
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" $apptype "name" "eclagent" "instance" $appJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
6161
accessDali: "yes"
6262
accessEsp: "yes"
63-
helmVersion: 9.6.9-closedown0
63+
helmVersion: 9.6.10-rc1
6464
{{- if hasKey .me "labels" }}
6565
{{ toYaml .me.labels | indent 12 }}
6666
{{- end }}
@@ -140,7 +140,7 @@ spec:
140140
run: {{ .name | quote }}
141141
accessDali: "yes"
142142
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
143-
helmVersion: 9.6.9-closedown0
143+
helmVersion: 9.6.10-rc1
144144
{{- if hasKey . "labels" }}
145145
{{ toYaml .labels | indent 8 }}
146146
{{- end }}

helm/hpcc/templates/eclccserver.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ data:
6262
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclccserver" "name" "eclccserver" "instance" $compileJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
6363
accessDali: "yes"
6464
accessEsp: "yes"
65-
helmVersion: 9.6.9-closedown0
65+
helmVersion: 9.6.10-rc1
6666
{{- if hasKey .me "labels" }}
6767
{{ toYaml .me.labels | indent 12 }}
6868
{{- end }}
@@ -150,7 +150,7 @@ spec:
150150
run: {{ .name | quote }}
151151
accessDali: "yes"
152152
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
153-
helmVersion: 9.6.9-closedown0
153+
helmVersion: 9.6.10-rc1
154154
{{- if hasKey . "labels" }}
155155
{{ toYaml .labels | indent 8 }}
156156
{{- end }}

helm/hpcc/templates/eclscheduler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
run: {{ .name | quote }}
6666
accessDali: "yes"
6767
accessEsp: "no"
68-
helmVersion: 9.6.9-closedown0
68+
helmVersion: 9.6.10-rc1
6969
{{- if hasKey . "labels" }}
7070
{{ toYaml .labels | indent 8 }}
7171
{{- end }}

helm/hpcc/templates/esp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
accessSasha: "yes"
126126
{{- end }}
127127
app: {{ $application }}
128-
helmVersion: 9.6.9-closedown0
128+
helmVersion: 9.6.10-rc1
129129
{{- include "hpcc.addStandardLabels" (dict "root" $ "name" $application "component" "esp" "instance" .name) | indent 8 }}
130130
{{- if hasKey $.Values.global "metrics" }}
131131
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}

helm/hpcc/templates/localroxie.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
server: {{ $servername | quote }}
7474
accessDali: "yes"
7575
accessEsp: "yes"
76-
helmVersion: 9.6.9-closedown0
76+
helmVersion: 9.6.10-rc1
7777
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $roxie.name) | indent 8 }}
7878
{{- if hasKey . "labels" }}
7979
{{ toYaml .labels | indent 8 }}

helm/hpcc/templates/roxie.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 8 }}
126126
run: {{ $commonCtx.toponame | quote }}
127127
roxie-cluster: {{ $roxie.name | quote }}
128-
helmVersion: 9.6.9-closedown0
128+
helmVersion: 9.6.10-rc1
129129
{{- if hasKey $.Values.global "metrics" }}
130130
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
131131
{{- end }}
@@ -185,7 +185,7 @@ kind: Service
185185
metadata:
186186
name: {{ $commonCtx.toponame | quote }}
187187
labels:
188-
helmVersion: 9.6.9-closedown0
188+
helmVersion: 9.6.10-rc1
189189
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 4 }}
190190
spec:
191191
ports:
@@ -247,7 +247,7 @@ spec:
247247
roxie-cluster: {{ $roxie.name | quote }}
248248
accessDali: "yes"
249249
accessEsp: "yes"
250-
helmVersion: 9.6.9-closedown0
250+
helmVersion: 9.6.10-rc1
251251
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $servername) | indent 8 }}
252252
{{- if hasKey $.Values.global "metrics" }}
253253
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
@@ -358,7 +358,7 @@ spec:
358358
roxie-cluster: {{ $roxie.name | quote }}
359359
accessDali: "yes"
360360
accessEsp: "yes"
361-
helmVersion: 9.6.9-closedown0
361+
helmVersion: 9.6.10-rc1
362362
{{- if hasKey $.Values.global "metrics" }}
363363
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
364364
{{- end }}

helm/hpcc/templates/sasha.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
server: {{ $serviceName | quote }}
5454
app: sasha
5555
accessDali: {{ (has "dali" $sasha.access) | ternary "yes" "no" | quote }}
56-
helmVersion: 9.6.9-closedown0
56+
helmVersion: 9.6.10-rc1
5757
{{- if hasKey $sasha "labels" }}
5858
{{ toYaml $sasha.labels | indent 8 }}
5959
{{- end }}

helm/hpcc/templates/thor.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ data:
8686
labels:
8787
accessDali: "yes"
8888
accessEsp: "yes"
89-
helmVersion: 9.6.9-closedown0
89+
helmVersion: 9.6.10-rc1
9090
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $eclAgentJobName "instanceOf" (printf "%s-job" .eclAgentName)) | indent 8 }}
9191
{{- if hasKey .me "labels" }}
9292
{{ toYaml .me.labels | indent 12 }}
@@ -154,7 +154,7 @@ data:
154154
accessEsp: "yes"
155155
app: "thor"
156156
component: "thormanager"
157-
helmVersion: 9.6.9-closedown0
157+
helmVersion: 9.6.10-rc1
158158
instance: "_HPCC_JOBNAME_"
159159
job: "_HPCC_JOBNAME_"
160160
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
@@ -224,7 +224,7 @@ data:
224224
accessEsp: "yes"
225225
app: "thor"
226226
component: "thorworker"
227-
helmVersion: 9.6.9-closedown0
227+
helmVersion: 9.6.10-rc1
228228
instance: "_HPCC_JOBNAME_"
229229
job: "_HPCC_JOBNAME_"
230230
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
@@ -360,7 +360,7 @@ spec:
360360
accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
361361
app: "thor"
362362
component: "thor-eclagent"
363-
helmVersion: 9.6.9-closedown0
363+
helmVersion: 9.6.10-rc1
364364
instance: {{ $commonCtx.eclAgentName | quote }}
365365
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
366366
{{- if hasKey $commonCtx.me "labels" }}
@@ -428,7 +428,7 @@ spec:
428428
accessEsp: "no"
429429
app: "thor"
430430
component: "thor-thoragent"
431-
helmVersion: 9.6.9-closedown0
431+
helmVersion: 9.6.10-rc1
432432
instance: {{ $commonCtx.thorAgentName | quote }}
433433
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
434434
{{- if hasKey $commonCtx.me "labels" }}

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 9 )
9-
set ( HPCC_MATURITY "closedown" )
10-
set ( HPCC_SEQUENCE 0 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-04-29T11:58:20Z" )
8+
set ( HPCC_POINT 10 )
9+
set ( HPCC_MATURITY "rc" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2024-05-02T16:05:51Z" )
1212
###

0 commit comments

Comments
 (0)