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

chore(deps): update all #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #144

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 27, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.0.4 -> v3.3.3 age adoption passing confidence
actions/checkout action minor v2.4.0 -> v2.7.0 age adoption passing confidence
alpine final minor 3.16.3 -> 3.19.1 age adoption passing confidence
github.com/bwmarrin/discordgo require minor v0.26.1 -> v0.28.1 age adoption passing confidence
github.com/getsentry/sentry-go require minor v0.13.0 -> v0.27.0 age adoption passing confidence
github.com/go-chi/chi require patch v4.1.2+incompatible -> v4.1.3 age adoption passing confidence
github.com/golang/protobuf require patch v1.5.2 -> v1.5.4 age adoption passing confidence
github.com/grpc-ecosystem/go-grpc-middleware require minor v1.3.0 -> v1.4.0 age adoption passing confidence
github.com/oklog/run require digest c709688 -> eee6e04
github.com/peterbourgon/ff/v3 require minor v3.1.2 -> v3.4.0 age adoption passing confidence
github.com/rs/cors require minor v1.8.2 -> v1.11.0 age adoption passing confidence
go.uber.org/zap require minor v1.21.0 -> v1.27.0 age adoption passing confidence
golang final minor 1.17-alpine -> 1.22-alpine age adoption passing confidence
golang stage minor 1.17-alpine -> 1.22-alpine age adoption passing confidence
golang stage minor 1.17.7-alpine -> 1.22.3-alpine age adoption passing confidence
golang.org/x/oauth2 require minor v0.0.0-20210819190943-2bc19b11175f -> v0.20.0 age adoption passing confidence
golangci/golangci-lint-action action minor v3.2.0 -> v3.7.1 age adoption passing confidence
google.golang.org/genproto require patch v0.0.0-20210924002016-3dee208752a0 -> v0.0.0-20240515191416-fc5f0ca64291 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

actions/checkout (actions/checkout)

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
bwmarrin/discordgo (github.com/bwmarrin/discordgo)

v0.28.1: DiscordGo v0.28.1

Compare Source

Hi all! This release, once again, only bumps semantic version of the library and does not contain any new fixes nor features.
Sorry for the inconvenience! See previous release for changelog.

v0.28.0: DiscordGo v0.28.0

Compare Source

Changelog

Breaking changes
Features
Additions
Other changes

Special thanks

Full Changelog: bwmarrin/discordgo@v0.27.1...v0.28.0

v0.27.1: DiscordGo v0.27.1

Compare Source

Hi everyone. This is a out-of-schedule release, due to a recent breaking change made by Discord in voice API.

⚠️ If you have any voice related functionality, please update to this version. Voice API in previous versions will stop working on March 15th.

What's changed

Fixes
  • Use 74 byte handshake in voice UDP connection #​1343
  • WithContext option did not have effect on the request sent by RequestWithLockedBucket #​1337
  • ThreadMember.Flags has not been properly serialized #​1335
Other changes

Special thanks to @​LightningDev1 and @​armsnyder.

Full Changelog: bwmarrin/discordgo@v0.27.0...v0.27.1

v0.27.0: DiscordGo v0.27.0

Compare Source

What's Changed

Notices / Breaking changes
  • All REST methods of the Session now have options ...RequestOption at the end of the parameter list #​1299
New features
  • Forum channels #​1246
  • Regex automod trigger #​1275
  • Automod allow list and mentions #​1305
  • Auto populated select menus #​1269
  • Role connections #​1295
  • Audit Log Reason, HTTP context, accepted locale and per-request options #​1299
Other changes
  • Add missing fields to GuildParams struct #​1255
  • Add missing fields to Ready #​1227
  • Add UpdateWatchStatus function #​1291
  • Fix incorrect call of State.Role in ApplicationCommandInteractionDataOption.RoleValue #​1237
  • Fix type of GuildScheduledEvent* enum values #​1254
  • Fix form file field name format in MultipartBodyWithJSON #​1256
  • Add Files and Attachments to MessageEdit #​1253
  • Overwrite entire emoji list on GuildEmojiUpdate #​1261
  • Remove omitempty in MessageEmbedField #​1262
  • Continue to next packet if received broken packet in voice #​1260
  • Add support for emojis with longer ids in EmojiRegex #​1274
  • Fix the problem of reconnecting when moved to another VC #​1271
  • Add Resolved to MessageComponentInteractionData MessageComponentInteractionDataResolved struct #​1302
  • Add BeforeMember to GuildMemberUpdate event #​1304
  • Add ClientStatus to Presence #​1303
  • Add Forum settings to Channel struct #​1306
  • Add NSFW field to ApplicationCommand #​1310
  • Add size parameters for Guild.IconURL, GuildPreview.IconURL and Guild.BannerURL #​1301

