chore(deps): update dependency goreleaser/goreleaser to v1.13.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
goreleaser/goreleaser | minor |
1.12.3 -> 1.13.1
|
Release Notes
goreleaser/goreleaser
v1.13.1
Changelog
Bug fixes
-
d3cdd96
: fix: missing digests on manifests (#3602) (@caarlos0)
Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.13.0...v1.13.1
Find examples and commented usage of all options in our website. Want to help? You can sponsor,get a Pro License or contribute. Also, feel free to reach out on Discord and Twitter!
v1.13.0
Changelog
New Features
-
5eb1e4a
: feat: add digest to artifacts info of published docker images (#3540) (@gal-legit) -
e65c531
: feat: add mastodon (#3567) (@jolheiser) -
0a536f0
: feat: build of shared/static libraries (#3511) (@borgoat) -
f2281e8
: feat: chocolatey support (#3509) (@faabiosr) -
ad359a4
: feat: implement nfpm archlinux packages (#3470) (@Arsen6331) -
76dc0b5
: feat: output checksums to artifacts info (#3548) (@gal-legit) -
7544f7a
: feat: update to go 1.19.3 (#3523) (@caarlos0) -
4863781
: feat: use digest on manifests (#3555) (@caarlos0) -
b55b997
: feat: use digest to sign docker images/manifests (#3556) (@caarlos0)
Bug fixes
-
0ea4f1d
: fix(changelog): group regexps (#3527) (@stevenh) -
1272811
: fix(ci): codeql use go 1.19 (#3570) (@caarlos0) -
154c520
: fix: Trim trailing slash from Gitea URL (#3488) (@SamTherapy) -
1a69d44
: fix: allow to template scoop/brew/krew repo ref (#3521) (@caarlos0) -
6fd8eec
: fix: do not run changelog on goreleaser build (#3520) (@caarlos0) -
778f099
: fix: improve artifactory error handling (#3546) (@caarlos0) -
5731815
: fix: improve github release code (#3547) (@caarlos0) -
1a9209e
: fix: log missing image name (@caarlos0) -
5ca4a7d
: fix: log when no artifacts are found for docker (#3554) (@caarlos0) -
ab08d0b
: fix: move mastodon server to yaml (#3568) (@caarlos0) -
bb00eda
: fix: set dockers.goarm to 6 by default (#3552) (@caarlos0) -
096c6ba
: fix: variable name (@caarlos0)
Dependency updates
-
de1e6bb
: feat(deps): bump github.com/disgoorg/disgo from 0.13.20 to 0.13.21 (#3519) (@dependabot[bot]) -
226f56e
: feat(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 (#3558) (@dependabot[bot]) -
8794290
: feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#3539) (@dependabot[bot]) -
77b5cc3
: feat(deps): bump github.com/slack-go/slack from 0.11.3 to 0.11.4 (#3536) (@dependabot[bot]) -
6bcc103
: feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#3494) (@dependabot[bot]) -
b3d8353
: feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#3493) (@dependabot[bot]) -
e269a1d
: feat(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0 (#3513) (@dependabot[bot]) -
b9649cf
: feat(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine (#3522) (@dependabot[bot]) -
25522b5
: feat(deps): bump golang from8558ae6
todc4f475
(#3544) (@dependabot[bot]) -
6663177
: feat(deps): bump golang fromdc4f475
tod171aa3
(#3565) (@dependabot[bot]) -
f01f300
: feat(deps): bump golang fromf3e6836
toe4dcdac
(#3500) (@dependabot[bot]) -
0638b0a
: feat(deps): update nfpm to v2.21.0 (@caarlos0) -
2e43234
: feat(deps): update nfpm to v2.22.0 (@caarlos0) -
9fa3438
: fix(deps): nfpm v2.22.1 (@caarlos0)
Other work
-
ed30c4e
: docs: /twitter, discord, linkedin etc (@caarlos0) -
f1e6305
: docs: Mention Gitea explicitly (#3489) (@SamTherapy) -
c490a0d
: docs: add Mercure to users (#3549) (@dunglas) -
b101e3b
: docs: add Syft to contributing docs (#3529) (@marcjmiller) -
b9241a4
: docs: add more podman details (@caarlos0) -
1447ac8
: docs: add openssf badge (@caarlos0) -
1e39e3c
: docs: add woodpecker ci (#3516) (@jolheiser) -
6dac256
: docs: added /security (@caarlos0) -
79b7ceb
: docs: clarify archlinux and v1.13 (@caarlos0) -
10586bd
: docs: clarify lack of vcs info when building from proxy (@caarlos0) -
97ca416
: docs: ensure pip is up to date (@caarlos0) -
d4c3e82
: docs: fix redirects (@caarlos0) -
722463d
: docs: fix typo in .goreleaser.yaml (#3531) (@frantjc) -
0f79adc
: docs: fix wording (#3542) (@adamdmharvey) -
c71d8ec
: docs: gif (#3504) (@caarlos0) -
ee6225f
: docs: improve schema (#3553) (@caarlos0) -
b6e5b87
: docs: instruct how to use a pinned version of the jsonschema (@caarlos0) -
de254d5
: docs: mastodon (@caarlos0) -
b76b658
: docs: note trailing slash on nfpm (@caarlos0) -
e47bad4
: docs: small improvement (@caarlos0) -
964e703
: docs: small updates (@caarlos0) -
311db13
: docs: update docs to mention gitlab protected vars (#3528) (@marcjmiller) -
22a7a9a
: refactor: small improvements (@caarlos0) -
33ea55b
: refactor: use the variable from artifact (@caarlos0) -
78fa66a
: revert: unneeded release update (@caarlos0)
Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.12.3...v1.13.0
Find examples and commented usage of all options in our website. Want to help? You can sponsor,get a Pro License or contribute. Also, feel free to reach out on Discord and Twitter!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.