Skip to content

Commit

Permalink
preping for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed Jun 19, 2019
1 parent a2c1700 commit c02002d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ebextensions/.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
option_settings:
- option_name: WB_DB_URI
value: datomic:ddb://us-east-1/WS271/wormbase
value: datomic:ddb://us-east-1/WS270/wormbase
- option_name: _JAVA_OPTIONS
value: "-Xmx14g"
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.9.9] - 2019-06-19
- Fix MTGE transcript bug found by user

## [0.9.8] - 2019-06-13
- releasing PCR-oligo sequences widget
- fixing a couple bugs with variation molecular details widget
Expand Down
2 changes: 1 addition & 1 deletion Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"AWSEBDockerrunVersion": 1,
"Image": {
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:0.9.8",
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:0.9.9",
"Update": "true"
},
"Ports": [
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := wormbase/rest
WORMBASE_REST_VERSION ?= "0.9.8"
WORMBASE_REST_VERSION ?= "0.9.9"
EBX_CONFIG := .ebextensions/.config
WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \
${EBX_CONFIG} | tr -d " " | head -n 1)
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject wormbase/rest-api "0.9.8"
(defproject wormbase/rest-api "0.9.9"
:description
"REST API for retrieving data from datomic on a per widget basis"
:url "https://github.com/WormBase/wormbase-rest"
Expand Down Expand Up @@ -62,7 +62,7 @@
:source-paths ["dev"]
:jvm-opts ["-Xmx1G"]
:env
{:wb-db-uri "datomic:ddb://us-east-1/WS271/wormbase"
{:wb-db-uri "datomic:ddb://us-east-1/WS270/wormbase"
:swagger-validator-url "http://localhost:8002"}
:plugins
[[jonase/eastwood "0.2.3"
Expand Down

0 comments on commit c02002d

Please sign in to comment.