Skip to content

Commit

Permalink
Community Edition 9.6.60-rc3 Release Candidate 3
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
  • Loading branch information
ghalliday committed Oct 29, 2024
1 parent 2816a59 commit 7922178
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/hpcc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 9.6.60-rc2
version: 9.6.60-rc3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

appVersion: 9.6.60-rc2
appVersion: 9.6.60-rc3
2 changes: 1 addition & 1 deletion helm/hpcc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ Pass in dict with .root, .visibility defined
{{- end -}}

{{- define "hpcc.generateHelmVersion" -}}
helmVersion: 9.6.60-rc2
helmVersion: 9.6.60-rc3
{{- end -}}

{{/*
Expand Down
4 changes: 2 additions & 2 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ set ( HPCC_MAJOR 9 )
set ( HPCC_MINOR 6 )
set ( HPCC_POINT 60 )
set ( HPCC_MATURITY "rc" )
set ( HPCC_SEQUENCE 2 )
set ( HPCC_TAG_TIMESTAMP "2024-10-25T14:55:50Z" )
set ( HPCC_SEQUENCE 3 )
set ( HPCC_TAG_TIMESTAMP "2024-10-29T12:18:08Z" )
###

0 comments on commit 7922178

Please sign in to comment.