Skip to content

Commit e6ccc35

Browse files
committed
Bumped version to v0.8.4
1 parent 891e53f commit e6ccc35

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ docker run --rm \
7979
-p 8080:8080 \
8080
-p 8081:8081 \
8181
-p 3000:80 \
82-
ekofr/authz:v0.8.3-standalone
82+
ekofr/authz:v0.8.4-standalone
8383
```
8484

8585
Here, we use SQLite in-memory as database.

docs/architecture/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ docker run --rm \
1919
-p 8080:8080 \
2020
-p 8081:8081 \
2121
-p 3000:80 \
22-
ekofr/authz:v0.8.3-standalone
22+
ekofr/authz:v0.8.4-standalone
2323
```
2424

2525
Here, we are forwarding the 3 following ports:
@@ -44,15 +44,15 @@ $ docker run --rm \
4444
-e database_name=:memory: \
4545
-p 8080:8080 \
4646
-p 8081:8081 \
47-
ekofr/authz:v0.8.3-backend
47+
ekofr/authz:v0.8.4-backend
4848
```
4949

5050
and the frontend:
5151

5252
```bash
5353
$ docker run --rm \
5454
-p 3000:80 \
55-
ekofr/authz:v0.8.3-frontend
55+
ekofr/authz:v0.8.4-frontend
5656
```
5757

5858
## Build from sources

sdk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/eko/authz/sdk
33
go 1.20
44

55
require (
6-
github.com/eko/authz/backend v0.8.3
6+
github.com/eko/authz/backend v0.8.4
77
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
88
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
99
google.golang.org/grpc v1.54.0

sdk/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/eko/authz/backend v0.8.3 => ../backend
1+
# github.com/eko/authz/backend v0.8.4 => ../backend
22
## explicit; go 1.20
33
github.com/eko/authz/backend/pkg/authz
44
# github.com/golang/protobuf v1.5.3

0 commit comments

Comments
 (0)