Skip to content
Snippets Groups Projects
Commit 3d6adab2 authored by lennart.kramer's avatar lennart.kramer
Browse files

update to 1.1.6

parent 9133c920
Branches
No related tags found
No related merge requests found
1.1.6
-----
* Add stackmaxima versions 2023010400
* Remove some required capabilities by managing users by changing uid from a webserver thread
* Change webserver build to use `CGO_ENABLED=0` to make it static
* Add NPROC rlimit of 4096 to make fork bombs less lethal
1.1.5
-----
* Add stackmaxima versions 2022060100, 2022071300
......
1.1.5
1.1.6
......@@ -14,8 +14,8 @@ type: application
# 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.
version: 1.1.5
version: 1.1.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.1.5
appVersion: 1.1.6
......@@ -456,7 +456,7 @@ func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess,
health := r.FormValue("health") == "1"
if r.Method == "GET" && r.FormValue("input") == "" && !health {
hostname, _ := os.Hostname()
fmt.Fprintf(w, "Hostname: %s, version: 1.1.5\n", hostname)
fmt.Fprintf(w, "Hostname: %s, version: 1.1.6\n", hostname)
return
}
// 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