Skip to content

Commit

Permalink
FAS to version 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchmann-hpe committed Dec 20, 2024
1 parent d6bd03e commit 55b213f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion changelog/v3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/v3.1/cray-hms-firmware-action/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/v3.1/cray-hms-firmware-action/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cray-hms-firmware-action.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 55b213f

Please sign in to comment.