Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
718cadf5
Commit
718cadf5
authored
Mar 17, 2022
by
Markus Scheidgen
Browse files
Updated version numbers.
parent
88a2553c
Pipeline
#126672
passed with stages
in 32 minutes and 25 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/package.json
View file @
718cadf5
{
"name"
:
"nomad-fair-gui"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"commit"
:
"e98694e"
,
"private"
:
true
,
"workspaces"
:
[
...
...
gui/public/env.js
View file @
718cadf5
...
...
@@ -11,7 +11,7 @@ window.nomadEnv = {
'
encyclopediaBase
'
:
'
https://nomad-lab.eu/prod/rae/encyclopedia/#
'
,
'
debug
'
:
false
,
'
version
'
:
{
'
label
'
:
'
1.0.
5
'
,
'
label
'
:
'
1.0.
6
'
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
gui/src/setupTests.js
View file @
718cadf5
...
...
@@ -11,7 +11,7 @@ global.nomadEnv = {
'
appBase
'
:
'
http://nomad-lab.eu/prod/rae/beta
'
,
'
debug
'
:
false
,
'
version
'
:
{
'
label
'
:
'
1.0.
5
'
,
'
label
'
:
'
1.0.
6
'
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
nomad/config.py
View file @
718cadf5
...
...
@@ -311,7 +311,7 @@ datacite = NomadConfig(
)
meta
=
NomadConfig
(
version
=
'1.0.
5
'
,
version
=
'1.0.
6
'
,
commit
=
gitinfo
.
commit
,
deployment
=
'devel'
,
label
=
None
,
...
...
ops/helm/nomad/Chart.yaml
View file @
718cadf5
apiVersion
:
v1
appVersion
:
"
1.0.
5
"
appVersion
:
"
1.0.
6
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
1.0.
5
version
:
"
1.0.
6"
ops/helm/nomad/deployments/prod-staging-values.yaml
View file @
718cadf5
version
:
label
:
"
v
1.0.
3
"
label
:
"
1.0.
6
"
isBeta
:
true
usesBetaData
:
false
officialUrl
:
"
https://nomad-lab.eu/prod/rae/gui"
...
...
ops/helm/nomad/deployments/prod-test-values.yaml
View file @
718cadf5
version
:
label
:
"
v
1.0.
0
"
label
:
"
1.0.
6
"
isBeta
:
true
usesBetaData
:
true
officialUrl
:
"
https://nomad-lab.eu/prod/rae/gui"
...
...
ops/helm/nomad/deployments/prod-v1-values.yaml
View file @
718cadf5
version
:
label
:
"
v
1.0.
3
"
label
:
"
1.0.
6
"
isBeta
:
true
usesBetaData
:
false
officialUrl
:
"
https://nomad-lab.eu/prod/rae/gui"
...
...
ops/helm/nomad/values.yaml
View file @
718cadf5
## Default values for nomad@FAIRDI
version
:
label
:
"
1.0.
5
"
label
:
"
1.0.
6
"
isTest
:
false
isBeta
:
false
usesBetaData
:
false
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment