update openfga

This commit is contained in:
Brandon Kalinowski 2024-10-28 15:08:57 +00:00
parent 52e7012b41
commit 516475d47a
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!*.sh

View File

@ -5,7 +5,7 @@ OPENFGA_FQDN="localhost"
# see https://github.com/openfga/cli/releases
# renovate: datasource=github-releases depName=openfga/cli
openfga_cli_version='0.3.0'
openfga_cli_version='0.6.1'
# download and install the fga cli.
# see https://github.com/openfga/cli/releases

View File

@ -7,7 +7,7 @@ OPENFGA_FQDN="localhost"
# see https://github.com/openfga/openfga/releases
# renovate: datasource=github-releases depName=openfga/openfga
openfga_version='1.5.3'
openfga_version='1.6.2'
# create the openfga system user.
groupadd --system openfga || true