Skip to content

Commit

Permalink
Merge pull request #25 from Cray-HPE/phase5-b
Browse files Browse the repository at this point in the history
Changed cray-service version to ~2.8.0
  • Loading branch information
shunr-hpe authored Aug 12, 2021
2 parents c43f4e7 + 14a0115 commit 9d02ed9
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kubernetes/.packaged/
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.8
1.9.9
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9] - 2021-08-11

### Changed

- Changed cray-service version to ~2.8.0

## [1.9.8] - 2021-08-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
}
}

stage('Publish ') {
stage("Publish") {
steps {
script {
publishCsmDockerImage(image: env.NAME, tag: env.VERSION, isStable: env.IS_STABLE)
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ image:
docker build --pull ${DOCKER_ARGS} --tag '${NAME}:${VERSION}' .

chart:
helm repo add cray-algol60 https://artifactory.algol60.net/artifactory/csm-helm-charts
helm dep up ${CHART_PATH}/${CHART_NAME}
helm package ${CHART_PATH}/${CHART_NAME} -d ${CHART_PATH}/.packaged --version ${CHART_VERSION}

2 changes: 1 addition & 1 deletion kubernetes/cray-hms-bss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
description: "Kubernetes resources for cray-hms-bss"
name: "cray-hms-bss"
home: "HMS/hms-bss"
version: 1.9.8
version: 1.9.9
4 changes: 2 additions & 2 deletions kubernetes/cray-hms-bss/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: cray-service
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
version: 2.8.0
digest: sha256:f4f2b37a8d941f327fa470a3264c10e48f67914c7d490b2cdc4faf208ff8e37a
generated: "2021-08-03T15:25:59.222855066-05:00"
digest: sha256:4a60684923c7310e8db14a2956c03a18e49bc68261dcf8833e3aaf27e17e406f
generated: "2021-08-12T09:16:09.390241161-06:00"
2 changes: 1 addition & 1 deletion kubernetes/cray-hms-bss/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
dependencies:
- name: cray-service
version: "~2.8.0-0"
version: "~2.8.0"
repository: "@cray-algol60"

0 comments on commit 9d02ed9

Please sign in to comment.