Skip to content

Commit

Permalink
FAS to version 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchmann-hpe committed Sep 12, 2024
1 parent f76b356 commit 7c4139b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions changelog/v3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.7] - 2024-09-12

### Changed

- FAS to version 1.34.0
- Add "Days to keep actions" to 60 days
- Auto remove actions after 60 days

## [3.1.6] - 2024-08-30

### 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.6
version: 3.1.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.33.0"
appVersion: "1.34.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.33.0
testVersion: 1.33.0
appVersion: 1.34.0
testVersion: 1.34.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action
Expand Down Expand Up @@ -120,6 +120,8 @@ cray-service:
value: "SERVICE"
- name: TFTP_ENDPOINT
value: tftp://cray-tftp.hmnlb.local
- name: DAYS_TO_KEEP_ACTIONS
value: 60
- name: S3_ENDPOINT
valueFrom:
secretKeyRef:
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 @@ -47,6 +47,7 @@ chartVersionToApplicationVersion:
"3.1.4": "1.33.0"
"3.1.5": "1.33.0"
"3.1.6": "1.33.0"
"3.1.7": "1.34.0"

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

0 comments on commit 7c4139b

Please sign in to comment.