From eb8e981907e3f4679b50df5507af09aeb7200197 Mon Sep 17 00:00:00 2001 From: Mike Buchmann Date: Thu, 28 Mar 2024 16:42:12 -0500 Subject: [PATCH 1/2] FAS to version 1.30.0 --- changelog/v3.1.md | 5 +++++ charts/v3.1/cray-hms-firmware-action/Chart.yaml | 4 ++-- charts/v3.1/cray-hms-firmware-action/values.yaml | 6 ++++-- cray-hms-firmware-action.compatibility.yaml | 3 ++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/changelog/v3.1.md b/changelog/v3.1.md index 340e02a..77a88ba 100644 --- a/changelog/v3.1.md +++ b/changelog/v3.1.md @@ -5,6 +5,11 @@ 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.1] - 2024-03-28 + +- FAS to version 1.30.0 +- Adds Paradise Support + ## [3.1.0] - 2024-01-03 ### Changed diff --git a/charts/v3.1/cray-hms-firmware-action/Chart.yaml b/charts/v3.1/cray-hms-firmware-action/Chart.yaml index 87eae28..e31ccf0 100644 --- a/charts/v3.1/cray-hms-firmware-action/Chart.yaml +++ b/charts/v3.1/cray-hms-firmware-action/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: "cray-hms-firmware-action" -version: 3.1.0 +version: 3.1.1 description: "Kubernetes resources for cray-hms-firmware-action" home: "https://github.com/Cray-HPE/hms-firmware-action-charts" sources: @@ -15,6 +15,6 @@ dependencies: maintainers: - name: Hardware Management url: https://github.com/orgs/Cray-HPE/teams/hardware-management -appVersion: "1.29.0" +appVersion: "1.30.0" annotations: artifacthub.io/license: "MIT" diff --git a/charts/v3.1/cray-hms-firmware-action/values.yaml b/charts/v3.1/cray-hms-firmware-action/values.yaml index 596fbb1..b241076 100644 --- a/charts/v3.1/cray-hms-firmware-action/values.yaml +++ b/charts/v3.1/cray-hms-firmware-action/values.yaml @@ -8,8 +8,8 @@ # pullPolicy: "" (default = "IfNotPresent") global: - appVersion: 1.29.0 - testVersion: 1.29.0 + appVersion: 1.30.0 + testVersion: 1.30.0 image: repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action @@ -118,6 +118,8 @@ cray-service: value: "true" - name: LAUNCH value: "SERVICE" + - name: TFTP_ENDPOINT + value: tftp://cray-tftp.hmnlb.local - name: S3_ENDPOINT valueFrom: secretKeyRef: diff --git a/cray-hms-firmware-action.compatibility.yaml b/cray-hms-firmware-action.compatibility.yaml index e61a56b..6614a02 100644 --- a/cray-hms-firmware-action.compatibility.yaml +++ b/cray-hms-firmware-action.compatibility.yaml @@ -5,7 +5,7 @@ chartVersionToCSMVersion: ">=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.1.0": "~1.3.0" ">=3.0.0": "~1.5.0" - ">=3.1.0": "~1.6.0" + ">=3.1.0": "~1.5.1" # 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. @@ -31,6 +31,7 @@ chartVersionToApplicationVersion: "3.0.4": "1.29.0" "3.0.5": "1.29.0" "3.1.0": "1.29.0" + "3.1.1": "1.30.0" # Test results for combinations of Chart, Application, and CSM versions. chartValidationLog: [] From 852335853d1be7bbc68fc1ddcc136423fd51697c Mon Sep 17 00:00:00 2001 From: Mike Buchmann Date: Thu, 28 Mar 2024 17:07:35 -0500 Subject: [PATCH 2/2] Updated for 3.0.6 --- changelog/v3.0.md | 5 +++++ charts/v3.0/cray-hms-firmware-action/Chart.yaml | 4 ++-- charts/v3.0/cray-hms-firmware-action/values.yaml | 6 ++++-- cray-hms-firmware-action.compatibility.yaml | 3 ++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/changelog/v3.0.md b/changelog/v3.0.md index 0bab4bc..97d18ad 100644 --- a/changelog/v3.0.md +++ b/changelog/v3.0.md @@ -5,6 +5,11 @@ All notable changes to this project for v3.0.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.0.6] - 2024-03-28 + +- FAS to version 1.30.0 +- Adds Paradise Support + ## [3.0.5] - 2024-01-03 ### Changed diff --git a/charts/v3.0/cray-hms-firmware-action/Chart.yaml b/charts/v3.0/cray-hms-firmware-action/Chart.yaml index 92a3af6..c4a7904 100644 --- a/charts/v3.0/cray-hms-firmware-action/Chart.yaml +++ b/charts/v3.0/cray-hms-firmware-action/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: "cray-hms-firmware-action" -version: 3.0.5 +version: 3.0.6 description: "Kubernetes resources for cray-hms-firmware-action" home: "https://github.com/Cray-HPE/hms-firmware-action-charts" sources: @@ -15,6 +15,6 @@ dependencies: maintainers: - name: Hardware Management url: https://github.com/orgs/Cray-HPE/teams/hardware-management -appVersion: "1.29.0" +appVersion: "1.30.0" annotations: artifacthub.io/license: "MIT" diff --git a/charts/v3.0/cray-hms-firmware-action/values.yaml b/charts/v3.0/cray-hms-firmware-action/values.yaml index 596fbb1..b241076 100644 --- a/charts/v3.0/cray-hms-firmware-action/values.yaml +++ b/charts/v3.0/cray-hms-firmware-action/values.yaml @@ -8,8 +8,8 @@ # pullPolicy: "" (default = "IfNotPresent") global: - appVersion: 1.29.0 - testVersion: 1.29.0 + appVersion: 1.30.0 + testVersion: 1.30.0 image: repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action @@ -118,6 +118,8 @@ cray-service: value: "true" - name: LAUNCH value: "SERVICE" + - name: TFTP_ENDPOINT + value: tftp://cray-tftp.hmnlb.local - name: S3_ENDPOINT valueFrom: secretKeyRef: diff --git a/cray-hms-firmware-action.compatibility.yaml b/cray-hms-firmware-action.compatibility.yaml index 6614a02..e393bbb 100644 --- a/cray-hms-firmware-action.compatibility.yaml +++ b/cray-hms-firmware-action.compatibility.yaml @@ -5,7 +5,7 @@ chartVersionToCSMVersion: ">=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.1.0": "~1.3.0" ">=3.0.0": "~1.5.0" - ">=3.1.0": "~1.5.1" + ">=3.1.0": "~1.6.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. @@ -30,6 +30,7 @@ chartVersionToApplicationVersion: "3.0.3": "1.28.0" "3.0.4": "1.29.0" "3.0.5": "1.29.0" + "3.0.6": "1.30.0" "3.1.0": "1.29.0" "3.1.1": "1.30.0"