From 27b5f1e6149c007a1d307c7dc9e4e7d3faa15baa Mon Sep 17 00:00:00 2001 From: haniotak Date: Tue, 6 Aug 2019 10:41:01 -0700 Subject: [PATCH] bump version to 1.0.36 --- CHANGES.md | 8 ++++++++ UPDATING.md | 4 ++++ backend/CHANGES.md | 6 +++++- backend/pom.xml | 2 +- frontend/CHANGES.md | 11 +++++++++++ frontend/package-lock.json | 2 +- frontend/package.json | 2 +- frontend/pom.xml | 2 +- migration/pom.xml | 2 +- nsi/pom.xml | 2 +- pom.xml | 2 +- pss/config/application.properties | 2 +- pss/pom.xml | 2 +- shared/pom.xml | 2 +- 14 files changed, 38 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e8a135b4d..527e1d710 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # OSCARS Release Notes +## v1.0.36 +> Aug 6, 2019 +- Backend: + - PSS bug hotfix + +- Frontend: + - Minor cosmetic fixes + ## v1.0.35 > July 30, 2019 - Backend: diff --git a/UPDATING.md b/UPDATING.md index 443ec1dca..9976bbf30 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -2,6 +2,10 @@ This file contains instructions for updating an existing installation of OSCARS from a previous version to a newer version. Instructions include config file changes, database schema changes, etc. + +## 1.0.35 to 1.0.36 +No further changes needed + ## 1.0.34 to 1.0.35 ### Config file changes diff --git a/backend/CHANGES.md b/backend/CHANGES.md index 6e848deb8..808ca690c 100644 --- a/backend/CHANGES.md +++ b/backend/CHANGES.md @@ -1,7 +1,11 @@ ## OSCARS Backend Release Notes +### v1.0.36 +> Aug 2, 2019 +- PSS race condition hotfix + ### v1.0.35 -> June xx, 2019 +> Jul 30, 2019 - BREAKING CHANGE: /protected/hold will NOT throw an exception if resources unavailable any more. Callers must check the `validity.valid` field. - PSS config generation refactoring - PSS improved queueing, bug fixing diff --git a/backend/pom.xml b/backend/pom.xml index a4f33a51b..fe289de33 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -5,7 +5,7 @@ oscars net.es.oscars - 1.0.35 + 1.0.36 diff --git a/frontend/CHANGES.md b/frontend/CHANGES.md index 6abfa4871..b3ee3b3b9 100644 --- a/frontend/CHANGES.md +++ b/frontend/CHANGES.md @@ -1,4 +1,15 @@ # OSCARS Frontend Release Notes + +## v1.0.36 +> Aug 6, 2019 +- Minor cosmetic fix in details page + +## v1.0.35 +> July 30, 2019 +- PSS progress update +- Details page repositioning + + ## v1.0.33 > May 16, 2019 - ASAP schedule diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0ac49be97..aa1bfbf1a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "oscars-frontend", - "version": "1.0.35", + "version": "1.0.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index f7af13be6..4e1955291 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "oscars-frontend", - "version": "1.0.35", + "version": "1.0.36", "description": "OSCARS frontend", "repository": { "type": "git", diff --git a/frontend/pom.xml b/frontend/pom.xml index a7e53a6c9..8f357c94f 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -10,7 +10,7 @@ oscars net.es.oscars - 1.0.35 + 1.0.36 ${project.version} diff --git a/migration/pom.xml b/migration/pom.xml index f36702b18..5c3ab75bf 100644 --- a/migration/pom.xml +++ b/migration/pom.xml @@ -5,7 +5,7 @@ oscars net.es.oscars - 1.0.35 + 1.0.36 4.0.0 diff --git a/nsi/pom.xml b/nsi/pom.xml index a7d187fcb..8645ea154 100644 --- a/nsi/pom.xml +++ b/nsi/pom.xml @@ -5,7 +5,7 @@ oscars net.es.oscars - 1.0.35 + 1.0.36 4.0.0 diff --git a/pom.xml b/pom.xml index f82ed1ac4..f75c27468 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ net.es.oscars oscars pom - 1.0.35 + 1.0.36 UTF-8 diff --git a/pss/config/application.properties b/pss/config/application.properties index 32977328d..4fd30b06f 100644 --- a/pss/config/application.properties +++ b/pss/config/application.properties @@ -55,7 +55,7 @@ pss.profiles[3].rancid.host=localhost pss.profiles[3].rancid.dir=/usr/local/libexec/rancid/ pss.profiles[3].rancid.cloginrc=/home/oscars/.cloginrc pss.profiles[3].rancid.perform=false -pss.profiles[3].rancid.delay=15 +pss.profiles[3].rancid.delay=5 pss.profiles[3].rancid.username=oscars pss.profiles[3].rancid.identity-file= pss.profiles[3].rancid.ssh-options=UserKnownHostsFile=/dev/null, StrictHostKeyChecking=no diff --git a/pss/pom.xml b/pss/pom.xml index 526c058ec..4d680f425 100644 --- a/pss/pom.xml +++ b/pss/pom.xml @@ -6,7 +6,7 @@ oscars net.es.oscars - 1.0.35 + 1.0.36 diff --git a/shared/pom.xml b/shared/pom.xml index 8e01bf7de..dc098f54b 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -5,7 +5,7 @@ oscars net.es.oscars - 1.0.35 + 1.0.36 4.0.0