Skip to content

Commit

Permalink
bump version to 1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
haniotak authored and haniotak committed Aug 6, 2019
1 parent 1012ae1 commit 27b5f1e
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion backend/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.35</version>
<version>1.0.36</version>
</parent>

<organization>
Expand Down
11 changes: 11 additions & 0 deletions frontend/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oscars-frontend",
"version": "1.0.35",
"version": "1.0.36",
"description": "OSCARS frontend",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.35</version>
<version>1.0.36</version>
</parent>
<properties>
<frontend.version>${project.version}</frontend.version>
Expand Down
2 changes: 1 addition & 1 deletion migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.35</version>
<version>1.0.36</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nsi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.35</version>
<version>1.0.36</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>net.es.oscars</groupId>
<artifactId>oscars</artifactId>
<packaging>pom</packaging>
<version>1.0.35</version>
<version>1.0.36</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pss/config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.35</version>
<version>1.0.36</version>
</parent>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.35</version>
<version>1.0.36</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 27b5f1e

Please sign in to comment.