Skip to content

Commit

Permalink
Split off 9.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
  • Loading branch information
jakesmith committed Jan 14, 2025
1 parent 47f5633 commit 421e8fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.9.0-trunk0
version: 9.10.1-closedown0

# 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.9.0-trunk0
appVersion: 9.10.1-closedown0
2 changes: 1 addition & 1 deletion helm/hpcc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ Pass in dict with .root, .visibility defined
{{- end -}}

{{- define "hpcc.generateHelmVersion" -}}
helmVersion: 9.9.0-trunk0
helmVersion: 9.10.1-closedown0
{{- end -}}

{{/*
Expand Down
8 changes: 4 additions & 4 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
set ( HPCC_NAME "Community Edition" )
set ( HPCC_PROJECT "community" )
set ( HPCC_MAJOR 9 )
set ( HPCC_MINOR 9 )
set ( HPCC_POINT 0 )
set ( HPCC_MATURITY "trunk" )
set ( HPCC_MINOR 10 )
set ( HPCC_POINT 1 )
set ( HPCC_MATURITY "closedown" )
set ( HPCC_SEQUENCE 0 )
set ( HPCC_TAG_TIMESTAMP "2024-06-24T14:15:40Z" )
set ( HPCC_TAG_TIMESTAMP "2025-01-14T17:20:58Z" )
###

0 comments on commit 421e8fd

Please sign in to comment.