Skip to content

Commit 4814daf

Browse files
committed
Community Edition 9.0.0-rc3 Release Candidate 3
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
1 parent b83a583 commit 4814daf

14 files changed

+24
-24
lines changed

helm/hpcc/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.0.0-rc2
9+
version: 9.0.0-rc3
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.0.0-rc2
14+
appVersion: 9.0.0-rc3

helm/hpcc/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ kind: Service
12121212
metadata:
12131213
name: {{ $lvars.serviceName | quote }}
12141214
labels:
1215-
helmVersion: 9.0.0-rc2
1215+
helmVersion: 9.0.0-rc3
12161216
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
12171217
{{- if $lvars.labels }}
12181218
{{ toYaml $lvars.labels | indent 4 }}

helm/hpcc/templates/dafilesrv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
labels:
5151
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dafilesrv" "name" "dafilesrv" "instance" .name) | indent 8 }}
5252
server: {{ .name | quote }}
53-
helmVersion: 9.0.0-rc2
53+
helmVersion: 9.0.0-rc3
5454
annotations:
5555
checksum/config: {{ $configSHA }}
5656
spec:

helm/hpcc/templates/dali.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
run: {{ $dali.name | quote }}
8282
server: {{ $dali.name | quote }}
8383
app: dali
84-
helmVersion: 9.0.0-rc2
84+
helmVersion: 9.0.0-rc3
8585
{{- if hasKey $.Values.global "metrics" }}
8686
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}
8787
{{- end }}

helm/hpcc/templates/dfuserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dfuserver" "name" "dfuserver" "instance" .name) | indent 8 }}
5757
run: {{ .name | quote }}
5858
accessDali: "yes"
59-
helmVersion: 9.0.0-rc2
59+
helmVersion: 9.0.0-rc3
6060
{{- if hasKey . "labels" }}
6161
{{ toYaml .labels | indent 8 }}
6262
{{- end }}

helm/hpcc/templates/eclagent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ data:
5858
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" $apptype "name" "eclagent" "instance" $appJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
5959
accessDali: "yes"
6060
accessEsp: "yes"
61-
helmVersion: 9.0.0-rc2
61+
helmVersion: 9.0.0-rc3
6262
{{- if hasKey .me "labels" }}
6363
{{ toYaml .me.labels | indent 12 }}
6464
{{- end }}
@@ -135,7 +135,7 @@ spec:
135135
run: {{ .name | quote }}
136136
accessDali: "yes"
137137
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
138-
helmVersion: 9.0.0-rc2
138+
helmVersion: 9.0.0-rc3
139139
{{- if hasKey . "labels" }}
140140
{{ toYaml .labels | indent 8 }}
141141
{{- end }}

helm/hpcc/templates/eclccserver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ data:
5757
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclccserver" "name" "eclccserver" "instance" $compileJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
5858
accessDali: "yes"
5959
accessEsp: "yes"
60-
helmVersion: 9.0.0-rc2
60+
helmVersion: 9.0.0-rc3
6161
{{- if hasKey .me "labels" }}
6262
{{ toYaml .me.labels | indent 12 }}
6363
{{- end }}
@@ -142,7 +142,7 @@ spec:
142142
run: {{ .name | quote }}
143143
accessDali: "yes"
144144
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
145-
helmVersion: 9.0.0-rc2
145+
helmVersion: 9.0.0-rc3
146146
{{- if hasKey . "labels" }}
147147
{{ toYaml .labels | indent 8 }}
148148
{{- end }}

helm/hpcc/templates/eclscheduler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
run: {{ .name | quote }}
6565
accessDali: "yes"
6666
accessEsp: "no"
67-
helmVersion: 9.0.0-rc2
67+
helmVersion: 9.0.0-rc3
6868
{{- if hasKey . "labels" }}
6969
{{ toYaml .labels | indent 8 }}
7070
{{- end }}

