Skip to content

Commit 418390a

Browse files
committed
Community Edition 9.4.60-1 Gold
Signed-off-by: Gordon Smith <[email protected]>
1 parent 425935c commit 418390a

14 files changed

+25
-25
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.4.60-rc1
9+
version: 9.4.60
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.4.60-rc1
14+
appVersion: 9.4.60

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ kind: Service
15171517
metadata:
15181518
name: {{ $lvars.serviceName | quote }}
15191519
labels:
1520-
helmVersion: 9.4.60-rc1
1520+
helmVersion: 9.4.60
15211521
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
15221522
{{- if $lvars.labels }}
15231523
{{ 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.4.60-rc1
54+
helmVersion: 9.4.60
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.4.60-rc1
87+
helmVersion: 9.4.60
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.4.60-rc1
60+
helmVersion: 9.4.60
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.4.60-rc1
63+
helmVersion: 9.4.60
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.4.60-rc1
140+
helmVersion: 9.4.60
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
@@ -58,7 +58,7 @@ data:
5858
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclccserver" "name" "eclccserver" "instance" $compileJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
5959
accessDali: "yes"
6060
accessEsp: "yes"
61-
helmVersion: 9.4.60-rc1
61+
helmVersion: 9.4.60
6262
{{- if hasKey .me "labels" }}
6363
{{ toYaml .me.labels | indent 12 }}
6464
{{- end }}
@@ -143,7 +143,7 @@ spec:
143143
run: {{ .name | quote }}
144144
accessDali: "yes"
145145
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
146-
helmVersion: 9.4.60-rc1
146+
helmVersion: 9.4.60
147147
{{- if hasKey . "labels" }}
148148
{{ toYaml .labels | indent 8 }}
149149
{{- 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.4.60-rc1
68+
helmVersion: 9.4.60
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
@@ -122,7 +122,7 @@ spec:
122122
accessSasha: "yes"
123123
{{- end }}
124124
app: {{ $application }}
125-
helmVersion: 9.4.60-rc1
125+
helmVersion: 9.4.60
126126
{{- include "hpcc.addStandardLabels" (dict "root" $ "name" $application "component" "esp" "instance" .name) | indent 8 }}
127127
{{- if hasKey $.Values.global "metrics" }}
128128
{{- 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.4.60-rc1
76+
helmVersion: 9.4.60
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.4.60-rc1
128+
helmVersion: 9.4.60
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.4.60-rc1
185+
helmVersion: 9.4.60
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.4.60-rc1
247+
helmVersion: 9.4.60
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.4.60-rc1
355+
helmVersion: 9.4.60
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.4.60-rc1
56+
helmVersion: 9.4.60
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.4.60-rc1
89+
helmVersion: 9.4.60
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.4.60-rc1
154+
helmVersion: 9.4.60
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.4.60-rc1
221+
helmVersion: 9.4.60
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.4.60-rc1
354+
helmVersion: 9.4.60
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.4.60-rc1
419+
helmVersion: 9.4.60
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

+2-2
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 4 )
88
set ( HPCC_POINT 60 )
9-
set ( HPCC_MATURITY "rc" )
9+
set ( HPCC_MATURITY "release" )
1010
set ( HPCC_SEQUENCE 1 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-05-09T15:57:15Z" )
11+
set ( HPCC_TAG_TIMESTAMP "2024-05-14T15:45:35Z" )
1212
###

0 commit comments

Comments
 (0)