Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 27, 2021

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v3.0.4 -> v3.4.3 age confidence
actions/checkout action minor v2.4.0 -> v2.7.0 age confidence
alpine final minor 3.16.3 -> 3.22.0 age confidence
github.com/bwmarrin/discordgo require minor v0.26.1 -> v0.29.0 age confidence
github.com/getsentry/sentry-go require minor v0.13.0 -> v0.34.1 age confidence
github.com/go-chi/chi require patch v4.1.2+incompatible -> v4.1.3 age confidence
github.com/golang/protobuf require patch v1.5.2 -> v1.5.4 age confidence
github.com/grpc-ecosystem/go-grpc-middleware require minor v1.3.0 -> v1.4.0 age confidence
github.com/oklog/run require minor v1.1.1-0.20200508094559-c7096881717e -> v1.2.0 age confidence
github.com/peterbourgon/ff/v3 require minor v3.1.2 -> v3.4.0 age confidence
github.com/rs/cors require minor v1.8.2 -> v1.11.1 age confidence
github.com/tailscale/depaware require digest 720c4b4 -> b748de0 age confidence
go.uber.org/zap require minor v1.21.0 -> v1.27.0 age confidence
golang final minor 1.17-alpine -> 1.24-alpine age confidence
golang stage minor 1.17-alpine -> 1.24-alpine age confidence
golang stage minor 1.17.7-alpine -> 1.24.5-alpine age confidence
golang.org/x/oauth2 require minor v0.0.0-20210819190943-2bc19b11175f -> v0.30.0 age confidence
golangci/golangci-lint-action action minor v3.2.0 -> v3.7.1 age confidence
google.golang.org/genproto require digest 3dee208 -> 8d1bb00 age confidence

Release Notes

actions/cache (actions/cache)

v3.4.3

Compare Source

What's Changed

Full Changelog: actions/cache@v3.4.2...v3.4.3

v3.4.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v3.4.0...v3.4.2

v3.4.1

Compare Source

[!WARNING]
This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use v3.4.2 (or v3) instead.

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

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

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.29.0: DiscordGo v0.29.0

Compare Source

What's Changed

Breaking changes
New features
Additions
Other changes

Special thanks

Full Changelog: bwmarrin/discordgo@v0.28.1...v0.29.0

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


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 was generated by Mend Renovate. View the repository job log.

@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 4 times, most recently from 7c5a75a to 460d5ed Compare April 7, 2025 17:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fc4ee01 to 932d211 Compare April 14, 2025 17:39
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a2f0ad5 to 8e53002 Compare April 28, 2025 16:07
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1651dcb to 64e2d24 Compare May 6, 2025 20:52
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2cdebee to efd646f Compare May 19, 2025 19:05
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f73793b to 828eac5 Compare May 31, 2025 00:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 75f3351 to 2cdd136 Compare June 6, 2025 22:14
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8d49dab to 160b783 Compare June 27, 2025 20:53
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5944fb8 to d230957 Compare July 8, 2025 00:46
@renovate renovate bot force-pushed the renovate/all branch from d230957 to 3ac3d73 Compare July 9, 2025 18:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant