Skip to content

v0.4.4

Compare
Choose a tag to compare
@atc0005 atc0005 released this 22 Feb 01:30
· 985 commits to master since this release

Overview

  • Add new flag
  • Change existing flag
  • Dependency update
  • built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • Implement verbose flag
    • expose certificate fingerprints
    • expose KeyID and IssuerKeyID values
      • previously shown by default

Changed

  • Flags

    • reassign v short flag from version to verbose flag
  • Output

    • KeyID and IssuerKeyID values are now shown only when the v short
      flag or verbose long flags are specified
  • Dependencies

    • actions/setup-node
      • updated from v2.3.0 to v2.3.2

References