Skip to content

Commit

Permalink
FAS to version 1.37.0 (#40)
Browse files Browse the repository at this point in the history
* FAS to version 1.37.0

* Update to chart.
  • Loading branch information
mbuchmann-hpe authored Dec 23, 2024
1 parent d6bd03e commit cc04e59
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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
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,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 All @@ -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"
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 cc04e59

Please sign in to comment.