helm/hpcc/templates/esp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ spec:
117117
server: {{ .name | quote }}
118118
accessDali: "yes"
119119
app: {{ $application }}
120-
helmVersion: 9.0.0-rc2
120+
helmVersion: 9.0.0-rc3
121121
{{- include "hpcc.addStandardLabels" (dict "root" $ "name" $application "component" "esp" "instance" .name) | indent 8 }}
122122
{{- if hasKey $.Values.global "metrics" }}
123123
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}

helm/hpcc/templates/localroxie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
server: {{ $servername | quote }}
6969
accessDali: "yes"
7070
accessEsp: "yes"
71-
helmVersion: 9.0.0-rc2
71+
helmVersion: 9.0.0-rc3
7272
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $roxie.name) | indent 8 }}
7373
{{- if hasKey . "labels" }}
7474
{{ toYaml .labels | indent 8 }}

helm/hpcc/templates/roxie.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 8 }}
119119
run: {{ $commonCtx.toponame | quote }}
120120
roxie-cluster: {{ $roxie.name | quote }}
121-
helmVersion: 9.0.0-rc2
121+
helmVersion: 9.0.0-rc3
122122
{{- if hasKey $.Values.global "metrics" }}
123123
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
124124
{{- end }}
@@ -178,7 +178,7 @@ kind: Service
178178
metadata:
179179
name: {{ $commonCtx.toponame | quote }}
180180
labels:
181-
helmVersion: 9.0.0-rc2
181+
helmVersion: 9.0.0-rc3
182182
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 4 }}
183183
spec:
184184
ports:
@@ -240,7 +240,7 @@ spec:
240240
roxie-cluster: {{ $roxie.name | quote }}
241241
accessDali: "yes"
242242
accessEsp: "yes"
243-
helmVersion: 9.0.0-rc2
243+
helmVersion: 9.0.0-rc3
244244
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $servername) | indent 8 }}
245245
{{- if hasKey $.Values.global "metrics" }}
246246
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
@@ -343,7 +343,7 @@ spec:
343343
roxie-cluster: {{ $roxie.name | quote }}
344344
accessDali: "yes"
345345
accessEsp: "yes"
346-
helmVersion: 9.0.0-rc2
346+
helmVersion: 9.0.0-rc3
347347
{{- if hasKey $.Values.global "metrics" }}
348348
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
349349
{{- end }}

helm/hpcc/templates/sasha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
run: {{ $serviceName | quote }}
5353
server: {{ $serviceName | quote }}
5454
accessDali: {{ (has "dali" $sasha.access) | ternary "yes" "no" | quote }}
55-
helmVersion: 9.0.0-rc2
55+
helmVersion: 9.0.0-rc3
5656
{{- if hasKey $sasha "labels" }}
5757
{{ toYaml $sasha.labels | indent 8 }}
5858
{{- end }}

helm/hpcc/templates/thor.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ data:
8282
labels:
8383
accessDali: "yes"
8484
accessEsp: "yes"
85-
helmVersion: 9.0.0-rc2
85+
helmVersion: 9.0.0-rc3
8686
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $eclAgentJobName "instanceOf" (printf "%s-job" .eclAgentName)) | indent 8 }}
8787
{{- if hasKey .me "labels" }}
8888
{{ toYaml .me.labels | indent 12 }}
@@ -149,7 +149,7 @@ data:
149149
accessEsp: "yes"
150150
app: "thor"
151151
component: "thormanager"
152-
helmVersion: 9.0.0-rc2
152+
helmVersion: 9.0.0-rc3
153153
instance: "_HPCC_JOBNAME_"
154154
job: "_HPCC_JOBNAME_"
155155
{{- 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.0.0-rc2
221+
helmVersion: 9.0.0-rc3
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.0.0-rc2
354+
helmVersion: 9.0.0-rc3
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.0.0-rc2
419+
helmVersion: 9.0.0-rc3
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 0 )
88
set ( HPCC_POINT 0 )
99
set ( HPCC_MATURITY "rc" )
10-
set ( HPCC_SEQUENCE 2 )
10+
set ( HPCC_SEQUENCE 3 )
1111
###

0 commit comments

Comments
 (0)