From 0ea3d571ded3f6c4d73195b1f6c01d8b567d691f Mon Sep 17 00:00:00 2001 From: Mitchell Schooler Date: Mon, 11 Oct 2021 15:43:38 -0500 Subject: [PATCH] Bump version. --- .version | 2 +- CHANGELOG.md | 6 ++++++ Makefile | 2 ++ hms-bss-ct-test.spec | 4 +--- kubernetes/cray-hms-bss/Chart.yaml | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.version b/.version index 5e9287b..1fe2d37 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.9.11 +1.9.12 diff --git a/CHANGELOG.md b/CHANGELOG.md index 76487f9..8349e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.9.12] - 2021-10-11 + +### Added + +- CASMHMS-5055 - Added BSS CT test RPM. + ## [1.9.11] - 2021-09-21 ### Changed diff --git a/Makefile b/Makefile index 3c87172..bef1b56 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# MIT License +# # (C) Copyright 2021 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/hms-bss-ct-test.spec b/hms-bss-ct-test.spec index 3268f36..c7b391f 100644 --- a/hms-bss-ct-test.spec +++ b/hms-bss-ct-test.spec @@ -28,9 +28,7 @@ Version: %(cat .version) Release: %(echo ${BUILD_METADATA}) Source: %{name}-%{version}.tar.bz2 Vendor: Hewlett Packard Enterprise -#TODO -#Requires: cray-cmstools-crayctldeploy-test >= 0.2.11 -#Conflicts: cray-crus-crayctldeploy-test < 0.2.9 +Requires: hms-ct-test >= 1.8.6 # name of this repository %define REPO hms-bss diff --git a/kubernetes/cray-hms-bss/Chart.yaml b/kubernetes/cray-hms-bss/Chart.yaml index 8facbf9..26e0cdc 100644 --- a/kubernetes/cray-hms-bss/Chart.yaml +++ b/kubernetes/cray-hms-bss/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: "Kubernetes resources for cray-hms-bss" name: "cray-hms-bss" home: "HMS/hms-bss" -version: 1.9.11 +version: 1.9.12