Skip to content

Releases: SRv6d/hanko

v0.5.2

15 Dec 22:59
1f7f424
Compare
Choose a tag to compare

What's Changed

Added

  • Shell completion files for bash, zsh, fish, elvish and powershell.
  • Manpages.

Changed

  • Version output now contains features and build time information.

Internal

  • Minimize enabled features for external dependencies and improve binary size.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

24 Nov 22:17
6f076e7
Compare
Choose a tag to compare

What's Changed

Added

  • Debian Packages to releases.

Internal

  • Updated all dependencies.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Nov 20:39
dc234c3
Compare
Choose a tag to compare

What's Changed

Added

  • Subcommand to add allowed signers.

Changed

  • Unknown fields in the configuration will now cause an error instead of being ignored.
  • Loading a configuration file that does not exist will cause an error.
  • All of a signers sources are now queried concurrently.
  • If a user does not exist on a source a warning will be logged instead of returning an error.
  • If a user does not have any keys configured on a source, a warning will be logged.

Full Changelog: v0.4.1...v0.5.0

v0.4.1

28 Oct 23:10
f7d8705
Compare
Choose a tag to compare

What's Changed

Security

  • Update yanked futures-rs version containing use after free.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Oct 10:43
8d9e2aa
Compare
Choose a tag to compare

What's Changed

Added

  • A Changelog.
  • Build provenance file to releases.

Removed

  • Allowed signers file option from configuration file.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Oct 09:05
30b3a51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

18 Jul 20:26
b5556a7
Compare
Choose a tag to compare

This release fixes CVE-2024-40644 in gix-path.

What's Changed

  • Run cargo directly instead of using unmaintained cargo-rs action by @SRv6d in #63
  • Bump gix-path from 0.10.8 to 0.10.9 by @dependabot in #64
  • Bump version to 0.2.1 by @SRv6d in #65

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Jul 19:47
21da63d
Compare
Choose a tag to compare

What's Changed

  • Don't include directories in zip release archive by @SRv6d in #53
  • Customize reqwest client by @SRv6d in #54
  • Log API responses in trace mode by @SRv6d in #55
  • Add provenance attestation build step by @SRv6d in #57
  • Remove openssl-sys dependency by @SRv6d in #58
  • Install gcc and musl tools for respective build environments by @SRv6d in #59
  • Fix aarch64 builds by @SRv6d in #60
  • Bump version to 0.2.0 by @SRv6d in #61
  • Add MIT license by @SRv6d in #62

Full Changelog: v0.1.0...v0.2.0