Skip to content

Commit 8730313

Browse files
committed
release WS297
1 parent f4b9348 commit 8730313

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.ebextensions/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option_settings:
22
- option_name: WB_DB_URI
3-
value: datomic:ddb://us-east-1/WS296/wormbase
3+
value: datomic:ddb://us-east-1/WS297/wormbase
44
- option_name: _JAVA_OPTIONS
55
value: "-Xmx13g"

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.6.1] - 2025-06-19
6+
- initial release for WS297
7+
58
## [1.6.0] - 2025-04-23
69
- initial release for WS296
710

8-
911
## [1.5.9] - 2025-01-13
1012
- initial release for WS295
1113

12-
1314
## [1.5.8] - 2024-10-14
1415
- initial release for WS294
1516

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := wormbase/rest
2-
WORMBASE_REST_VERSION ?= "1.6.0"
2+
WORMBASE_REST_VERSION ?= "1.6.1"
33
EBX_CONFIG := .ebextensions/.config
44
WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \
55
${EBX_CONFIG} | tr -d " " | head -n 1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Run following commands and test each step happens correctly.
1515

1616
```bash
17-
export WB_DB_URI="datomic:ddb://us-east-1/WS296/wormbase"
17+
export WB_DB_URI="datomic:ddb://us-east-1/WS297/wormbase"
1818
lein ring server-headless 8130
1919
lein do eastwood, test
2020
make docker-build

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
wormbase_api:
4-
image: 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.6.0
4+
image: 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.6.1
55
ports:
66
- "80:3000"
77
environment:

0 commit comments

Comments
 (0)