diff --git a/gui/package.json b/gui/package.json index e7810be1abc4eb9f12e9278c99783c968c2b80b7..1abd33366fa4507c830e5fc1a2fbadc29e340de3 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "nomad-fair-gui", - "version": "0.8.6", + "version": "0.8.7", "commit": "e98694e", "private": true, "dependencies": { diff --git a/gui/public/env.js b/gui/public/env.js index 977590ba5dd75b2806002b4a2702ae9e70828710..1509cf2d97aafbd59336fbb0703ecac98584a017 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.6', + 'label': '0.8.7', 'isBeta': false, 'usesBetaData': false, 'officialUrl': 'https://nomad-lab.eu/prod/rae/gui' diff --git a/nomad/config.py b/nomad/config.py index a7d1314af33a7d478329bcadcc38ebf0aebd7601..b2160be8c1db59c1a4fc1f50a9d6ea43c8a74169 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -266,7 +266,7 @@ datacite = NomadConfig( ) meta = NomadConfig( - version='0.8.6', + version='0.8.7', commit=gitinfo.commit, release='devel', default_domain='dft', diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 870ec15fa5ecd0c9fbd91bba485af8df8bb0092e..1eb71ea85bde77af16bdf0892342a3b9740813f8 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.8.6" +appVersion: "0.8.7" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.8.6 +version: 0.8.7 diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml index 224297921b1597486d1b41dd67bb38d494d7c084..de73001cbbc052c77bbb7a68116b01d0eca410a0 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.6" + label: "0.8.7" isBeta: false usesBetaData: false officialUrl: "https://nomad-lab.eu/prod/rae/gui"