From 68f370e4e88c0ac69114ed9907a2e00d436c4e4e Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Mon, 3 Jun 2024 06:19:41 -0400 Subject: [PATCH] release: v0.1.1 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c004e5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +### [0.1.1](https://github.com/openfga/action-openfga-test/compare/v0.1.0...v0.1.1) (2024-06-03) + +Added: +- Support running tests against a configurable external fga server (#11) - thanks @le-yams + Note that when running against an external server, the model defined in the file is ignored, and the tuples are limited to 20 +- Support multiple test files (#8) - thanks @le-yams + This adds support for 2 optional parameters that specify what tests the action will run: + * `test_path` to specify a test file or folder (default value `.`) + * `test_files_pattern` to specify the pattern used to match test files (default value `*.fga.yaml`) + +### [0.1.0](https://github.com/openfga/action-openfga-test/tree/v0.1.0) (2024-01-09) + +Initial OpenFGA Test Action release. + +This action can be used to run tests against an OpenFGA store file with a model.