From 55b213fc24209f4442bc38605a1295a069c5eebd Mon Sep 17 00:00:00 2001 From: Michael Buchmann Date: Fri, 20 Dec 2024 16:01:35 -0600 Subject: [PATCH 1/2] FAS to version 1.37.0 --- changelog/v3.1.md | 8 +++++++- charts/v3.1/cray-hms-firmware-action/Chart.yaml | 2 +- charts/v3.1/cray-hms-firmware-action/values.yaml | 4 ++-- cray-hms-firmware-action.compatibility.yaml | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/changelog/v3.1.md b/changelog/v3.1.md index 3eeca59..0783144 100644 --- a/changelog/v3.1.md +++ b/changelog/v3.1.md @@ -5,7 +5,13 @@ 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.11] - 2024-11-18 +## [3.1.12] - 2024-12-20 + +### Changed + +- Update go libraries for security issues + +## [3.1.11] - 2024-12-18 ### Changed diff --git a/charts/v3.1/cray-hms-firmware-action/Chart.yaml b/charts/v3.1/cray-hms-firmware-action/Chart.yaml index 4eefcb4..4fffa83 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.11 +version: 3.1.12 description: "Kubernetes resources for cray-hms-firmware-action" home: "https://github.com/Cray-HPE/hms-firmware-action-charts" sources: diff --git a/charts/v3.1/cray-hms-firmware-action/values.yaml b/charts/v3.1/cray-hms-firmware-action/values.yaml index 848d7e5..c5b0b83 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.36.0 - testVersion: 1.36.0 + appVersion: 1.37.0 + testVersion: 1.37.0 image: repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action diff --git a/cray-hms-firmware-action.compatibility.yaml b/cray-hms-firmware-action.compatibility.yaml index d3b7755..6d711e7 100644 --- a/cray-hms-firmware-action.compatibility.yaml +++ b/cray-hms-firmware-action.compatibility.yaml @@ -52,6 +52,7 @@ chartVersionToApplicationVersion: "3.1.8": "1.34.0" "3.1.10": "1.35.0" "3.1.11": "1.36.0" + "3.1.12": "1.37.0" # Test results for combinations of Chart, Application, and CSM versions. chartValidationLog: [] From 784f20899c4276e1741e9a8c4ba3a1893ee45d84 Mon Sep 17 00:00:00 2001 From: Michael Buchmann Date: Fri, 20 Dec 2024 16:09:52 -0600 Subject: [PATCH 2/2] Update to chart. --- charts/v3.1/cray-hms-firmware-action/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/v3.1/cray-hms-firmware-action/Chart.yaml b/charts/v3.1/cray-hms-firmware-action/Chart.yaml index 4fffa83..36cb083 100644 --- a/charts/v3.1/cray-hms-firmware-action/Chart.yaml +++ b/charts/v3.1/cray-hms-firmware-action/Chart.yaml @@ -15,6 +15,6 @@ dependencies: maintainers: - name: Hardware Management url: https://github.com/orgs/Cray-HPE/teams/hardware-management -appVersion: "1.36.0" +appVersion: "1.37.0" annotations: artifacthub.io/license: "MIT"