Skip to content

Commit

Permalink
Updated cray-etcd-base to 1.2
Browse files Browse the repository at this point in the history
CASMHMS-6232
  • Loading branch information
shunr-hpe committed Jul 10, 2024
1 parent 2cb6015 commit d71da11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ Chart.lock
*.csr
*.key
*.pem

# vim
*.swp
4 changes: 4 additions & 0 deletions changelog/v3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.5] - 2024-07-10

- Updated cray-etcd-base to 1.2

## [3.1.4] - 2024-05-28

- FAS to version 1.33.0
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.4
version: 3.1.5
description: "Kubernetes resources for cray-hms-firmware-action"
home: "https://github.com/Cray-HPE/hms-firmware-action-charts"
sources:
Expand All @@ -10,7 +10,7 @@ dependencies:
version: "~10.0"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
- name: cray-etcd-base
version: "~1.1"
version: "~1.2"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
maintainers:
- name: Hardware Management
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 @@ -39,6 +39,7 @@ chartVersionToApplicationVersion:
"3.1.2": "1.31.0"
"3.1.3": "1.32.0"
"3.1.4": "1.33.0"
"3.1.5": "1.33.0"

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

0 comments on commit d71da11

Please sign in to comment.