From b28ac2e81895c282692d25ddc94bd7546cd29151 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Wed, 12 Aug 2020 17:13:49 +0200 Subject: [PATCH] Increased the version number. --- gui/package.json | 2 +- gui/public/env.js | 2 +- nomad/config.py | 2 +- ops/helm/nomad/Chart.yaml | 4 ++-- ops/helm/nomad/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/package.json b/gui/package.json index b31a8ba49f..b071de3524 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 1f5c4b3af9..d62db12f6a 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 3f9e42d565..54a8a43d54 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 03b73f7b65..fcb9b591ad 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 ffb9c6a109..6e7f48989b 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" -- GitLab