yggvault @ v0.3.0
integrity
- size
- 822.6 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/voluminor/yggvault
release notes
Fixed
- Universal
.zipand.tar.gzarchives are now raw, host-independent source tree archives with top directory<key>-<version>/. - Go import-path rewriting now applies only to Go proxy module zips:
@v/<version>.zip. - Archive serving no longer selects stale listener-specific or old-format universal artifact rows.
rebuild-cachenow:- creates completely missing artifact rows,
- updates drifted artifact digests,
- prunes legacy listener-specific universal rows,
- reports
created,pruned, andhost_changed.
- Startup now reconciles old artifact layout metadata in the background when needed.
- Brother RPC blob fetch now fails on real storage read errors instead of silently returning a partial batch. Missing blobs are still skipped.
- Archive downloads now include
Content-Dispositionfilenames:- universal archives:
<key>-<version>.<ext> - Go proxy zips:
<key>@<version>.zip
- universal archives:
- OpenAPI and README docs now describe the raw universal archive contract.
Upgrade Note
Run yggvault --rebuild-cache <config.yml> after upgrading if the node already served artifacts before this release. This repairs stale artifact metadata immediately instead of waiting for startup reconciliation.
What's Changed
- fix/go-mod-tree by @SUNsung in https://github.com/voluminor/yggvault/pull/1
Full Changelog: https://github.com/voluminor/yggvault/commits/v0.3.0
download
unix · zip
curl -fL -o v0.3.0.zip https://ratatoskr.space/pkg/yggvault/v0.3.0.zip
printf '%s %s\n' 'a9ac74ced58de2f889a7bb723dfe4175611fb71b5655f149395ad42d09b3e981' 'v0.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/yggvault/v0.3.0.zip"
$out = "v0.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9ac74ced58de2f889a7bb723dfe4175611fb71b5655f149395ad42d09b3e981") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.3.0.tar.gz https://ratatoskr.space/pkg/yggvault/v0.3.0.tar.gz
printf '%s %s\n' '480dd130674e5411c60fa47fc573558e5e0849316ba24a6b91076cacd1e51202' 'v0.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/yggvault/v0.3.0.tar.gz"
$out = "v0.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "480dd130674e5411c60fa47fc573558e5e0849316ba24a6b91076cacd1e51202") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault/v0.3.0.zip
printf '%s %s\n' 'a9ac74ced58de2f889a7bb723dfe4175611fb71b5655f149395ad42d09b3e981' 'v0.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault/v0.3.0.zip"
$out = "v0.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9ac74ced58de2f889a7bb723dfe4175611fb71b5655f149395ad42d09b3e981") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault/v0.3.0.tar.gz
printf '%s %s\n' '480dd130674e5411c60fa47fc573558e5e0849316ba24a6b91076cacd1e51202' 'v0.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault/v0.3.0.tar.gz"
$out = "v0.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "480dd130674e5411c60fa47fc573558e5e0849316ba24a6b91076cacd1e51202") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.3.0.zip | zip | 830.8 KiB |
blake3-24 3f0188e726289c1c196b1f0f967f2e86d0e0ff46114a61de
sha256 a9ac74ced58de2f889a7bb723dfe4175611fb71b5655f149395ad42d09b3e981
sha1 96c2fc1d43d1681dfea498b7c9125f20e5553109
|
| v0.3.0.tar.gz | tar.gz | 647.9 KiB |
blake3-24 15bfddc35995943a2f0a12bd49e796e6c29472b4a33fc34d
sha256 480dd130674e5411c60fa47fc573558e5e0849316ba24a6b91076cacd1e51202
sha1 ccb8047045852d403e73b30bcafdac7651ae1056
|
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 |
|---|---|---|---|
| v0.3.0.zip | zip | 839.4 KiB |
blake3-24 54c59273d1cb17d4eb36d78c542cf4bc342381fe6fe2d8f4
sha256 7e225922b631616441d0d7345c376d0b1be8ac50a7d72c1174ee04202adcb6a7
sha1 6e606448f35f17bc2467683c14cc66cea8902b84
|
install
bazel
http_archive(
name = "yggvault",
urls = ["https://ratatoskr.space/pkg/yggvault/v0.3.0.tar.gz"],
integrity = "sha256-SA3RMGdOVBHGD6R/xXNVjl4ISTFrokprkQdsrNHlEgI=",
strip_prefix = "yggvault-v0.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/yggvault/v0.3.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/yggvault@v0.3.0
install via yggdrasil mesh
bazel
http_archive(
name = "yggvault",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault/v0.3.0.tar.gz"],
integrity = "sha256-SA3RMGdOVBHGD6R/xXNVjl4ISTFrokprkQdsrNHlEgI=",
strip_prefix = "yggvault-v0.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault/v0.3.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggvault@v0.3.0