Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Releases: mitchellh/gon

v0.2.5

30 Mar 04:05
c3afcf0
Compare
Choose a tag to compare

Changelog

  • 80a62a3 Revert "goreleaser: remove archive, gon makes it"
  • ea90b9d Revert "goreleaser: switch gon to hook"
  • e13050b goreleaser: disable checksums
  • 844fe59 goreleaser: remove archive, gon makes it
  • 0941ab7 goreleaser: switch gon to hook
  • 0d70537 shorten brew description
  • c3afcf0 signing step has to use proper artifact

v0.2.4

30 Mar 03:21
d01e809
Compare
Choose a tag to compare

Changelog

  • e818b53 Merge pull request #38 from simonw/patch-1
  • 5e6995b Merge pull request #58 from evanphx/patch-1
  • c70da32 More note about application password more obvious
  • fb884f2 You don't need "brew tap" any more
  • d01e809 fix goreleaser deprecation
  • 704de43 update go.sum for Go 1.18

v0.2.3

06 Mar 18:11
19a1e4b
Compare
Choose a tag to compare

Changelog

27a6dea Add some troubleshooting information.
b06b5fa GoReleaser
16606cb Merge pull request #13 from vrischmann/asc-provider
d1268f4 Merge pull request #15 from skyzyx/feature/troubleshooting
19a1e4b Update makefile to remove old build methods
8fd67c6 notarize: use the provider when calling xcrun
ae2ed43 remove binary committed

v0.2.2

11 Nov 01:34
5d2789c
Compare
Choose a tag to compare

Changelog

Improvements

  • Apple ID information can now be specified using environment variables as defaults: AC_USERNAME, AC_PASSWORD, and AC_PROVIDER 3278d62

Bug Fixes

  • 18c7163 package/zip: work properly if source has multiple files

v0.2.1

06 Nov 07:09
6bf907f
Compare
Choose a tag to compare

Changelog

Improvements

  • sign: supports specifying an entitlements file 0723683
  • notarize: download and parse log files, showing an error if there are any issues. We learned that sometimes a notarization can show "success" but actually fail to pass Gatekeeper checks if there were warnings. These warnings are only visible online by viewing the log file. Gon can now download and parse this log file and show the error in advance. 8962847

Bug Fixes

  • 0a56f02 sign: on error show the full terminal output

v0.2.0

05 Nov 06:10
69049d8
Compare
Choose a tag to compare

Changelog

New Features

  • Notarization-only mode: you can now run gon to notarize existing packages. gon assumes these are codesigned already. See the README for more information.

Notarization-Only Mode

v0.1.1

04 Nov 00:45
31b5d02
Compare
Choose a tag to compare

Changelog

Fixes

  • 31b5d02 use structured errors to check for error 1519
  • 8a115c2 limit concurrent uploads to avoid error -18000, still notarize concurrently

v0.1.0

03 Nov 19:03
a272647
Compare
Choose a tag to compare

Initial release.