Skip to content

Commit 6dc658d

Browse files
authored
Release 0.1.2 (#32)
* update version for v0.1.2 release * bump CI
1 parent 3053d9b commit 6dc658d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-github-cms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
POD_NAME=$(kubectl get pods -n cms -l job-name=perf-analyzer-job -o jsonpath="{.items[0].metadata.name}")
9494
echo "========== Perf Analyzer Logs =========="
95-
kubectl logs -n cms "$POD_NAME"
95+
kubectl logs -n cms "$POD_NAME"
9696
echo "========================================"
9797
9898
- name: Cleanup

helm/supersonic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: supersonic
33
description: Server infrastructure for inference-as-a-service in large scientific experiments.
44
icon: https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_512.png?raw=true
5-
version: 0.1.1
5+
version: 0.1.2
66
type: application
77
home: https://fastmachinelearning.org/SuperSONIC/
88
annotations:

0 commit comments

Comments
 (0)