Skip to content

Commit

Permalink
Bumped version to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Jul 22, 2023
1 parent 891e53f commit e6ccc35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $ docker run --rm \
-p 8080:8080 \
-p 8081:8081 \
-p 3000:80 \
ekofr/authz:v0.8.3-standalone
ekofr/authz:v0.8.4-standalone
```

Here, we use SQLite in-memory as database.
Expand Down
6 changes: 3 additions & 3 deletions docs/architecture/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ docker run --rm \
-p 8080:8080 \
-p 8081:8081 \
-p 3000:80 \
ekofr/authz:v0.8.3-standalone
ekofr/authz:v0.8.4-standalone
```

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

and the frontend:

```bash
$ docker run --rm \
-p 3000:80 \
ekofr/authz:v0.8.3-frontend
ekofr/authz:v0.8.4-frontend
```

## Build from sources
Expand Down
2 changes: 1 addition & 1 deletion sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/eko/authz/sdk
go 1.20

require (
github.com/eko/authz/backend v0.8.3
github.com/eko/authz/backend v0.8.4
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
google.golang.org/grpc v1.54.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/eko/authz/backend v0.8.3 => ../backend
# github.com/eko/authz/backend v0.8.4 => ../backend
## explicit; go 1.20
github.com/eko/authz/backend/pkg/authz
# github.com/golang/protobuf v1.5.3
Expand Down

0 comments on commit e6ccc35

Please sign in to comment.