From 7c4139b3646b9de9fa93c5551ecc67a2585dde70 Mon Sep 17 00:00:00 2001 From: Michael Buchmann Date: Thu, 12 Sep 2024 10:24:06 -0500 Subject: [PATCH] FAS to version 1.34.0 --- changelog/v3.1.md | 8 ++++++++ charts/v3.1/cray-hms-firmware-action/Chart.yaml | 4 ++-- charts/v3.1/cray-hms-firmware-action/values.yaml | 6 ++++-- cray-hms-firmware-action.compatibility.yaml | 1 + 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/changelog/v3.1.md b/changelog/v3.1.md index 1167910..4f45950 100644 --- a/changelog/v3.1.md +++ b/changelog/v3.1.md @@ -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 diff --git a/charts/v3.1/cray-hms-firmware-action/Chart.yaml b/charts/v3.1/cray-hms-firmware-action/Chart.yaml index 6061e10..e057ab1 100644 --- a/charts/v3.1/cray-hms-firmware-action/Chart.yaml +++ b/charts/v3.1/cray-hms-firmware-action/Chart.yaml @@ -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: @@ -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" diff --git a/charts/v3.1/cray-hms-firmware-action/values.yaml b/charts/v3.1/cray-hms-firmware-action/values.yaml index c71209e..1beaf8e 100644 --- a/charts/v3.1/cray-hms-firmware-action/values.yaml +++ b/charts/v3.1/cray-hms-firmware-action/values.yaml @@ -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 @@ -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: diff --git a/cray-hms-firmware-action.compatibility.yaml b/cray-hms-firmware-action.compatibility.yaml index 5589a50..7181d81 100644 --- a/cray-hms-firmware-action.compatibility.yaml +++ b/cray-hms-firmware-action.compatibility.yaml @@ -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: []