chore(deps): update dependency goreleaser/goreleaser to v1.17.0 #730
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.2->v1.17.0Release Notes
goreleaser/goreleaser
v1.17.0Compare Source
Changelog
New Features
c47315f: feat(ko): support labels and creation times (#3852) (@maxbrunet)590eff3: feat: .Now template variable (#3853) (@caarlos0)44f8fae: feat: IsDraft template variable (#3888) (@caarlos0)d5a413f: feat: add context info to docker build errors (#3920) (@caarlos0)8b1c4ea: feat: allow to PR homebrew taps (#3903) (@caarlos0)dc6a4e7: feat: allow to forcefully use a token when multiple are set (#3910) (@caarlos0)5805c5d: feat: allow to pr krew plugin manifests (#3915) (@caarlos0)282c421: feat: allow to pr scoop manifests (#3916) (@caarlos0)f82a32c: feat: blobs.disable (#3884) (@caarlos0)8877fe1: feat: include prerelease suffix in git (#3841) (@vandot)1f56d8e: feat: scoop shortcuts (#3846) (@howieyuen)c41d6de: feat: support tgz and txz as archive formats (@caarlos0)Bug fixes
d83d362: fix(sign): use gpg path from git config by default if it is set (#3891) (@go-compile)37e92ce: fix: clarify scoop no windows error (#3894) (@caarlos0)723484d: fix: do not skip scoop on draft releases (#3889) (@caarlos0)9a97aaa: fix: improve brew no archive error (#3895) (@caarlos0)f4fad65: fix: improve gpg.program detection, add more tests (@caarlos0)a459911: fix: many linting issues (@caarlos0)b495c90: fix: set parallelism to match Linux container CPU (#3901) (@marukaz)0eb3e79: fix: use git-archive under the hood (#3904) (@caarlos0)Dependency updates
9bdfc55: feat(deps): bump github.com/caarlos0/env/v7 from 7.0.0 to 7.1.0 (#3848) (@dependabot[bot])12b01f6: feat(deps): bump github.com/caarlos0/log from v0.2.1 to v0.2.2 (#3875) (@caarlos0)34fd422: feat(deps): bump github.com/disgoorg/disgo from 0.15.2 to 0.15.3 (#3882) (@dependabot[bot])ecf77c9: feat(deps): bump github.com/disgoorg/disgo from 0.15.3 to 0.16.0 (#3905) (@dependabot[bot])e263d14: feat(deps): bump github.com/disgoorg/disgo from 0.16.0 to 0.16.1 (#3922) (@dependabot[bot])00b2175: feat(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible (#3909) (@dependabot[bot])b96dba0: feat(deps): bump github.com/google/go-containerregistry from 0.13.0 to 0.14.0 (#3878) (@dependabot[bot])43731e2: feat(deps): bump github.com/google/ko from 0.12.0 to 0.13.0 (#3880) (@dependabot[bot])dec5fb8: feat(deps): bump github.com/goreleaser/nfpm/v2 from v2.26.0 to v2.27.1 (#3876) (@caarlos0)55154b9: feat(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 (#3892) (@dependabot[bot])c7a2818: feat(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 (#3896) (@dependabot[bot])c4d5cf9: feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#3908) (@dependabot[bot])13d92b4: feat(deps): bump github.com/xanzy/go-gitlab from 0.80.2 to 0.81.0 (#3855) (@dependabot[bot])ed2e378: feat(deps): bump github.com/xanzy/go-gitlab from 0.81.0 to 0.82.0 (#3911) (@dependabot[bot])7579e70: feat(deps): bump golang from 1.20.2-alpine to 1.20.3-alpine (#3907) (@dependabot[bot])427251f: feat(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#3923) (@dependabot[bot])01b14f9: feat(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#3919) (@dependabot[bot])6565383: feat(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 (#3917) (@dependabot[bot])dfdbad1: feat(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 (#3849) (@dependabot[bot])30f543c: feat(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 (#3918) (@dependabot[bot])f62a2e4: feat(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#3877) (@dependabot[bot])137ed3b: feat(deps): update caarlos0/env to v8 (@caarlos0)e9e392d: feat(deps): update nfpm to v2.28.0 (@caarlos0)Build process updates
9dcc63c: build: create scoop manifests inside a bucket folder (@caarlos0)c849cfc: build: fix golangci-lint failing (#3874) (@caarlos0)33e46b6: build: improve changelog config (@caarlos0)Other work
cc584c8: docs: add since (@caarlos0)bf2e163: docs: fix install's cosign steps (#3913) (@caarlos0)f33a36f: docs: fix typo (@caarlos0)62bd21c: docs: improve docs on scoop.folder (@caarlos0)6ae7b08: docs: improve page on partial builds (@caarlos0)52f45d7: docs: remove deprecated note about setup-go-action (@caarlos0)8a6de5c: docs: schema update (@caarlos0)d524d93: docs: standarizing docs defaults, since, etc (#3898) (@caarlos0)57d3bdd: docs: update (@caarlos0)f5bcdff: docs: update (@caarlos0)e3f6de7: docs: update USERS.md (#3921) (@howieyuen)6e4c0e6: docs: update git.md (@caarlos0)5af2c31: refactor: fix redundant net/http import (#3897) (@alrs)88f3aea: refactor: improve tmpl mergeability with pro (@caarlos0)7229a0d: refactor: pipe.Skipf (@caarlos0)4ada24b: refactor: remove unused function (@caarlos0)Full Changelog: goreleaser/goreleaser@v1.16.2...v1.17.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
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.