Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions LLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ CI: `hanzoai/.github/.github/workflows/docker-build.yml@main` builds
`ghcr.io/hanzoai/kms:<branch>` for `linux/amd64` + `linux/arm64` on
native runners (DO+GKE), no QEMU.

Releases: a semver tag (`vX.Y.Z` matching `VERSION`) triggers
`.github/workflows/release.yml`, which publishes the multi-arch
`ghcr.io/hanzoai/kms:vX.Y.Z` + `:X.Y.Z` + `:latest` manifest and
dispatches `hanzoai/universe` to bump the pin. The universe manifest
pins the released tag (`ghcr.io/hanzoai/kms:2.5.5`) — never a DOCR
one-off. `VERSION` (`2.5.5`) wraps canonical `luxfi/kms v1.11.7`.

## Where things live

```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2
2.5.5
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ go 1.26.4

// luxfi/keys + luxfi/kms drive the consensus-native ZAP secret surface.
// Tagged upstream:
// luxfi/keys v1.1.0 — BBF-bound hybrid signature (secp256k1+ML-DSA-65)
// luxfi/kms v1.11.0 — anti-replay nonce ledger closes 5min window
// luxfi/keys v1.2.0 — BBF-bound hybrid signature (secp256k1+ML-DSA-65)
// luxfi/kms v1.11.7 — anti-replay nonce ledger closes 5min window
require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/hanzoai/cloud v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ github.com/luxfi/tls v1.0.3 h1:rK3nxSAxrUOOSHOZnKChwV4f6UJ+cfOl8KWJXAQx/SI=
github.com/luxfi/tls v1.0.3/go.mod h1:dQqSiGE7YxXUxOwICoReUuIitBms9DYOaCeteBwmIWw=
github.com/luxfi/vm v1.2.0 h1:jTwQRHdC9VmyRZTPSn+IqjMju7f6xlxLc6P9CEg+Y2M=
github.com/luxfi/vm v1.2.0/go.mod h1:qasVIBRerVQuvy9vFGrX3H8X8pPMPG5un/KbZSyq5YY=
github.com/luxfi/zap v0.8.1 h1:MiVRsRA808bXn6Orc81cjlGjqbn8gf7fr9aP5MPbLEM=
github.com/luxfi/zap v0.8.1 h1:IzYWf4T35QjsUJhoNbuhew8MDDRYmlZUVx4gKBNLjMA=
github.com/luxfi/zap v0.8.1/go.mod h1:gUoQ/V9nTLLIb4/n0bY/L2zQDYK6pDBG121rK4t8bpg=
github.com/luxfi/zapdb v1.10.0 h1:1lLHEmkyC0BucnA/zjQYsMkUVxuEo2vQkEaQGjYfuuc=
github.com/luxfi/zapdb v1.10.0/go.mod h1:Qukh3hDRD0MnxA6z+a28JTnXhN85AiLLgp6TYr4QAMc=
Expand Down
Loading