Skip to content

Commit

Permalink
FAS to 1.32.0 (#30)
Browse files Browse the repository at this point in the history
* FAS to 1.32.0

* Added Changelogs

* Updated values.yaml
  • Loading branch information
mbuchmann-hpe authored May 2, 2024
1 parent fdd9621 commit 396c8d5
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 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.8] - 2024-05-01

- FAS to version 1.32.0
- Update for Paradise Timeout

## [3.0.7] - 2024-04-16

- FAS to version 1.31.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.3] - 2024-05-01

- FAS to version 1.32.0
- Update for Paradise Timeout

## [3.1.2] - 2024-04-16

- FAS to version 1.31.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.7
version: 3.0.8
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.31.0"
appVersion: "1.32.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.31.0
testVersion: 1.31.0
appVersion: 1.32.0
testVersion: 1.32.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action
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.2
version: 3.1.3
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.31.0"
appVersion: "1.32.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.31.0
testVersion: 1.31.0
appVersion: 1.32.0
testVersion: 1.32.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 @@ -32,9 +32,11 @@ chartVersionToApplicationVersion:
"3.0.5": "1.29.0"
"3.0.6": "1.30.0"
"3.0.7": "1.31.0"
"3.0.8": "1.32.0"
"3.1.0": "1.29.0"
"3.1.1": "1.30.0"
"3.1.2": "1.31.0"
"3.1.3": "1.32.0"

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

0 comments on commit 396c8d5

Please sign in to comment.