Skip to content
Snippets Groups Projects
Commit 461265af authored by Lennart Kramer's avatar Lennart Kramer
Browse files

bump version

parent f5c67607
No related branches found
No related tags found
No related merge requests found
1.2.0
-----
* Add `GOEMAXIMA_PROCESS_ISOLATION` variable which allows running in unprivileged environments
* Update dependencies
1.1.9 1.1.9
----- -----
* Add 2023052400 version * Add 2023052400 version
......
1.1.9 1.2.0
...@@ -14,8 +14,8 @@ type: application ...@@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 1.1.9 version: 1.2.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 1.1.9 appVersion: 1.2.0
...@@ -483,7 +483,7 @@ func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess, ...@@ -483,7 +483,7 @@ func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess,
health := r.FormValue("health") == "1" health := r.FormValue("health") == "1"
if r.Method == "GET" && r.FormValue("input") == "" && !health { if r.Method == "GET" && r.FormValue("input") == "" && !health {
hostname, _ := os.Hostname() hostname, _ := os.Hostname()
fmt.Fprintf(w, "Hostname: %s, version: 1.1.9\n", hostname) fmt.Fprintf(w, "Hostname: %s, version: 1.2.0\n", hostname)
return return
} }
// the maxima input to be evaluated // the maxima input to be evaluated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment