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

bump version

parent 8fb75746
No related branches found
No related tags found
No related merge requests found
1.1.5
-----
* Add stackmaxima versions 2022060100, 2022071300
* Minor changes of how files are handled on fork
1.1.4
-----
* Add stackmaxima versions 2021010100, 2021120900
......
1.1.4
1.1.5
......@@ -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.4
version: 1.1.5
# 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.4
appVersion: 1.1.5
......@@ -250,7 +250,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.4\n", hostname)
fmt.Fprintf(w, "Hostname: %s, version: 1.1.5\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 to comment