Skip to content

Commit 591c7b5

Browse files
committed
Community Edition 9.4.56-1 Gold
Signed-off-by: Gordon Smith <[email protected]>
1 parent 8c45077 commit 591c7b5

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.56-rc1
9+
version: 9.4.56
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.56-rc1
14+
appVersion: 9.4.56

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ kind: Service
15051505
metadata:
15061506
name: {{ $lvars.serviceName | quote }}
15071507
labels:
1508-
helmVersion: 9.4.56-rc1
1508+
helmVersion: 9.4.56
15091509
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
15101510
{{- if $lvars.labels }}
15111511
{{ 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.56-rc1
54+
helmVersion: 9.4.56
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.56-rc1
87+
helmVersion: 9.4.56
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.56-rc1
60+
helmVersion: 9.4.56
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.56-rc1
63+
helmVersion: 9.4.56
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.4.56-rc1
143+
helmVersion: 9.4.56
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
@@ -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.56-rc1
61+
helmVersion: 9.4.56
6262
{{- if hasKey .me "labels" }}
6363
{{ toYaml .me.labels | indent 12 }}
6464
{{- end }}
@@ -146,7 +146,7 @@ spec:
146146
run: {{ .name | quote }}
147147
accessDali: "yes"
148148
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
149-
helmVersion: 9.4.56-rc1
149+
helmVersion: 9.4.56
150150
{{- if hasKey . "labels" }}
151151
{{ toYaml .labels | indent 8 }}
152152
{{- 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.56-rc1
68+
helmVersion: 9.4.56
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.56-rc1
125+
helmVersion: 9.4.56
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.56-rc1
76+
helmVersion: 9.4.56
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.56-rc1
128+
helmVersion: 9.4.56
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.4.56-rc1
188+
helmVersion: 9.4.56
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.4.56-rc1
250+
helmVersion: 9.4.56
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.4.56-rc1
361+
helmVersion: 9.4.56
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.4.56-rc1
56+
helmVersion: 9.4.56
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.56-rc1
89+
helmVersion: 9.4.56
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.4.56-rc1
157+
helmVersion: 9.4.56
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.4.56-rc1
227+
helmVersion: 9.4.56
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.4.56-rc1
363+
helmVersion: 9.4.56
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.4.56-rc1
431+
helmVersion: 9.4.56
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

+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 56 )
9-
set ( HPCC_MATURITY "rc" )
9+
set ( HPCC_MATURITY "release" )
1010
set ( HPCC_SEQUENCE 1 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-04-29T12:00:05Z" )
11+
set ( HPCC_TAG_TIMESTAMP "2024-05-01T08:13:35Z" )
1212
###

0 commit comments

Comments
 (0)