Skip to content

Bump github.com/goreleaser/goreleaser from 1.11.2 to 1.16.2#650

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/goreleaser/goreleaser-1.16.2
Closed

Bump github.com/goreleaser/goreleaser from 1.11.2 to 1.16.2#650
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/goreleaser/goreleaser-1.16.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps github.com/goreleaser/goreleaser from 1.11.2 to 1.16.2.

Release notes

Sourced from github.com/goreleaser/goreleaser's releases.

v1.16.2

Changelog

Bug fixes

  • 53277590f5892860a5c7158174ad84c2c8e92f29: fix(ko): disable SBOM when sbom is none (#3861) (@​maxbrunet)

Build process updates

  • b4b6496ea606c593478d0d4e1377ee325577b632: build: setup-go update (@​caarlos0)

Other work

  • 3345f8c9c5b287198a29d3db228388148b788c5e: docs: add note about binary archives (#3867) (@​caarlos0)

Full Changelog: goreleaser/goreleaser@v1.16.1...v1.16.2


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.16.1

Changelog

Security updates

  • dd1315b0a7e3e7e6318eb62053202f4b70fe0a00: fix(GO-2023-1621): update from go 1.20.1 to 1.20.2 (#3854) (@​caarlos0)

Full Changelog: goreleaser/goreleaser@v1.16.0...v1.16.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.16.0

Changelog

New Features

  • d5151a6eb09eec5699e0db4222fbd33d1bf8cf20: feat: ConventionalExtension on nFPM (#3822) (@​caarlos0)
  • 6c21b015868f15823e4aace242d962f4cadf06cf: feat: add OpenCollective (#3753) (@​jolheiser)
  • a40eb156185ce2c4e6244f8877150cb2b2eaa4c8: feat: add base template function (#3834) (@​caarlos0)
  • 874d698564847eff656c949b1c456f0028d47b83: feat: add healthcheck cmd (#3826) (@​caarlos0)
  • 9e21511300a245306f3cb64b1ea9f9f5dda40419: feat: cosign update (#3821) (@​caarlos0)
  • 99ae0822372bad18e47394549862bb69254a87e4: feat: finally deprecate the single build option (#3758) (@​caarlos0)
  • b6dd26c0911aad37ed1316f9d2e8bf96f62e35d0: feat: infer package name from go.mod (#3827) (@​caarlos0)
  • 9dfa94cbb3fd3b05ae62bf4c9a2884b4058acee0: feat: scoop depends (#3797) (@​caarlos0)
  • 2920de7cec6218419e3fd1a44848f5cb507b2642: feat: templateable changelog.skip (#3830) (@​caarlos0)

Bug fixes

  • 8b4186410979a207fe6da09f730123aa12b9dc1e: fix: GO-2023-1571 (@​caarlos0)
  • 2c805882519705c8b2b9725869a6a5181215066a: fix: better handle password protected keys (#3788) (@​caarlos0)

... (truncated)

Commits
  • 9f91bea chore: docs releases json auto-update
  • 8f4a692 chore(deps): bump github/codeql-action from 2.2.6 to 2.2.7 (#3870)
  • b4b6496 build: setup-go update
  • b623247 chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#3871)
  • 5773f1a chore(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#3872)
  • 3345f8c docs: add note about binary archives (#3867)
  • 2c8d128 chore(deps): bump actions/cache from 3.3.0 to 3.3.1 (#3866)
  • f104c14 chore(deps): bump github/codeql-action from 2.2.5 to 2.2.6 (#3864)
  • 6341c3d chore(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#3865)
  • 5327759 fix(ko): disable SBOM when sbom is none (#3861)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.11.2 to 1.16.2.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v1.11.2...v1.16.2)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/goreleaser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@ktr-ci-bot ktr-ci-bot enabled auto-merge (squash) April 1, 2023 05:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2023

Superseded by #657.

@dependabot dependabot bot closed this May 1, 2023
auto-merge was automatically disabled May 1, 2023 05:00

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/goreleaser/goreleaser-1.16.2 branch May 1, 2023 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant