openfga @ v1.3.6
integrity
- size
- 658.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Provenance manifests generation (
openfga.intoto.jsonl) for verification of release artifacts with SLSA attestations.
Changed
-
Removed the experimental flag
check-query-cache.If you wish to enable the Check query cache you no longer need the experimental flag.
download
unix · zip
curl -fL -o v1.3.6.zip https://ratatoskr.space/pkg/openfga/v1.3.6.zip
printf '%s %s\n' '342fd8539c76906e42e21696d3711e1a673e7092146c77c0651e3dfec11f88cf' 'v1.3.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.3.6.zip"
$out = "v1.3.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "342fd8539c76906e42e21696d3711e1a673e7092146c77c0651e3dfec11f88cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.6.tar.gz https://ratatoskr.space/pkg/openfga/v1.3.6.tar.gz
printf '%s %s\n' '68e108e3d38da96a119ab78af7876831ed486b37234cbb2dcec2a6ab3502525d' 'v1.3.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.3.6.tar.gz"
$out = "v1.3.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68e108e3d38da96a119ab78af7876831ed486b37234cbb2dcec2a6ab3502525d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.6.zip
printf '%s %s\n' '342fd8539c76906e42e21696d3711e1a673e7092146c77c0651e3dfec11f88cf' 'v1.3.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.6.zip"
$out = "v1.3.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "342fd8539c76906e42e21696d3711e1a673e7092146c77c0651e3dfec11f88cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.6.tar.gz
printf '%s %s\n' '68e108e3d38da96a119ab78af7876831ed486b37234cbb2dcec2a6ab3502525d' 'v1.3.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.6.tar.gz"
$out = "v1.3.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68e108e3d38da96a119ab78af7876831ed486b37234cbb2dcec2a6ab3502525d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.3.6.zip | zip | 658.9 KiB |
blake3-24 ffdfbf2072f8aad379ebdad7ebc8e727f4d9cff4e01a9bb2
sha256 342fd8539c76906e42e21696d3711e1a673e7092146c77c0651e3dfec11f88cf
sha1 56d7168277a954a0d8635f956ed5c63eb5f2a064
|
| v1.3.6.tar.gz | tar.gz | 549.4 KiB |
blake3-24 7d4faea26e0743be81dc3adfc30a9ee33fe30f498ce0eaed
sha256 68e108e3d38da96a119ab78af7876831ed486b37234cbb2dcec2a6ab3502525d
sha1 b402600c53f3f18b21051753b2d849967687d3d7
|
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.3.6.zip | zip | 662.3 KiB |
blake3-24 fb071cc270120bc15f3cbefc677e74cc6402bac4249ab135
sha256 d922713e743b0675287228ede154d4cc35162b4a3d2d523fc71542cec7969da2
sha1 b23ccf8714b11123a5e223c1d7f85747f53fa77d
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.3.6.tar.gz"],
integrity = "sha256-aOEI49ONqWoRmreK94doMe1IazcjTLstzsKmqzUCUl0=",
strip_prefix = "openfga-v1.3.6",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.3.6.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.3.6
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.6.tar.gz"],
integrity = "sha256-aOEI49ONqWoRmreK94doMe1IazcjTLstzsKmqzUCUl0=",
strip_prefix = "openfga-v1.3.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.6.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.3.6