Special thanks

Full Changelog: bwmarrin/discordgo@v0.26.1...v0.27.0

v0.26.3: DiscordGo v0.26.3

Compare Source

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button structs.
Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.

v0.26.2: DiscordGo v0.26.2

Compare Source

This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.

⚠️ If you have any voice related functionality on v0.26.x versions, please update to this patch. Some of the Voice API may stop working in previous patches on March 15th.

getsentry/sentry-go (github.com/getsentry/sentry-go)

v0.27.0: 0.27.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.27.0.

Breaking Changes
  • Exception.ThreadId is now typed as uint64. It was wrongly typed as string before. (#​770)
Misc
  • Export Event.Attachments (#​771)

v0.26.0: 0.26.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.26.0.

Breaking Changes

As previously announced, this release removes some methods from the SDK.

  • sentry.TransactionName() use sentry.WithTransactionName() instead.
  • sentry.OpName() use sentry.WithOpName() instead.
  • sentry.TransctionSource() use sentry.WithTransactionSource() instead.
  • sentry.SpanSampled() use sentry.WithSpanSampled() instead.
Features
  • Add WithDescription span option (#​751)

    span := sentry.StartSpan(ctx, "http.client", WithDescription("GET /api/users"))
  • Add support for package name parsing in Go 1.20 and higher (#​730)

Bug Fixes
  • Apply ClientOptions.SampleRate only to errors & messages (#​754)
  • Check if git is available before executing any git commands (#​737)

v0.25.0: 0.25.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.

Breaking Changes

As previously announced, this release removes two global constants from the SDK.

  • sentry.Version was removed. Use sentry.SDKVersion instead (#​727)
  • sentry.SDKIdentifier was removed. Use Client.GetSDKIdentifier() instead (#​727)
Features
  • Add ClientOptions.IgnoreTransactions, which allows you to ignore specific transactions based on their name (#​717)
  • Add ClientOptions.Tags, which allows you to set global tags that are applied to all events. You can also define tags by setting SENTRY_TAGS_ environment variables (#​718)
Bug fixes
  • Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds (#​724)
Misc
  • dsn.RequestHeaders() is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the /store endpoint (#​720)

v0.24.1: 0.24.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.1.

Bug fixes
  • Prevent a panic in sentryotel.flushSpanProcessor() ((#​711))
  • Prevent a panic when setting the SDK identifier (#​715)

v0.24.0: 0.24.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.0.

Deprecations
  • sentry.Version to be removed in 0.25.0. Use sentry.SDKVersion instead.
  • sentry.SDKIdentifier to be removed in 0.25.0. Use Client.GetSDKIdentifier() instead.
  • dsn.RequestHeaders() to be removed after 0.25.0, but no earlier than December 1, 2023. Requests to the /envelope endpoint are authenticated using the DSN in the envelope header.
Features
  • Run a single instance of the profiler instead of multiple ones for each Go routine (#​655)
  • Use the route path as the transaction names when using the Gin integration ([#​675

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 a review from moul as a code owner September 27, 2021 15:27
@auto-add-label auto-add-label bot added the bug Something isn't working label Sep 27, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 27, 2021
@renovate renovate bot changed the title fix(deps): update google.golang.org/genproto commit hash to 433400c fix(deps): update all Sep 28, 2021
@renovate renovate bot changed the title fix(deps): update all fix(deps): update google.golang.org/genproto commit hash to 433400c Sep 28, 2021
@renovate renovate bot changed the title fix(deps): update google.golang.org/genproto commit hash to 433400c fix(deps): update all Sep 28, 2021
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 839bbe8 to dd57a7e Compare October 1, 2021 23:07
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 447d6d7 to 6ddfd75 Compare October 12, 2021 16:30
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b72485c to d300369 Compare October 15, 2021 16:09
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all Oct 15, 2021
@auto-add-label auto-add-label bot added dependencies and removed bug Something isn't working labels Oct 15, 2021
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0a4bd25 to 449433b Compare October 21, 2021 15:52
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 5992c45 to ac664c9 Compare March 11, 2024 17:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 55df50e to 8b57882 Compare March 18, 2024 15:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cfc7a4d to c606efa Compare April 1, 2024 15:07
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 86b9299 to 0150e1c Compare April 4, 2024 16:19
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d36d427 to b60e451 Compare April 15, 2024 20:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8b48c98 to f2f62e8 Compare May 1, 2024 10:35
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8987983 to 85b8eee Compare May 9, 2024 19:00
Copy link
Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/go-chi/chi@v4.1.3+incompatible: go.mod has post-v4 module path "github.com/go-chi/chi/v4" at revision v4.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants