Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMHMS-6282: Update Alpine base image to resolve CVE #39

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11] - 2024-11-18

jwlv marked this conversation as resolved.
Show resolved Hide resolved
- Update Alpine base image to resolve CVE
- New Alpine base image implemented PEP 668 which required switching to a
virtual python environment in our dockerfiles
- Broke up RUN directive in dockerfiles for easier reading
- Remove obsolete version field from docker-compose files

## [3.1.10] - 2024-12-06

## Fixed
jwlv marked this conversation as resolved.
Show resolved Hide resolved
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.10
version: 3.1.11
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.35.0"
appVersion: "1.36.0"
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 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.35.0
testVersion: 1.35.0
appVersion: 1.36.0
testVersion: 1.36.0

image:
repository: artifactory.algol60.net/csm-docker/stable/cray-firmware-action
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 @@ -51,6 +51,7 @@ chartVersionToApplicationVersion:
"3.1.7": "1.34.0"
"3.1.8": "1.34.0"
"3.1.10": "1.35.0"
"3.1.11": "1.36.0"

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