diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..221aca7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!*.sh + diff --git a/provision-openfga-cli.sh b/provision-openfga-cli.sh index 741595c..e3436cc 100755 --- a/provision-openfga-cli.sh +++ b/provision-openfga-cli.sh @@ -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 diff --git a/provision-openfga.sh b/provision-openfga.sh index c00b2c2..fe1ed5d 100755 --- a/provision-openfga.sh +++ b/provision-openfga.sh @@ -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