openfga @ v1.14.2
integrity
- size
- 1.2 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Fixed
- Use delimiter in contextual tuple key in experimental
weighted_graph_check, and add validation in v2Check. Thanks to @0xmrma for reporting this bug. #3064
Full Changelog: https://github.com/openfga/openfga/compare/v1.14.1...v1.14.2
download
unix · zip
curl -fL -o v1.14.2.zip https://ratatoskr.space/pkg/openfga/v1.14.2.zip
printf '%s %s\n' 'dea7385c143f2aac0a91e731c2c74b2193bba4e4b702fbc75065b19215f732cf' 'v1.14.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.14.2.zip"
$out = "v1.14.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dea7385c143f2aac0a91e731c2c74b2193bba4e4b702fbc75065b19215f732cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.14.2.tar.gz https://ratatoskr.space/pkg/openfga/v1.14.2.tar.gz
printf '%s %s\n' '8b119a096a3b8cca1f8728399153bf8c6a48a40a4c46cd5247345f82c0c64697' 'v1.14.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.14.2.tar.gz"
$out = "v1.14.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b119a096a3b8cca1f8728399153bf8c6a48a40a4c46cd5247345f82c0c64697") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.14.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.14.2.zip
printf '%s %s\n' 'dea7385c143f2aac0a91e731c2c74b2193bba4e4b702fbc75065b19215f732cf' 'v1.14.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.14.2.zip"
$out = "v1.14.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dea7385c143f2aac0a91e731c2c74b2193bba4e4b702fbc75065b19215f732cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.14.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.14.2.tar.gz
printf '%s %s\n' '8b119a096a3b8cca1f8728399153bf8c6a48a40a4c46cd5247345f82c0c64697' 'v1.14.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.14.2.tar.gz"
$out = "v1.14.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b119a096a3b8cca1f8728399153bf8c6a48a40a4c46cd5247345f82c0c64697") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.14.2.zip | zip | 1.2 MiB |
blake3-24 f55f0088d39f93c4d95fc2d30d536de5fa0cb6969f4e1567
sha256 dea7385c143f2aac0a91e731c2c74b2193bba4e4b702fbc75065b19215f732cf
sha1 b15117566ba0304dfa186086acbf71dadde79e12
|
| v1.14.2.tar.gz | tar.gz | 969.3 KiB |
blake3-24 904960ba067653ee6e1986e82a68b181a3049420893ccf85
sha256 8b119a096a3b8cca1f8728399153bf8c6a48a40a4c46cd5247345f82c0c64697
sha1 bc540b19fca2d2a279bc1d3b2103644ef84e83d4
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.14.2.zip | zip | 1.2 MiB |
blake3-24 92c1aac8bc779c885f279b91a8112173efbc9cc37047cb66
sha256 3f738e20acfb6b566a5625ab30b4b7cd987496b5ff3eb42d0a8799ec9489ddf8
sha1 32d9ac481a77c3b295da92d08bab9ec2d379354a
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.14.2.tar.gz"],
integrity = "sha256-ixGaCWo7jMofhyg5kVO/jGpIpApMRs1SRzRfgsDGRpc=",
strip_prefix = "openfga-v1.14.2",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.14.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.14.2
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.14.2.tar.gz"],
integrity = "sha256-ixGaCWo7jMofhyg5kVO/jGpIpApMRs1SRzRfgsDGRpc=",
strip_prefix = "openfga-v1.14.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.14.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.14.2