Skip to content

Commit 6647add

Browse files
committed
Community Edition 9.6.2-rc2 Release Candidate 2
Signed-off-by: Gordon Smith <[email protected]>
1 parent 3fbb60d commit 6647add

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.6.2-rc1
9+
version: 9.6.2-rc2
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.2-rc1
14+
appVersion: 9.6.2-rc2

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ kind: Service
15061506
metadata:
15071507
name: {{ $lvars.serviceName | quote }}
15081508
labels:
1509-
helmVersion: 9.6.2-rc1
1509+
helmVersion: 9.6.2-rc2
15101510
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
15111511
{{- if $lvars.labels }}
15121512
{{ 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.2-rc1
54+
helmVersion: 9.6.2-rc2
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.2-rc1
87+
helmVersion: 9.6.2-rc2
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.2-rc1
60+
helmVersion: 9.6.2-rc2
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.2-rc1
63+
helmVersion: 9.6.2-rc2
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.2-rc1
140+
helmVersion: 9.6.2-rc2
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.6.2-rc1
61+
helmVersion: 9.6.2-rc2
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.6.2-rc1
146+
helmVersion: 9.6.2-rc2
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.6.2-rc1
68+
helmVersion: 9.6.2-rc2
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.2-rc1
128+
helmVersion: 9.6.2-rc2
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.2-rc1
76+
helmVersion: 9.6.2-rc2
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.2-rc1
128+
helmVersion: 9.6.2-rc2
129129
{{- if hasKey $.Values.global "metrics" }}
130130
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
131131
{{- end }}
@@ -183,7 +183,7 @@ kind: Service
183183
metadata:
184184
name: {{ $commonCtx.toponame | quote }}
185185
labels:
186-
helmVersion: 9.6.2-rc1
186+
helmVersion: 9.6.2-rc2
187187
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 4 }}
188188
spec:
189189
ports:
@@ -245,7 +245,7 @@ spec:
245245
roxie-cluster: {{ $roxie.name | quote }}
246246
accessDali: "yes"
247247
accessEsp: "yes"
248-
helmVersion: 9.6.2-rc1
248+
helmVersion: 9.6.2-rc2
249249
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $servername) | indent 8 }}
250250
{{- if hasKey $.Values.global "metrics" }}
251251
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
@@ -353,7 +353,7 @@ spec:
353353
roxie-cluster: {{ $roxie.name | quote }}
354354
accessDali: "yes"
355355
accessEsp: "yes"
356-
helmVersion: 9.6.2-rc1
356+
helmVersion: 9.6.2-rc2
357357
{{- if hasKey $.Values.global "metrics" }}
358358
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
359359
{{- 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.2-rc1
56+
helmVersion: 9.6.2-rc2
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.2-rc1
89+
helmVersion: 9.6.2-rc2
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.2-rc1
154+
helmVersion: 9.6.2-rc2
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.2-rc1
221+
helmVersion: 9.6.2-rc2
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.2-rc1
354+
helmVersion: 9.6.2-rc2
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.2-rc1
419+
helmVersion: 9.6.2-rc2
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
@@ -7,6 +7,6 @@ set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 6 )
88
set ( HPCC_POINT 2 )
99
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 1 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-04-05T16:17:39Z" )
10+
set ( HPCC_SEQUENCE 2 )
11+
set ( HPCC_TAG_TIMESTAMP "2024-04-08T12:02:35Z" )
1212
###

0 commit comments

Comments
 (0)