Skip to content

Commit

Permalink
Updated app version to 1.29.0
Browse files Browse the repository at this point in the history
- Updated golang version in the bss app
- Updated go libraries in the bss app

CASMHMS-6306
CASMHMS-6303
  • Loading branch information
shunr-hpe committed Nov 22, 2024
1 parent 3824345 commit f3973e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog/v3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project for v3.2.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.2.5] - 2024-11-18

### Changed

- Updated app version which includes updating to go 1.23

## [3.2.4] - 2024-10-04

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/v3.2/cray-hms-bss/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "cray-hms-bss"
version: 3.2.4
version: 3.2.5
description: "Kubernetes resources for cray-hms-bss"
home: "https://github.com/Cray-HPE/hms-bss-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.28.0"
appVersion: "1.29.0"
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 additions & 2 deletions charts/v3.2/cray-hms-bss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# See https://connect.us.cray.com/jira/browse/CASMCLOUD-661

global:
appVersion: 1.28.0
testVersion: 1.28.0
appVersion: 1.29.0
testVersion: 1.29.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-bss
Expand Down
1 change: 1 addition & 0 deletions cray-hms-bss.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ chartVersionToApplicationVersion:
"3.2.2": "1.26.0"
"3.2.3": "1.27.0"
"3.2.4": "1.28.0"
"3.2.5": "1.29.0"

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

0 comments on commit f3973e3

Please sign in to comment.