diff --git a/README.md b/README.md index d436a777..0edb4534 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/architecture/getting-started.md b/docs/architecture/getting-started.md index 4f8ebe6b..44bc283e 100644 --- a/docs/architecture/getting-started.md +++ b/docs/architecture/getting-started.md @@ -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: @@ -44,7 +44,7 @@ $ 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: @@ -52,7 +52,7 @@ 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 diff --git a/sdk/go.mod b/sdk/go.mod index b7e98e6b..ab83d5ee 100644 --- a/sdk/go.mod +++ b/sdk/go.mod @@ -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 diff --git a/sdk/vendor/modules.txt b/sdk/vendor/modules.txt index 51097aff..c23d53db 100644 --- a/sdk/vendor/modules.txt +++ b/sdk/vendor/modules.txt @@ -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