Skip to content

Commit

Permalink
Added support for foxconn paradise power events (#30)
Browse files Browse the repository at this point in the history
CASMHMS-6208
  • Loading branch information
shunr-hpe authored May 31, 2024
1 parent f48af55 commit b5374bd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog/v2.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project for v2.16.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).

## [2.16.7] - 2024-05-30

### Added

- CASMHMS-6208: Support Foxconn Paradise Open BMC power events

## [2.16.6] - 2024-05-07

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/v2.16/cray-hms-hmcollector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: "cray-hms-hmcollector"
version: 2.16.6
version: 2.16.7
description: "Kubernetes resources for cray-hms-hmcollector"
home: "https://github.com/Cray-HPE/hms-hmcollector-charts"
sources:
- "https://github.com/Cray-HPE/hms-hmcollector"
maintainers:
- name: Hardware Management
url: https://github.com/orgs/Cray-HPE/teams/hardware-management
appVersion: "2.32.0"
appVersion: "2.33.0"
annotations:
artifacthub.io/license: "MIT"
2 changes: 1 addition & 1 deletion charts/v2.16/cray-hms-hmcollector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
global:
appVersion: 2.32.0
appVersion: 2.33.0

image:
repository: artifactory.algol60.net/csm-docker/stable/hms-hmcollector
Expand Down
1 change: 1 addition & 0 deletions cray-hms-hmcollector.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ chartVersionToApplicationVersion:
"2.16.4": "2.30.0"
"2.16.5": "2.31.0"
"2.16.6": "2.32.0"
"2.16.7": "2.33.0"


# Test results for combinations of Chart, Application, and CSM versions.
Expand Down

0 comments on commit b5374bd

Please sign in to comment.