Skip to content

Commit 5ba0119

Browse files
committed
Community Edition 9.6.10-1 Gold
Signed-off-by: Jake Smith <[email protected]>
1 parent fa17336 commit 5ba0119

14 files changed

+26
-26
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.10-rc2
9+
version: 9.6.10
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.10-rc2
14+
appVersion: 9.6.10

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ kind: Service
15211521
metadata:
15221522
name: {{ $lvars.serviceName | quote }}
15231523
labels:
1524-
helmVersion: 9.6.10-rc2
1524+
helmVersion: 9.6.10
15251525
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
15261526
{{- if $lvars.labels }}
15271527
{{ 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.10-rc2
54+
helmVersion: 9.6.10
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.10-rc2
87+
helmVersion: 9.6.10
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.10-rc2
60+
helmVersion: 9.6.10
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.10-rc2
63+
helmVersion: 9.6.10
6464
{{- if hasKey .me "labels" }}
6565
{{ toYaml .me.labels | indent 12 }}
6666
{{- end }}
@@ -137,7 +137,7 @@ spec:
137137
run: {{ .name | quote }}
138138
accessDali: "yes"
139139
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
140-
helmVersion: 9.6.10-rc2
140+
helmVersion: 9.6.10
141141
{{- if hasKey . "labels" }}
142142
{{ toYaml .labels | indent 8 }}
143143
{{- 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.10-rc2
65+
helmVersion: 9.6.10
6666
{{- if hasKey .me "labels" }}
6767
{{ toYaml .me.labels | indent 12 }}
6868
{{- end }}
@@ -147,7 +147,7 @@ spec:
147147
run: {{ .name | quote }}
148148
accessDali: "yes"
149149
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
150-
helmVersion: 9.6.10-rc2
150+
helmVersion: 9.6.10
151151
{{- if hasKey . "labels" }}
152152
{{ toYaml .labels | indent 8 }}
153153
{{- 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.10-rc2
68+
helmVersion: 9.6.10
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.10-rc2
128+
helmVersion: 9.6.10
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.10-rc2
76+
helmVersion: 9.6.10
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.10-rc2
128+
helmVersion: 9.6.10
129129
{{- if hasKey $.Values.global "metrics" }}
130130
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
131131
{{- end }}
@@ -182,7 +182,7 @@ kind: Service
182182
metadata:
183183
name: {{ $commonCtx.toponame | quote }}
184184
labels:
185-
helmVersion: 9.6.10-rc2
185+
helmVersion: 9.6.10
186186
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 4 }}
187187
spec:
188188
ports:
@@ -244,7 +244,7 @@ spec:
244244
roxie-cluster: {{ $roxie.name | quote }}
245245
accessDali: "yes"
246246
accessEsp: "yes"
247-
helmVersion: 9.6.10-rc2
247+
helmVersion: 9.6.10
248248
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $servername) | indent 8 }}
249249
{{- if hasKey $.Values.global "metrics" }}
250250
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
@@ -352,7 +352,7 @@ spec:
352352
roxie-cluster: {{ $roxie.name | quote }}
353353
accessDali: "yes"
354354
accessEsp: "yes"
355-
helmVersion: 9.6.10-rc2
355+
helmVersion: 9.6.10
356356
{{- if hasKey $.Values.global "metrics" }}
357357
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
358358
{{- 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.10-rc2
56+
helmVersion: 9.6.10
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.10-rc2
89+
helmVersion: 9.6.10
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 }}
@@ -151,7 +151,7 @@ data:
151151
accessEsp: "yes"
152152
app: "thor"
153153
component: "thormanager"
154-
helmVersion: 9.6.10-rc2
154+
helmVersion: 9.6.10
155155
instance: "_HPCC_JOBNAME_"
156156
job: "_HPCC_JOBNAME_"
157157
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
@@ -218,7 +218,7 @@ data:
218218
accessEsp: "yes"
219219
app: "thor"
220220
component: "thorworker"
221-
helmVersion: 9.6.10-rc2
221+
helmVersion: 9.6.10
222222
instance: "_HPCC_JOBNAME_"
223223
job: "_HPCC_JOBNAME_"
224224
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
@@ -351,7 +351,7 @@ spec:
351351
accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
352352
app: "thor"
353353
component: "thor-eclagent"
354-
helmVersion: 9.6.10-rc2
354+
helmVersion: 9.6.10
355355
instance: {{ $commonCtx.eclAgentName | quote }}
356356
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
357357
{{- if hasKey $commonCtx.me "labels" }}
@@ -416,7 +416,7 @@ spec:
416416
accessEsp: "no"
417417
app: "thor"
418418
component: "thor-thoragent"
419-
helmVersion: 9.6.10-rc2
419+
helmVersion: 9.6.10
420420
instance: {{ $commonCtx.thorAgentName | quote }}
421421
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
422422
{{- if hasKey $commonCtx.me "labels" }}

version.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set ( HPCC_PROJECT "community" )
66
set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 6 )
88
set ( HPCC_POINT 10 )
9-
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 2 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-05-03T16:00:05Z" )
9+
set ( HPCC_MATURITY "release" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2024-05-07T15:36:14Z" )
1212
###

0 commit comments

Comments
 (0)