Skip to content

Commit

Permalink
Merge pull request #32 from Cray-HPE/CASMHMS-5567
Browse files Browse the repository at this point in the history
CASMHMS-5567: Allow MEDS to support variable number of Chassis in a Cabinet
  • Loading branch information
rsjostrand-hpe authored Jul 13, 2022
2 parents 5fb6135 + d0c870f commit 7d4439a
Show file tree
Hide file tree
Showing 422 changed files with 51,149 additions and 30,642 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.20.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project 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).

## [1.20.0] - 2022-07-12

### Changed

- CASMHMS-5567: Allow MEDS to support variable number of Chassis within a Cabinet. Instead of always assuming 8 chassis in a cabinet MEDS will now look to SLS for the chassis present in the system.

## [1.19.0] - 2022-07-06

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Dockerfile for building hms-meds.

## Prepare Builder ##
FROM artifactory.algol60.net/docker.io/library/golang:1.16-alpine AS build-base
FROM artifactory.algol60.net/docker.io/library/golang:1.18-alpine AS build-base

RUN set -ex \
&& apk -U upgrade \
Expand Down
Loading

0 comments on commit 7d4439a

Please sign in to comment.