Commits on Source 3

  • Matt Cockayne's avatar
    fix(backend): require go/signing v0.8.0 and clarify the no-factory error · 5323e962
    Matt Cockayne authored
    signing-cli v0.6.0 advertised the --backend type:instance syntax but its
    go.mod minimum (go/signing v0.7.0) predates the local factory, so a
    consumer bumping only signing-cli got the flag without the capability and
    a misleading "unknown signing backend type" for a registered backend
    (found by go-tool-base against the released bits).
    
    Raise the go/signing requirement to v0.8.0 so the local named path is
    self-consistent, and enrich the resolver error: when a type is registered
    as a default but has no factory, say so and point at the default / a
    backend update, instead of claiming the type is unknown. A genuinely
    unknown type still surfaces ErrUnknownBackendType. The aws-kms factory is
    in signing-aws-kms — a separate module signing-cli cannot pin — so the
    clearer error is the guard there. Per spec 0001.
    5323e962
  • Matt Cockayne's avatar
  • Matt Cockayne's avatar
    chore(main): release v0.6.1 · 18ee0ad1
    Matt Cockayne authored
    18ee0ad1
Loading
Loading