Skip to content

Commit

Permalink
v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhamez committed Jun 10, 2021
1 parent 5ecbb0d commit 98a2dba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0

2021-06-10

- New gates added (Stargate Trailblazers).

## 0.8.2

2021-04-06
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ docker run \
--env EVE_ROUTE_CLIENT_SECRET=12ab \
--env EVE_ROUTE_CALLBACK=http://localhost:8080/api/auth/login \
--mount type=bind,source="$(pwd)",target=/data \
-p 8080:8080 --rm tkhamez/eve-route:0.8.2
-p 8080:8080 --rm tkhamez/eve-route:1.0.0
```

You can also build the image yourself. For this make sure there is exactly one fat JAR file at
Expand All @@ -127,7 +127,7 @@ docker run \
--env EVE_ROUTE_CLIENT_SECRET=12ab \
--env EVE_ROUTE_CALLBACK=http://localhost:8080/api/auth/login \
--network host \
-p 8080:8080 --rm eve-route
--rm eve-route
```

### Deploy on Heroku
Expand Down Expand Up @@ -156,7 +156,7 @@ git submodule update --init

### Docker

This was only tested so far on Linux with Docker 19.03 and [Docker Compose](https://docs.docker.com/compose/) 1.
This has only been tested on Linux with Docker 19.03 and [Docker Compose](https://docs.docker.com/compose/) 1.

Run the containers:
```shell script
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'

group 'net.tkhamez.everoute'
version '0.8.2'
version '1.0.0'
mainClassName = "io.ktor.server.netty.EngineMain"
webAppDirName = 'webapp'

Expand Down

0 comments on commit 98a2dba

Please sign in to comment.