Skip to content

Commit

Permalink
FAS 1.31.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchmann-hpe committed Apr 16, 2024
1 parent 6ebb962 commit 3f1ce13
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
5 changes: 5 additions & 0 deletions changelog/v3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7] - 2024-04-16

- FAS to version 1.31.0
- fw-loader zip fix

## [3.0.6] - 2024-03-28

- FAS to version 1.30.0
Expand Down
5 changes: 5 additions & 0 deletions changelog/v3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2024-04-16

- FAS to version 1.31.0
- fw-loader zip fix

## [3.1.1] - 2024-03-28

- FAS to version 1.30.0
Expand Down
4 changes: 2 additions & 2 deletions charts/v3.0/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.0.6
version: 3.0.7
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.30.0"
appVersion: "1.31.0"
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 additions & 2 deletions charts/v3.0/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.30.0
testVersion: 1.30.0
appVersion: 1.31.0
testVersion: 1.31.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action
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.1
version: 3.1.2
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.30.0
testVersion: 1.30.0
appVersion: 1.31.0
testVersion: 1.31.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action
Expand Down
2 changes: 2 additions & 0 deletions cray-hms-firmware-action.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ chartVersionToApplicationVersion:
"3.0.4": "1.29.0"
"3.0.5": "1.29.0"
"3.0.6": "1.30.0"
"3.0.7": "1.31.0"
"3.1.0": "1.29.0"
"3.1.1": "1.30.0"
"3.1.2": "1.31.0"

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

0 comments on commit 3f1ce13

Please sign in to comment.