File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- # CHANGELOG for Skaha User Session API (Chart 1.0.3)
1+ # CHANGELOG for Skaha User Session API (Chart 1.0.4)
2+
3+ ## 2025.09.11 (1.0.4)
4+ - Provide Kueue examples with documentation
5+ - Fix typo in headless priority class name setting
6+ - Fix environment variable name to properly be uppercase for headless priority class
7+ - Bump Skaha API image to ` 1.0.3 `
28
39## 2025.09.10 (1.0.3)
410- Fix to display GPU Cores
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ version: 1.0.4
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.0.2 "
24+ appVersion : " 1.0.3 "
2525
2626dependencies :
2727 - name : " redis"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ skahaWorkload:
1515deployment :
1616 hostname : myhost.example.com # Change this!
1717 skaha :
18- image : images.opencadc.org/platform/skaha:1.0.2
18+ image : images.opencadc.org/platform/skaha:1.0.3
1919 imagePullPolicy : Always
2020
2121 # Cron string for the image caching cron job schedule. Defaults to every half hour.
You can’t perform that action at this time.
0 commit comments