Skip to content

Commit

Permalink
Community Edition 9.10.0-1 Gold
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Jan 29, 2025
1 parent 7fa8932 commit b123efb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10.0-rc7
version: 9.10.0

# 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.10.0-rc7
appVersion: 9.10.0
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.10.0-rc7
helmVersion: 9.10.0
{{- end -}}

{{/*
Expand Down
6 changes: 3 additions & 3 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set ( HPCC_PROJECT "community" )
set ( HPCC_MAJOR 9 )
set ( HPCC_MINOR 10 )
set ( HPCC_POINT 0 )
set ( HPCC_MATURITY "rc" )
set ( HPCC_SEQUENCE 7 )
set ( HPCC_TAG_TIMESTAMP "2025-01-29T14:11:30Z" )
set ( HPCC_MATURITY "release" )
set ( HPCC_SEQUENCE 1 )
set ( HPCC_TAG_TIMESTAMP "2025-01-29T18:15:07Z" )
###

0 comments on commit b123efb

Please sign in to comment.