diff --git a/console/deploy/console.yaml b/console/deploy/console.yaml index 09f2a5a..ad694c4 100644 --- a/console/deploy/console.yaml +++ b/console/deploy/console.yaml @@ -52,7 +52,7 @@ spec: serviceAccountName: fission-console containers: - name: console - image: naeel/fission-console:v1.3.50 + image: naeel/fission-console:v1.3.51 imagePullPolicy: Always ports: - containerPort: 8090 diff --git a/console/internal/api/handlers.go b/console/internal/api/handlers.go index 518ce2c..8138234 100644 --- a/console/internal/api/handlers.go +++ b/console/internal/api/handlers.go @@ -919,7 +919,6 @@ func (s *Server) handleInvokeFunction(w http.ResponseWriter, r *http.Request, na writeAnyJSON(w, http.StatusOK, map[string]any{ "status": resp.StatusCode, "latency_ms": time.Since(start).Milliseconds(), - "invoke_url": invokeURL, "response_raw": string(respBody), }) } @@ -1034,7 +1033,6 @@ func (s *Server) invokeInternalFunction(w http.ResponseWriter, r *http.Request, writeAnyJSON(w, http.StatusOK, map[string]any{ "status": resp.StatusCode, "latency_ms": time.Since(start).Milliseconds(), - "invoke_url": invokeURL, "response_raw": string(respBody), }) } diff --git a/console/ui/index.html b/console/ui/index.html index 9206bb9..f2b294e 100644 --- a/console/ui/index.html +++ b/console/ui/index.html @@ -102,7 +102,7 @@
NUBES
FISSION CONSOLE
-
v1.3.50
+
v1.3.51
@@ -332,7 +332,7 @@
- +
@@ -462,7 +462,7 @@
- v1.3.50 + v1.3.51