Skip to content

Commit d748713

Browse files
committed
Community Edition 9.2.84-rc1 Release Candidate 1
Signed-off-by: Jake Smith <[email protected]>
1 parent 99adca9 commit d748713

14 files changed

+27
-27
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.2.83-closedown0
9+
version: 9.2.84-rc1
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.2.83-closedown0
14+
appVersion: 9.2.84-rc1

helm/hpcc/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ kind: Service
14051405
metadata:
14061406
name: {{ $lvars.serviceName | quote }}
14071407
labels:
1408-
helmVersion: 9.2.83-closedown0
1408+
helmVersion: 9.2.84-rc1
14091409
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
14101410
{{- if $lvars.labels }}
14111411
{{ toYaml $lvars.labels | indent 4 }}

helm/hpcc/templates/dafilesrv.yaml

+1-1
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.2.83-closedown0
53+
helmVersion: 9.2.84-rc1
5454
annotations:
5555
checksum/config: {{ $configSHA }}
5656
{{- include "hpcc.generateAnnotations" $commonCtx | indent 8 }}

helm/hpcc/templates/dali.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
run: {{ $dali.name | quote }}
8383
server: {{ $dali.name | quote }}
8484
app: dali
85-
helmVersion: 9.2.83-closedown0
85+
helmVersion: 9.2.84-rc1
8686
{{- if hasKey $.Values.global "metrics" }}
8787
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}
8888
{{- end }}

helm/hpcc/templates/dfuserver.yaml

+1-1
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.2.83-closedown0
59+
helmVersion: 9.2.84-rc1
6060
{{- if hasKey . "labels" }}
6161
{{ toYaml .labels | indent 8 }}
6262
{{- end }}

helm/hpcc/templates/eclagent.yaml

+2-2
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.2.83-closedown0
61+
helmVersion: 9.2.84-rc1
6262
{{- if hasKey .me "labels" }}
6363
{{ toYaml .me.labels | indent 12 }}
6464
{{- end }}
@@ -133,7 +133,7 @@ spec:
133133
run: {{ .name | quote }}
134134
accessDali: "yes"
135135
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
136-
helmVersion: 9.2.83-closedown0
136+
helmVersion: 9.2.84-rc1
137137
{{- if hasKey . "labels" }}
138138
{{ toYaml .labels | indent 8 }}
139139
{{- end }}

helm/hpcc/templates/eclccserver.yaml

+2-2
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.2.83-closedown0
60+
helmVersion: 9.2.84-rc1
6161
{{- if hasKey .me "labels" }}
6262
{{ toYaml .me.labels | indent 12 }}
6363
{{- 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.2.83-closedown0
143+
helmVersion: 9.2.84-rc1
144144
{{- if hasKey . "labels" }}
145145
{{ toYaml .labels | indent 8 }}
146146
{{- end }}

helm/hpcc/templates/eclscheduler.yaml

+1-1
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.2.83-closedown0
67+
helmVersion: 9.2.84-rc1
6868
{{- if hasKey . "labels" }}
6969
{{ toYaml .labels | indent 8 }}
7070
{{- end }}

helm/hpcc/templates/esp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
accessSasha: "yes"
121121
{{- end }}
122122
app: {{ $application }}
123-
helmVersion: 9.2.83-closedown0
123+
helmVersion: 9.2.84-rc1
124124
{{- include "hpcc.addStandardLabels" (dict "root" $ "name" $application "component" "esp" "instance" .name) | indent 8 }}
125125
{{- if hasKey $.Values.global "metrics" }}
126126
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}

helm/hpcc/templates/localroxie.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
server: {{ $servername | quote }}
7171
accessDali: "yes"
7272
accessEsp: "yes"
73-
helmVersion: 9.2.83-closedown0
73+
helmVersion: 9.2.84-rc1
7474
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $roxie.name) | indent 8 }}
7575
{{- if hasKey . "labels" }}
7676
{{ toYaml .labels | indent 8 }}

helm/hpcc/templates/roxie.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 8 }}
121121
run: {{ $commonCtx.toponame | quote }}
122122
roxie-cluster: {{ $roxie.name | quote }}
123-
helmVersion: 9.2.83-closedown0
123+
helmVersion: 9.2.84-rc1
124124
{{- if hasKey $.Values.global "metrics" }}
125125
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
126126
{{- end }}
@@ -178,7 +178,7 @@ kind: Service
178178
metadata:
179179
name: {{ $commonCtx.toponame | quote }}
180180
labels:
181-
helmVersion: 9.2.83-closedown0
181+
helmVersion: 9.2.84-rc1
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.2.83-closedown0
243+
helmVersion: 9.2.84-rc1
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}}
@@ -346,7 +346,7 @@ spec:
346346
roxie-cluster: {{ $roxie.name | quote }}
347347
accessDali: "yes"
348348
accessEsp: "yes"
349-
helmVersion: 9.2.83-closedown0
349+
helmVersion: 9.2.84-rc1
350350
{{- if hasKey $.Values.global "metrics" }}
351351
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8}}
352352
{{- 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.2.83-closedown0
56+
helmVersion: 9.2.84-rc1
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
@@ -82,7 +82,7 @@ data:
8282
labels:
8383
accessDali: "yes"
8484
accessEsp: "yes"
85-
helmVersion: 9.2.83-closedown0
85+
helmVersion: 9.2.84-rc1
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 }}
@@ -145,7 +145,7 @@ data:
145145
accessEsp: "yes"
146146
app: "thor"
147147
component: "thormanager"
148-
helmVersion: 9.2.83-closedown0
148+
helmVersion: 9.2.84-rc1
149149
instance: "_HPCC_JOBNAME_"
150150
job: "_HPCC_JOBNAME_"
151151
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
@@ -210,7 +210,7 @@ data:
210210
accessEsp: "yes"
211211
app: "thor"
212212
component: "thorworker"
213-
helmVersion: 9.2.83-closedown0
213+
helmVersion: 9.2.84-rc1
214214
instance: "_HPCC_JOBNAME_"
215215
job: "_HPCC_JOBNAME_"
216216
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
@@ -341,7 +341,7 @@ spec:
341341
accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
342342
app: "thor"
343343
component: "thor-eclagent"
344-
helmVersion: 9.2.83-closedown0
344+
helmVersion: 9.2.84-rc1
345345
instance: {{ $commonCtx.eclAgentName | quote }}
346346
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
347347
{{- if hasKey $commonCtx.me "labels" }}
@@ -404,7 +404,7 @@ spec:
404404
accessEsp: "no"
405405
app: "thor"
406406
component: "thor-thoragent"
407-
helmVersion: 9.2.83-closedown0
407+
helmVersion: 9.2.84-rc1
408408
instance: {{ $commonCtx.thorAgentName | quote }}
409409
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
410410
{{- if hasKey $commonCtx.me "labels" }}

version.cmake

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set ( HPCC_NAME "Community Edition" )
55
set ( HPCC_PROJECT "community" )
66
set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 2 )
8-
set ( HPCC_POINT 83 )
9-
set ( HPCC_MATURITY "closedown" )
10-
set ( HPCC_SEQUENCE 0 )
11-
set ( HPCC_TAG_TIMESTAMP "2024-04-29T12:01:17Z" )
8+
set ( HPCC_POINT 84 )
9+
set ( HPCC_MATURITY "rc" )
10+
set ( HPCC_SEQUENCE 1 )
11+
set ( HPCC_TAG_TIMESTAMP "2024-05-02T16:03:44Z" )
1212
###

0 commit comments

Comments
 (0)