Skip to content

Commit

Permalink
Merge pull request #239 from Cray-HPE/develop
Browse files Browse the repository at this point in the history
Release 2.12.0 for CSM 1.6
  • Loading branch information
mharding-hpe authored Jan 2, 2024
2 parents 1091c24 + eb13c44 commit c29c1b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [Unreleased]

## [2.12.0] - 2024-01-02
### Changed
- Specify `~1.1.0` for the version of `cray-etcd-base` chart.
- Pin Alpine version to `3.18` (to avoid build failures with `3.19`)

## [2.11.0] - 2023-12-04
### Changed
- Sessions that specify nodes that aren't in the current tenant will fail
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2019-2023 Hewlett Packard Enterprise Development LP
# (C) Copyright 2019-2024 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand All @@ -25,7 +25,7 @@

# Upstream Build Args
ARG OPENAPI_IMAGE=artifactory.algol60.net/csm-docker/stable/docker.io/openapitools/openapi-generator-cli:v6.6.0
ARG ALPINE_BASE_IMAGE=artifactory.algol60.net/csm-docker/stable/docker.io/library/alpine:3
ARG ALPINE_BASE_IMAGE=artifactory.algol60.net/csm-docker/stable/docker.io/library/alpine:3.18

# Generate Code
FROM $OPENAPI_IMAGE as codegen
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/cray-bos/Chart.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
version: "~10.0"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
- name: cray-etcd-base
version: "~1.0"
version: "~1.1.0"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
description: "Kubernetes resources for the Boot Orchestration Service (BOS)"
home: "https://github.com/Cray-HPE/bos"
Expand Down

0 comments on commit c29c1b9

Please sign in to comment.