mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-05 13:15:26 +02:00
docs: announce v2.2
This commit is contained in:
parent
e50b72b4a8
commit
06e37acae7
58
www/docs/blog/posts/2024-08-14-v2.2.md
Normal file
58
www/docs/blog/posts/2024-08-14-v2.2.md
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
date: 2024-08-14
|
||||
slug: goreleaser-v2.2
|
||||
categories:
|
||||
- announcements
|
||||
authors:
|
||||
- caarlos0
|
||||
---
|
||||
|
||||
# Announcing GoReleaser v2.2
|
||||
|
||||
Another month, another minor release full of improvements!
|
||||
|
||||
<!-- more -->
|
||||
|
||||
- **new**: `binary_signs` allows to sign binaries before archiving them
|
||||
- **new**: `signs.if`, `binary_signs.if`, `docker_signs.if` allows to further
|
||||
filter artifacts using template expressions (only on [pro][])
|
||||
- **new**: `list` and `in` template functions
|
||||
- **new**: `--skip=report-sizes`
|
||||
- **new**: `--clean` will now remove `./dist` **before** checking if the current
|
||||
git state
|
||||
- **gitlab**: fixed release file URL
|
||||
- **templates**: fixed `isEnvSet` and `envOrDefault` not working in some cases
|
||||
- **ko**: clarified an error message, also `cyclonedx` and `go.version-m`
|
||||
support was removed from upstream, so we removed it here too
|
||||
- **deprecated**: `nightly.name_template` -> `nightly.version_template`
|
||||
- **deprecated**: `snapshot.name_template` -> `snapshot.version_template`
|
||||
|
||||
As always, bug fixes, dependency updates, housekeeping, and documentation
|
||||
updates are included in this release as well.
|
||||
|
||||
## Other news
|
||||
|
||||
- GoReleaser now has ~13.5k stars and 398 contributors! Thanks, everyone!
|
||||
- We eventually discuss new features in our Discord server.
|
||||
[Join the conversation][discord]!
|
||||
- nFPM had new releases as well,
|
||||
[check it out](https://github.com/goreleaser/nfpm/releases).
|
||||
|
||||
## Download
|
||||
|
||||
You can [install][] or upgrade using your favorite package manager, or see the
|
||||
full release notes and download the pre-compiled binaries [here][oss-rel] and
|
||||
[here (for Pro)][pro-rel].
|
||||
|
||||
## Helping out
|
||||
|
||||
You can help by reporting issues, contributing features, documentation
|
||||
improvements, and bug fixes.
|
||||
You can also [sponsor the project](/sponsors), or get a
|
||||
[GoReleaser Pro licence][pro].
|
||||
|
||||
[pro]: /pro
|
||||
[install]: https://goreleaser.com/install
|
||||
[pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.26.0-pro
|
||||
[oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.26.0
|
||||
[discord]: https://goreleaser.com/discord
|
Loading…
x
Reference in New Issue
Block a user