bump: версия v1.3.71 (исправлен статус Building)

This commit is contained in:
“Naeel”
2026-05-09 06:38:54 +04:00
parent 80ea566816
commit fb469d9c5b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ spec:
serviceAccountName: fission-console
containers:
- name: console
image: naeel/fission-console:v1.3.70
image: naeel/fission-console:v1.3.71
imagePullPolicy: Always
ports:
- containerPort: 8090
+1 -1
View File
@@ -28,7 +28,7 @@ import (
type FunctionStatus struct {
// Встраиваем исходный объект и добавляем status
Object map[string]any `json:"object,inline"`
Status string `json:"status"` // "Ready", "Cold", "Building", "Error"
Status string `json:"status"` // "Ready", "Cold", "Building", "Error"
}
// getFunctionStatus определяет статус функции на основе pod-ов и Package.
+2 -2
View File
@@ -102,7 +102,7 @@
<div class="nubes">NUBES</div>
<div class="product">FISSION CONSOLE</div>
</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.70</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.71</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -498,7 +498,7 @@
</div>
<div class="actions" style="justify-content:space-between; align-items:center;">
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.70</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.71</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>