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-6121 pick up new cray etcd-base-chart #25

Merged
merged 3 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Cray / HPE
Copyright (c) 2022-2024 Cray / HPE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions changelog/v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project for v2.0.X 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).

## [2.0.5] - 2023-12-20

### Changed

- Force rebuild to pick up new cray-etcd-base chart

## [2.0.4] - 2023-06-23

### Added
Expand Down
6 changes: 6 additions & 0 deletions changelog/v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project for v2.1.X 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).

## [2.1.2] - 2023-12-20

### Changed

- Force rebuild to pick up new cray-etcd-base chart

## [2.1.1] - 2023-10-03

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions charts/v2.0/cray-power-control/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "cray-power-control"
version: 2.0.4
version: 2.0.5
description: "Kubernetes resources for cray-power-control"
home: "https://github.com/Cray-HPE/hms-power-control-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.10.0
appVersion: 2.0.0
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 additions & 2 deletions charts/v2.0/cray-power-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# tag: "" (default = "latest")
# pullPolicy: "" (default = "IfNotPresent")
global:
appVersion: 1.10.0
testVersion: 1.10.0
appVersion: 2.0.0
testVersion: 2.0.0

tests:
image:
Expand Down
4 changes: 2 additions & 2 deletions charts/v2.1/cray-power-control/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "cray-power-control"
version: 2.1.1
version: 2.1.2
description: "Kubernetes resources for cray-power-control"
home: "https://github.com/Cray-HPE/hms-power-control-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.0"
version: "~1.1"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
maintainers:
- name: Hardware Management
Expand Down
2 changes: 2 additions & 0 deletions cray-hms-power-control.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ chartVersionToApplicationVersion:
"2.0.2": "1.9.0"
"2.0.3": "1.10.0"
"2.0.4": "1.10.0"
"2.0.5": "2.0.0"
"2.1.0": "2.0.0"
"2.1.1": "2.0.0"
"2.1.2": "2.0.0"

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