File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- # CHANGELOG for Skaha User Session API (Chart 1.0.4)
1+ # CHANGELOG for Skaha User Session API (Chart 1.0.5)
2+
3+ ## 2025.09.29 (1.0.5)
4+ - Fix for status reporting in User Sessions
25
36## 2025.09.11 (1.0.4)
47- Provide Kueue examples with documentation
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.0.4
18+ version : 1.0.5
1919
2020# This is the version number of the application being deployed. This version number should be
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.3 "
24+ appVersion : " 1.0.4 "
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.3
18+ image : images.opencadc.org/platform/skaha:1.0.4
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