diff --git a/CHANGELOG b/CHANGELOG index e00a20520603fc2d1f6560a6d6e1951a430e9724..bfd625f8d0c16e65c896cbec81af33120f8eb23e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +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 diff --git a/goemaxima_version b/goemaxima_version index 65087b4f5ecea6cde723520ad02722f600ab7f49..e25d8d9f357cfa028ffbf2f7bdc597e28968696b 100644 --- a/goemaxima_version +++ b/goemaxima_version @@ -1 +1 @@ -1.1.4 +1.1.5 diff --git a/helmmaxima/Chart.yaml b/helmmaxima/Chart.yaml index 293e2de93680096e8eac82ca8c8eab6e398a560c..85a2edddef2bb49e3a0c5f0a7e41b526175a078d 100644 --- a/helmmaxima/Chart.yaml +++ b/helmmaxima/Chart.yaml @@ -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 diff --git a/src/web/web.go b/src/web/web.go index 2effc62796fbd198104e2dfec95f86662f301cea..6b14c95c432e84fe2c622bd120364e9e30200ef9 100644 --- a/src/web/web.go +++ b/src/web/web.go @@ -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