Skip to content

Commit

Permalink
Updated csm-rie app version to 1.6.0 (#3)
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 cannot
be rebuilt due to build failures related to pip install.

CASMPET-7291
  • Loading branch information
shunr-hpe authored Dec 17, 2024
1 parent 1ab7365 commit bced020
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts_lint_test_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
lint-test-scan:
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/charts_lint_test_scan.yaml@v2
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/charts_lint_test_scan.yaml@v4
with:
lint-charts: ${{ github.event_name == 'pull_request' }}
test-charts: false
Expand Down
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
4 changes: 3 additions & 1 deletion csm-redfish-interface-emulator.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
chartVersionToCSMVersion: {}
# Chart version: CSM version
# ">=2.0.0": "~1.2.0" # Chart Version: 2.0.0 <= x.y.z, CSM Version: 1.2.0 <= x.y.z < 1.3.0
"0.1.0": ">=1.4.0"

# The application version must be compliant to semantic versioning.
# If the application makes a backwards incompatible change, then its major version needs to be increment.
# This is the idealized world
chartVersionToApplicationVersion: {}
# Chart version: Application version
# "2.0.0": "1.11.0"

"0.1.0": "1.4.0"
"0.1.1": "1.6.0"

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

0 comments on commit bced020

Please sign in to comment.