From bc2c42cf3f6721e9931e0a0e9013d47eb7a76037 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Tue, 13 Apr 2021 16:52:45 +0200 Subject: [PATCH] Increased version numbers. --- gui/package.json | 2 +- gui/public/env.js | 2 +- gui/src/setupTests.js | 2 +- nomad/config.py | 2 +- ops/helm/nomad/Chart.yaml | 4 ++-- ops/helm/nomad/values.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gui/package.json b/gui/package.json index de28134e30..2ed5ae14b0 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "nomad-fair-gui", - "version": "0.10.2", + "version": "0.10.3", "commit": "e98694e", "private": true, "workspaces": [ diff --git a/gui/public/env.js b/gui/public/env.js index cdf8425c8e..cf930a46c3 100644 --- a/gui/public/env.js +++ b/gui/public/env.js @@ -9,7 +9,7 @@ window.nomadEnv = { 'matomoUrl': 'https://nomad-lab.eu/fairdi/stat', 'matomoSiteId': '2', 'version': { - 'label': '0.10.2', + 'label': '0.10.3', 'isBeta': false, 'isTest': true, 'usesBetaData': true, diff --git a/gui/src/setupTests.js b/gui/src/setupTests.js index 89cb7faab0..983cbf2f88 100644 --- a/gui/src/setupTests.js +++ b/gui/src/setupTests.js @@ -8,7 +8,7 @@ global.nomadEnv = { 'matomoUrl': 'https://nomad-lab.eu/fairdi/stat', 'matomoSiteId': '2', 'version': { - 'label': '0.10.2', + 'label': '0.10.3', 'isBeta': false, 'isTest': true, 'usesBetaData': true, diff --git a/nomad/config.py b/nomad/config.py index 1db2926c00..0e02173c25 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -284,7 +284,7 @@ datacite = NomadConfig( ) meta = NomadConfig( - version='0.10.2', + version='0.10.3', commit=gitinfo.commit, release='devel', deployment='standard', diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 9ea3c47caf..94556ce4df 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.10.2" +appVersion: "0.10.3" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.10.2 +version: 0.10.3 diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml index 76adaa2031..29f40b74c0 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.10.2" + label: "0.10.3" isTest: false isBeta: false usesBetaData: false -- GitLab