-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/goreleaser/goreleaser/v2 to v2.3.2 #274
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GoModule
participant Dependencies
User->>GoModule: Request to update dependencies
GoModule->>Dependencies: Fetch latest versions
Dependencies-->>GoModule: Return updated versions
GoModule-->>User: Confirm updates applied
Poem
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
go.mod (1)
Line range hint
374-374
: Temporary workaround: Track the release of the required package and update the dependency when available.Using a pinned master branch for the
github.com/pion/dtls/v2
dependency can be risky as it may introduce breaking changes and compatibility issues. However, it seems to be a temporary workaround until thegithub.com/pion/dtls/v2/pkg/net
package is available in a release branch.Please track the release of the required package and update the dependency to a release branch when available.
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- go.mod (13 hunks)
Additional comments not posted (7)
go.mod (7)
3-3
: LGTM!Updating the Go version to
1.22.5
is a good practice to ensure the latest bug fixes and improvements are included. As it's a minor version bump, it should not introduce any breaking changes.
14-14
: LGTM!Updating the
github.com/goreleaser/goreleaser/v2
dependency tov2.2.0
is a minor version bump, which should include new features, bug fixes, and improvements. As per the PR summary, this update is backwards compatible and should not introduce any breaking changes.
76-76
: LGTM!Updating the
github.com/aws/aws-sdk-go
dependency tov1.55.3
is a minor version bump, which should include new features, bug fixes, and improvements. The update should be backwards compatible and should not introduce any breaking changes.
109-109
: LGTM!Updating the
github.com/caarlos0/env/v11
dependency tov11.2.2
is a minor version bump, which should include new features, bug fixes, and improvements. The update should be backwards compatible and should not introduce any breaking changes.
301-301
: LGTM!Updating the
github.com/slack-go/slack
dependency tov0.13.1
is a patch version bump, which should include bug fixes and improvements. The update should be backwards compatible and should not introduce any breaking changes.
180-180
: LGTM!Updating the
github.com/google/go-containerregistry
dependency tov0.20.2
is a minor version bump, which should include new features, bug fixes, and improvements. The update should be backwards compatible and should not introduce any breaking changes.
5-5
: Verify the compatibility of the codebase and dependencies with the new toolchain version.Updating the toolchain version from
go1.22.0
togo1.23.0
is a major version bump, which might introduce breaking changes and compatibility issues with the existing codebase and dependencies.Please run the following script to verify the compatibility:
fa403cd
to
dd366fe
Compare
Generated by renovateBot
dd366fe
to
526e519
Compare
Quality Gate passedIssues Measures |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v2.2.0
->v2.3.2
Release Notes
goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)
v2.3.2
Compare Source
Changelog
Bug fixes
e8c2ef7
: fix: upx UnknownExecutableFormatException (@caarlos0)Dependency updates
7d1063f
: chore(deps): bump github/codeql-action from 3.26.6 to 3.26.7 (#5140) (@dependabot[bot])527485c
: chore(deps): update go-github to v65 (@caarlos0)Other work
ff84a3d
: chore: auto-update generated files (@actions-user)Full Changelog: goreleaser/goreleaser@v2.3.1...v2.3.2
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.3.1
Compare Source
Changelog
Bug fixes
c7e5038
: fix: jsonschema (@caarlos0)Dependency updates
c16bd53
: chore(deps): bump cachix/install-nix-action from V27 to 28 (#5135) (@dependabot[bot])Documentation updates
46b3d88
: docs: Add GH Actions OIDC permission docs (#5137) (@caffeine-addictt)586ce73
: docs: announce v2.3 (#5134) (@caarlos0)3149a36
: docs: update schema (@caarlos0)Other work
34974df
: chore: auto-update generated files (@actions-user)Full Changelog: goreleaser/goreleaser@v2.3.0...v2.3.1
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.3.0
Compare Source
Changelog
New Features
11aa7cf
: feat(build): template skip (#5089) (@caarlos0)301b193
: feat(build): templateable no_unique_dist_dir (#5115) (@caarlos0)708cd89
: feat(ko): snapshot builds (#5116) (@caarlos0)5b87a85
: feat(nfpm): better support aix (#5075) (@caarlos0)e8da87c
: feat(tmpl): IsSingleTarget (#5122) (@caarlos0)377ced6
: feat: add upx to our docker images (#5131) (@giesan)Bug fixes
04dfb72
: fix(brew): version and os not being considered (@caarlos0)40668d4
: fix(build): c-shared build and release when target is wasm (#5128) (@juliens)a9e0a8f
: fix(build): ignore empty flags after templating (#5103) (@nicolasparada)6272ce0
: fix: Handle error on failed release (github) (#5106) (@mrueg)96c87ff
: fix: build --single-target filters (#5114) (@caarlos0)Dependency updates
23cd335
: chore(deps): bump anchore/sbom-action from 0.17.1 to 0.17.2 (#5098) (@dependabot[bot])0e971dc
: chore(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#5093) (@dependabot[bot])5928b4f
: chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5105) (@dependabot[bot])16af0ba
: chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.11.0 to 2.12.0 (#5092) (@dependabot[bot])4200454
: chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.12.0 to 2.13.0 (#5124) (@dependabot[bot])17a9554
: chore(deps): bump github.com/charmbracelet/keygen from 0.5.0 to 0.5.1 (#5084) (@dependabot[bot])498b55b
: chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 (#5095) (@dependabot[bot])1f5b7ee
: chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#5085) (@dependabot[bot])69e2d8f
: chore(deps): bump github.com/xanzy/go-gitlab from 0.107.0 to 0.108.0 (#5101) (@dependabot[bot])87d1695
: chore(deps): bump github.com/xanzy/go-gitlab from 0.108.0 to 0.109.0 (#5125) (@dependabot[bot])a1b8875
: chore(deps): bump github/codeql-action from 3.26.1 to 3.26.2 (#5081) (@dependabot[bot])3e6d825
: chore(deps): bump github/codeql-action from 3.26.2 to 3.26.3 (#5094) (@dependabot[bot])9ac2794
: chore(deps): bump github/codeql-action from 3.26.3 to 3.26.4 (#5097) (@dependabot[bot])35c9bdb
: chore(deps): bump github/codeql-action from 3.26.4 to 3.26.5 (#5100) (@dependabot[bot])00f237a
: chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 (#5108) (@dependabot[bot])826a150
: chore(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine (#5126) (@dependabot[bot])ae5ca2c
: chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#5121) (@dependabot[bot])2d3b737
: chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#5117) (@dependabot[bot])0c5e4fd
: chore(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 (#5129) (@dependabot[bot])28b30e2
: chore(deps): update bluesky/indigo (#5073) (@caarlos0)5a10792
: chore(deps): update go-github (@caarlos0)c95bcdc
: chore(deps): update gocloud to v0.39.0 (#5091) (@caarlos0)5495b67
: chore(deps): update nfpm (@caarlos0)e4b9152
: chore(deps): upgrade cosign to 2.4.0 (#5099) (@suprememoocow)f203105
: fix(deps): not sure why we were using a rc version of runc (@caarlos0)Documentation updates
06e37ac
: docs: announce v2.2 (@caarlos0)a9f07ef
: docs: fix wrong links (@caarlos0)edaf931
: docs: improve git semver sorting pro warning (@caarlos0)ed866f0
: docs: since (@caarlos0)1014db4
: docs: update (@caarlos0)Build process updates
d8c1793
: build(nix): improve flake.nix (@caarlos0)84f1362
: build: constant archive files owner, group, and mtime (#5088) (@caarlos0)4e699a4
: build: fix port error with dockertest on blob_minio_test.go (#5090) (@caarlos0)d3be3b0
: build: update golangci-lint (@caarlos0)94a8de5
: build: use go 1.23 (#5082) (@caarlos0)Other work
c2c0403
: chore(docs): schema update (@caarlos0)e50b72b
: chore: auto-update generated files (@actions-user)3a36a49
: chore: fix linter errors (#5111) (@twpayne)64e8ff1
: chore: issue template config (@caarlos0)83ce502
: chore: update nix (@caarlos0)7572db1
: chore: use nightly.version_template (@caarlos0)5e63058
: chore: use snapshot.version_template in own config (#5087) (@twpayne)Full Changelog: goreleaser/goreleaser@v2.2.0...v2.3.0
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.