github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-11-18-goreleaser-v1.13.md (about) 1 --- 2 date: 2022-11-18 3 slug: goreleaser-v1.13 4 categories: 5 - announcements 6 authors: 7 - caarlos0 8 --- 9 10 # Announcing GoReleaser v1.13 — the November release 11 12 Another month, another release! 13 14 Like the previous 2 releases, this is a beefy one: over 100 commits from 15 15 contributors! 16 17 <!-- more --> 18 19  20 21 This one also marks the point of 1 year since v1.0.0! 22 23 ### Highlights 24 25 - `docker`, `docker buildx` and `podman` (on GoReleaser Pro) will now use the 26 image `digest` when creating `docker manifests`. This should help ensure that 27 what you are releasing wasn't changed by an outside tool. 28 - In the same token, the Docker images and manifests signing with `cosign` 29 will now use the `digest` by default. 30 - GoReleaser can now announce to Mastodon! 31 - Ability to create Arch Linux packages, _btw_. 32 - Still regarding nFPM, `dst`s with trailing slashes will now have the same 33 behavior as tools such as `cp` with trailing slashes. 34 - For Windows fans: you can now create and publish `nupkg`s (Chocolatey 35 packages)! 36 - Better support for building and publishing shared or static libraries. 37 - Many bug fixes and documentation improvements. 38 39 You can [install][] the same way you always do, and you can see the full release 40 notes [here][oss-rel] and [here (for Pro)][pro-rel]. 41 42 [install]: https://goreleaser.com/install 43 [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.13.0-pro 44 [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.13.0 45 46 ### Other news 47 48 - GoReleaser now has ~10.9k stars and 313 contributors! Thanks, everyone! 49 - We are now present in the fediverse, give us a follow at 50 [@goreleaser@fosstodon.org](https://fosstodon.org/@goreleaser). 51 - We eventually discuss new features in our Discord server. 52 [Join the conversation](https://goreleaser.com/discord)! 53 - nFPM had new releases as well, 54 [check it out](https://github.com/goreleaser/nfpm/releases). 55 - We made a bunch of progress towards getting 100% in the 56 [OpenF Best Practices](https://bestpractices.coreinfrastructure.org/en/projects/5420#analysis) 57 assessment... and we're almost there.