Skip to content

Commit

Permalink
Updated csm-rie app version to 1.6.0
Browse files Browse the repository at this point in the history
The 1.6.0 app can be rebuilt, whereas, the 1.4.0 version was could not
be rebuilt.

CASMPET-7291
  • Loading branch information
shunr-hpe committed Dec 17, 2024
1 parent 1ab7365 commit 2029a52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
12 changes: 12 additions & 0 deletions changelog/v0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ All notable changes to this project for v0.0.X 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).

## [0.1.1] - 2024-12-17

### Changed

- Fix build issues with app image (v1.6.0)
- Added Paradise XD224 support (v1.6.0)
- Fixes to the Intel mockup (v1.5.3)
- Added Antero mock (v1.5.3)
- Fixed delete subscriptions (v1.5.0)

## [0.1.0] - 2023-03-17

### Added

- Initial helm chart to deploy RIE within VShasta. Currently only Mountain/Hill hardware can be discovered automatically via MEDS. Automatic discovery of River hardware is not currently supported.

4 changes: 2 additions & 2 deletions charts/v0.1/csm-redfish-interface-emulator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "csm-redfish-interface-emulator"
version: 0.1.0
version: 0.1.1
description: "Kubernetes resources for csm-redfish-interface-emulator"
home: https://github.com/Cray-HPE/csm-redfish-interface-emulator-charts
sources:
Expand All @@ -10,4 +10,4 @@ maintainers:
url: https://github.com/orgs/Cray-HPE/teams/hardware-management
annotations:
artifacthub.io/license: MIT
appVersion: 1.4.0
appVersion: 1.6.0
2 changes: 1 addition & 1 deletion charts/v0.1/csm-redfish-interface-emulator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
global:
appVersion: 1.4.0
appVersion: 1.6.0

image:
repository: artifactory.algol60.net/csm-docker/stable/csm-rie
Expand Down
3 changes: 3 additions & 0 deletions csm-redfish-interface-emulator.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ chartVersionToCSMVersion: {}
chartVersionToApplicationVersion: {}
# Chart version: Application version
# "2.0.0": "1.11.0"
"0.1.0": ">=1.4.0"


# Test results for combinations of Chart, Application, and CSM versions.
Expand All @@ -21,3 +22,5 @@ chartValidationLog:
# result: PASS
# tester: rsjostrand-hpe
# date: 2021-11-17
"0.1.0": "1.4.0"
"0.1.1": "1.6.0"

0 comments on commit 2029a52

Please sign in to comment.