Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAS to version 1.30.0 #29

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1] - 2024-03-28

- FAS to version 1.30.0
- Adds Paradise Support

## [3.1.0] - 2024-01-03

### 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.0
version: 3.1.1
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.29.0"
appVersion: "1.30.0"
annotations:
artifacthub.io/license: "MIT"
6 changes: 4 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.29.0
testVersion: 1.29.0
appVersion: 1.30.0
testVersion: 1.30.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action
Expand Down Expand Up @@ -118,6 +118,8 @@ cray-service:
value: "true"
- name: LAUNCH
value: "SERVICE"
- name: TFTP_ENDPOINT
value: tftp://cray-tftp.hmnlb.local
- name: S3_ENDPOINT
valueFrom:
secretKeyRef:
Expand Down
3 changes: 2 additions & 1 deletion cray-hms-firmware-action.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chartVersionToCSMVersion:
">=2.0.0": "~1.2.0" # Chart Version: 2.0.0 <= x.y.z, CSM Version: 1.2.0 <= x.y.z < 1.3.0
">=2.1.0": "~1.3.0"
">=3.0.0": "~1.5.0"
">=3.1.0": "~1.6.0"
">=3.1.0": "~1.5.1"

# The application version must be compliant to semantic versioning.
# If the application makes a backwards incompatible change, then its major version needs to be increment.
Expand All @@ -31,6 +31,7 @@ chartVersionToApplicationVersion:
"3.0.4": "1.29.0"
"3.0.5": "1.29.0"
"3.1.0": "1.29.0"
"3.1.1": "1.30.0"

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