Skip to content
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 to v1.26.2 - autoclosed #249

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goreleaser/goreleaser v1.20.0 -> v1.26.2 age adoption passing confidence

Release Notes

goreleaser/goreleaser (github.com/goreleaser/goreleaser)

v1.26.2

Compare Source

Changelog
Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

Full Changelog: goreleaser/goreleaser@v1.26.1...v1.26.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?

GoReleaser logo

v1.26.1

Compare Source

Changelog

Security updates
Bug fixes
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.26.0...v1.26.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?

GoReleaser logo

v1.26.0

Compare Source

Changelog

New Features
Security updates
Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

Full Changelog: goreleaser/goreleaser@v1.25.1...v1.26.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?

GoReleaser logo

v1.25.1

Compare Source

Changelog

Bug fixes
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.25.0...v1.25.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?

GoReleaser logo

v1.25.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.24.0...v1.25.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?

GoReleaser logo

v1.24.0

Compare Source

Changelog

New Features
Security updates
Bug fixes
Dependency updates
Documentation updates

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from Danielius1922 and jkralik June 1, 2024 11:03
Copy link

coderabbitai bot commented Jun 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

sonarqubecloud bot commented Jun 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 96 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.22.3
cloud.google.com/go/compute/metadata v0.2.3 -> v0.3.0
cloud.google.com/go/kms v1.15.7 -> v1.15.8
cloud.google.com/go/storage v1.38.0 -> v1.39.1
code.gitea.io/sdk/gitea v0.15.1 -> v0.18.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1 -> v1.10.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 -> v1.5.1
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 -> v1.5.2
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0 -> v1.3.1
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 -> v1.2.2
github.com/atc0005/go-teams-notify/v2 v2.8.0 -> v2.10.0
github.com/aws/aws-sdk-go v1.44.318 -> v1.53.0
github.com/aws/aws-sdk-go-v2 v1.20.0 -> v1.26.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.11 -> v1.6.1
github.com/aws/aws-sdk-go-v2/config v1.18.32 -> v1.27.13
github.com/aws/aws-sdk-go-v2/credentials v1.13.31 -> v1.17.13
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 -> v1.16.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.76 -> v1.16.9
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 -> v1.3.5
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 -> v2.6.5
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 -> v1.8.0
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.0 -> v1.3.3
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.5 -> v1.28.0
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.5 -> v1.23.5
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.12 -> v1.11.2
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.32 -> v1.3.5
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 -> v1.11.7
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.0 -> v1.17.3
github.com/aws/aws-sdk-go-v2/service/kms v1.24.1 -> v1.30.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.1 -> v1.51.4
github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 -> v1.20.6
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 -> v1.24.0
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 -> v1.28.7
github.com/aws/smithy-go v1.14.0 -> v1.20.2
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04 -> v0.0.0-20240514230400-03fa26f5508f
github.com/caarlos0/log v0.4.2 -> v0.4.4
github.com/charmbracelet/lipgloss v0.7.1 -> v0.10.0
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08 -> v0.0.0-20230304212654-82a0ddb27589
github.com/cloudflare/circl v1.3.7 -> v1.3.8
github.com/cpuguy83/go-md2man/v2 v2.0.2 -> v2.0.3
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/dghubble/oauth1 v0.7.2 -> v0.7.3
github.com/docker/cli v24.0.0+incompatible -> v25.0.4+incompatible
github.com/docker/distribution v2.8.2+incompatible -> v2.8.3+incompatible
github.com/docker/docker v24.0.9+incompatible -> v26.1.3+incompatible
github.com/docker/docker-credential-helpers v0.7.0 -> v0.8.1
github.com/go-openapi/analysis v0.21.4 -> v0.23.0
github.com/go-openapi/errors v0.20.4 -> v0.22.0
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/jsonreference v0.20.2 -> v0.21.0
github.com/go-openapi/loads v0.21.2 -> v0.22.0
github.com/go-openapi/runtime v0.26.0 -> v0.28.0
github.com/go-openapi/spec v0.20.9 -> v0.21.0
github.com/go-openapi/strfmt v0.21.7 -> v0.23.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/go-openapi/validate v0.22.1 -> v0.24.0
github.com/google/go-containerregistry v0.16.1 -> v0.19.1
github.com/google/ko v0.14.1 -> v0.15.4
github.com/google/rpmpack v0.5.0 -> v0.6.1-0.20240329070804-c2247cbb881a
github.com/google/wire v0.5.0 -> v0.6.0
github.com/goreleaser/chglog v0.5.0 -> v0.6.1
github.com/goreleaser/nfpm/v2 v2.32.0 -> v2.37.1
github.com/hashicorp/go-retryablehttp v0.7.4 -> v0.7.5
github.com/hashicorp/hcl v1.0.0 -> v1.0.1-vault-5
github.com/invopop/jsonschema v0.7.0 -> v0.12.0
github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf -> v0.0.0-20231026200631-000cd05d5491
github.com/mattn/go-isatty v0.0.18 -> v0.0.20
github.com/mattn/go-mastodon v0.0.6 -> v0.0.8
github.com/mattn/go-runewidth v0.0.14 -> v0.0.15
github.com/opencontainers/image-spec v1.1.0-rc4 -> v1.1.0
github.com/pelletier/go-toml/v2 v2.0.8 -> v2.1.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 -> v0.0.0-20240102092130-5ac0b6a4141c
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/rivo/uniseg v0.4.2 -> v0.4.7
github.com/sigstore/cosign/v2 v2.2.0 -> v2.2.4
github.com/sigstore/rekor v1.2.2 -> v1.3.6
github.com/sigstore/sigstore v1.7.2 -> v1.8.3
github.com/slack-go/slack v0.12.2 -> v0.13.0
github.com/spf13/afero v1.9.5 -> v1.11.0
github.com/spf13/cast v1.5.1 -> v1.6.0
github.com/spf13/cobra v1.7.0 -> v1.8.0
github.com/spf13/viper v1.16.0 -> v1.18.2
github.com/subosito/gotenv v1.4.2 -> v1.6.0
github.com/theupdateframework/go-tuf v0.6.1 -> v0.7.0
github.com/ulikunitz/xz v0.5.11 -> v0.5.12
github.com/vbatts/tar-split v0.11.3 -> v0.11.5
github.com/xanzy/go-gitlab v0.90.0 -> v0.105.0
golang.org/x/crypto v0.22.0 -> v0.23.0
golang.org/x/net v0.24.0 -> v0.25.0
golang.org/x/oauth2 v0.19.0 -> v0.20.0
golang.org/x/sys v0.19.0 -> v0.20.0
golang.org/x/term v0.19.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
golang.org/x/tools v0.20.0 -> v0.21.0
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de -> v0.0.0-20240311173647-c811ad7063a7
sigs.k8s.io/kind v0.20.0 -> v0.23.0
sigs.k8s.io/yaml v1.3.0 -> v1.4.0

@renovate renovate bot changed the title Update module github.com/goreleaser/goreleaser to v1.26.2 Update module github.com/goreleaser/goreleaser to v1.26.2 - autoclosed Jun 4, 2024
@renovate renovate bot closed this Jun 4, 2024
@renovate renovate bot deleted the renovate/github.com-goreleaser-goreleaser-1.x branch June 4, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants