Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMHMS-6324: Added support for ppprof builds #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/v3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project for v3.1.Z will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.3] - 2025-01-08

### Added

- Added support for ppprof builds

## [3.1.2] - 2024-12-09

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/v3.1/cray-hms-hbtd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "cray-hms-hbtd"
version: 3.1.2
version: 3.1.3
description: "Kubernetes resources for cray-hms-hbtd"
home: "https://github.com/Cray-HPE/hms-hbtd-charts"
sources:
Expand All @@ -15,6 +15,6 @@ dependencies:
maintainers:
- name: Hardware Management
url: https://github.com/orgs/Cray-HPE/teams/hardware-management
appVersion: "1.21.0"
appVersion: "1.22.0"
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 additions & 2 deletions charts/v3.1/cray-hms-hbtd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# pullPolicy: "" (default = "IfNotPresent")

global:
appVersion: 1.21.0
testVersion: 1.21.0
appVersion: 1.22.0
testVersion: 1.22.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-hbtd
Expand Down
1 change: 1 addition & 0 deletions cray-hms-hbtd.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ chartVersionToApplicationVersion:
"3.1.0": "1.20.0"
"3.1.1": "1.20.0"
"3.1.2": "1.21.0"
"3.1.3": "1.22.0"

# Test results for combinations of Chart, Application, and CSM versions.
chartValidationLog: []
Expand Down
Loading