Skip to content

Commit

Permalink
Merge pull request #3 from canonical/IAM-517
Browse files Browse the repository at this point in the history
Bump OpenFGA version to 1.3.9
  • Loading branch information
nsklikas authored Dec 7, 2023
2 parents 3d8fa79 + 6fb2992 commit f2cacbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

```bash
rockcraft pack -v
sudo skopeo --insecure-policy copy oci-archive:./openfga_1.3.3_amd64.rock docker-daemon:openfga:latest
sudo skopeo --insecure-policy copy oci-archive:./openfga_1.3.9_amd64.rock docker-daemon:openfga:latest
docker run openfga:latest
```
6 changes: 3 additions & 3 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: openfga
base: bare
build-base: ubuntu:22.04
version: "1.3.3"
build-base: ubuntu@22.04
version: "1.3.9"
summary: Openfga Authorization Server
description: |
OpenFGA is a flexible Authorization system inspired by Google's Zanzibar, designed for reliability and low latency at scale.
Expand Down Expand Up @@ -46,7 +46,7 @@ parts:
- CGO_ENABLED: 0
source: https://github.com/openfga/openfga
source-type: git
source-tag: v1.3.3
source-tag: v1.3.9
override-build: |
src_config_path="github.com/openfga/openfga/internal"
build_ver="${src_config_path}/build.Version"
Expand Down

0 comments on commit f2cacbe

Please sign in to comment.