github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2024-02-05-goreleaser-v1.24.md (about)

     1  ---
     2  date: 2024-02-05
     3  slug: goreleaser-v1.24
     4  categories: [announcements]
     5  authors: [caarlos0]
     6  ---
     7  
     8  # Announcing GoReleaser v1.24 - the first of 2024
     9  
    10  Happy new year!
    11  The first release of 2024 is here!
    12  
    13  <!-- more -->
    14  
    15  ## Highlights
    16  
    17  - **security**: goreleaser would log environment variables in some
    18    configurations when run with `--verbose`. Note that we only recommend using
    19    the `--verbose` flag locally, to debug possible issues.
    20    [CVE-2024-23840](https://nvd.nist.gov/vuln/detail/CVE-2024-23840)
    21  - **new**: create DMG images (with `hdutil`/`mkisofs`) (only on [Pro][pro])
    22  - **new**: create MSI installers (with `wix`/`msitools`) (only on [Pro][pro])
    23  - **git**: options to ignore tag prefixes (only on [Pro][pro])
    24  - **blog**: we fully migrated our blog from Medium to [mkdocs](/blog)
    25  - **blob**: ACLs, cache control, and content disposition
    26  - **nfpm**: add libraries to packages
    27  - **artifactory**: allow to publish source archives
    28  - **brew**: improve handling of single OS
    29  - **nix**: improved generated derivations, use `stdenvNoCC` by default
    30  - **templates**: new fields added, `.GitTreeState`, `.IsGitClean`, `.Format`
    31  - **jsonschema**: we now validate our jsonschema every time it changes to make
    32    sure it is still valid
    33  - **deprecations**: we deprecated some options in the `changelog` and `blobs`
    34    sections. [Details](/deprecations)
    35  
    36  As always, bug fixes, dependency updates, housekeeping, and documentation
    37  updates are included in this release as well.
    38  
    39  ## Other news
    40  
    41  - GoReleaser now has ~12.6k stars and 370 contributors! Thanks, everyone!
    42  - We eventually discuss new features in our Discord server. 
    43    [Join the conversation][discord]!
    44  - nFPM had new releases as well, 
    45    [check it out](https://github.com/goreleaser/nfpm/releases).
    46  
    47  ## Download
    48  
    49  You can [install][] or upgrade using your favorite package manager, or see the
    50  full release notes and download the pre-compiled binaries [here][oss-rel] and
    51  [here (for Pro)][pro-rel].
    52  
    53  ## Helping out
    54  
    55  You can help by reporting issues, contributing features, documentation
    56  improvements, and bug fixes.
    57  You can also [sponsor the project](/sponsors), or get a
    58  [GoReleaser Pro licence][pro].
    59  
    60  [pro]: /pro
    61  [install]: https://goreleaser.com/install
    62  [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.24.0-pro
    63  [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.24.0
    64  [discord]: https://goreleaser.com/discord