Skip to content

Commit

Permalink
Updated dependences for Kubernetes 1.24
Browse files Browse the repository at this point in the history
CASMHMS-6261
  • Loading branch information
jwlv authored Aug 30, 2024
1 parent bb57df8 commit f76b356
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
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.6] - 2024-08-30

### Changed

- Update cray-service chart to ~11.0

## [3.1.5] - 2024-07-10

- Updated cray-etcd-base to 1.2
Expand Down
4 changes: 2 additions & 2 deletions charts/v3.1/cray-hms-firmware-action/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: "cray-hms-firmware-action"
version: 3.1.5
version: 3.1.6
description: "Kubernetes resources for cray-hms-firmware-action"
home: "https://github.com/Cray-HPE/hms-firmware-action-charts"
sources:
- "https://github.com/Cray-HPE/hms-firmware-action"
dependencies:
- name: cray-service
version: "~10.0"
version: "~11.0"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
- name: cray-etcd-base
version: "~1.2"
Expand Down
9 changes: 8 additions & 1 deletion cray-hms-firmware-action.compatibility.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
# CSM Version is not really following semver.
chartVersionToCSMVersion:
# Summary:
# Chart Version: 2.0.0 <= x.y.z < 2.1.0, CSM Version: 1.2.0 <= x.y.z < 1.3.0
# Chart Version: 2.1.0 <= x.y.z < 3.0.0, CSM Version: 1.3.0 <= x.y.z < 1.5.0
# Chart Version: 3.0.0 <= x.y.z < 3.1.0, CSM Version: 1.5.0 <= x.y.z < 1.6.0
# Chart Version: 3.1.0 <= x.y.z, CSM Version: 1.6.0 <= x.y.z
#
# 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
">=2.0.0": "~1.2.0"
">=2.1.0": "~1.3.0"
">=3.0.0": "~1.5.0"
">=3.1.0": "~1.6.0"
Expand Down Expand Up @@ -40,6 +46,7 @@ chartVersionToApplicationVersion:
"3.1.3": "1.32.0"
"3.1.4": "1.33.0"
"3.1.5": "1.33.0"
"3.1.6": "1.33.0"

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

0 comments on commit f76b356

Please sign in to comment.