From 872da3c90ee2654055099dd5a3eed0b704eced31 Mon Sep 17 00:00:00 2001 From: Joshua Williams Date: Mon, 23 Dec 2024 11:25:22 -0800 Subject: [PATCH] CASMHMS-6324: Added support for ppprof builds --- changelog/v3.1.md | 6 ++++++ charts/v3.1/cray-hms-hbtd/Chart.yaml | 4 ++-- charts/v3.1/cray-hms-hbtd/values.yaml | 4 ++-- cray-hms-hbtd.compatibility.yaml | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/changelog/v3.1.md b/changelog/v3.1.md index 7b6c1ab..6512871 100644 --- a/changelog/v3.1.md +++ b/changelog/v3.1.md @@ -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 diff --git a/charts/v3.1/cray-hms-hbtd/Chart.yaml b/charts/v3.1/cray-hms-hbtd/Chart.yaml index c967689..b63399f 100644 --- a/charts/v3.1/cray-hms-hbtd/Chart.yaml +++ b/charts/v3.1/cray-hms-hbtd/Chart.yaml @@ -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: @@ -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" diff --git a/charts/v3.1/cray-hms-hbtd/values.yaml b/charts/v3.1/cray-hms-hbtd/values.yaml index 7f14fda..dad5f99 100644 --- a/charts/v3.1/cray-hms-hbtd/values.yaml +++ b/charts/v3.1/cray-hms-hbtd/values.yaml @@ -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 diff --git a/cray-hms-hbtd.compatibility.yaml b/cray-hms-hbtd.compatibility.yaml index fdbd93d..1847af7 100644 --- a/cray-hms-hbtd.compatibility.yaml +++ b/cray-hms-hbtd.compatibility.yaml @@ -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: []