diff --git a/gui/package.json b/gui/package.json index b31a8ba49faf7d426dbdbe8466a5b4f61f3a7bb8..b071de3524a3b6b8c19642bc4bbca05916c10028 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "nomad-fair-gui", - "version": "0.8.4", + "version": "0.8.5", "commit": "e98694e", "private": true, "dependencies": { diff --git a/gui/public/env.js b/gui/public/env.js index 1f5c4b3af96c567290824f4a1f80531ee8ad74e7..d62db12f6a992a18917d283d7c078a670e59309e 100644 --- a/gui/public/env.js +++ b/gui/public/env.js @@ -8,7 +8,7 @@ window.nomadEnv = { 'matomoUrl': 'https://nomad-lab.eu/fairdi/stat', 'matomoSiteId': '2', 'version': { - "label": "0.8.4", + "label": "0.8.5", "isBeta": false, "usesBetaData": false, "officialUrl": "https://nomad-lab.eu/prod/rae/gui" diff --git a/nomad/config.py b/nomad/config.py index 3f9e42d5655af39aa013a653d61929387c52d895..54a8a43d548553608b7b3fa0bafd831ddf34fb54 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -266,7 +266,7 @@ datacite = NomadConfig( ) meta = NomadConfig( - version='0.8.4', + version='0.8.5', commit=gitinfo.commit, release='devel', default_domain='dft', diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 03b73f7b6544f8cf94be793b23e490120eb9aa0b..fcb9b591adf248e69f821273a1497be62ebc1eec 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.8.4" +appVersion: "0.8.5" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.8.4 +version: 0.8.5 diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml index ffb9c6a109dc1aeea16dd20de98c1c52151bd093..6e7f48989bf04b7ef485dc63055e021f3be3c407 100644 --- a/ops/helm/nomad/values.yaml +++ b/ops/helm/nomad/values.yaml @@ -1,6 +1,6 @@ ## Default values for nomad@FAIRDI version: - label: "0.8.4" + label: "0.8.5" isBeta: false usesBetaData: false officialUrl: "https://nomad-lab.eu/prod/rae/gui"