dev: bump the safe group across 1 directory with 15 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies go
Bumps the safe group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/KimMachineGun/automemlimit | 0.7.1 |
0.7.2 |
| github.com/aws/aws-sdk-go | 1.55.6 |
1.55.7 |
| github.com/emersion/go-smtp | 0.21.3 |
0.22.0 |
| github.com/getsentry/sentry-go | 0.31.1 |
0.32.0 |
| github.com/gorilla/csrf | 1.7.2 |
1.7.3 |
| github.com/nats-io/nats-server/v2 | 2.11.0 |
2.11.3 |
| github.com/prometheus/client_golang | 1.21.1 |
1.22.0 |
| github.com/redis/go-redis/v9 | 9.7.3 |
9.8.0 |
| github.com/spf13/cast | 1.7.1 |
1.8.0 |
| golang.org/x/net | 0.38.0 |
0.40.0 |
| golang.org/x/oauth2 | 0.28.0 |
0.30.0 |
| google.golang.org/grpc | 1.71.1 |
1.72.0 |
Updates github.com/KimMachineGun/automemlimit from 0.7.1 to 0.7.2
Release notes
Sourced from github.com/KimMachineGun/automemlimit's releases.
v0.7.2
What's Changed
- fix(memlimit): fix mountinfo validation logic when super options have spaces by
@KimMachineGunin https://github.com/KimMachineGun/automemlimit/commit/a659ed11b8c2b268723cc09710e52a4bddfcf5bbFull Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.1...v0.7.2
Commits
a9a712bci: bump ubuntu versiona659ed1fix(memlimit): fix mountinfo validation logic when super options have spacesb5e3683chore(examples/gosigar): remove gosigar example- See full diff in compare view
Updates github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.55.7 (2025-04-22)
SDK Bugs
service/s3/s3manager: Abort multipart download if object is modified during download
- Fixes 4986
Commits
163aadarelease v1.55.7 (2025-04-22) (#5346)9eb2bfdAbort multi part download if the object is modified during download8d203ccUpdate bug-report.yml- See full diff in compare view
Updates github.com/emersion/go-smtp from 0.21.3 to 0.22.0
Commits
495c409client: introduce DataCommandf9e8d24Implement RRVSe2dbc50server: handle newline characters in error messagesb7d48abUpgrade dependencies8a5b093Add checking for auth to Server examplec6c3019server: reset session on EHLOe764d71client: allow manual Hello after Reset274020dreadme: drop CI badgeb63eedeclient: save greet error75e52afAllow manual Hello after StartTLS- Additional commits viewable in compare view
Updates github.com/getsentry/sentry-go from 0.31.1 to 0.32.0
Release notes
Sourced from github.com/getsentry/sentry-go's releases.
0.32.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.
Breaking Changes
- Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
- Setting any values on
span.Extrahas no effect anymore. UseSetData(name string, value interface{})instead. (#864)Features
- Add a
MockTransportandMockScope. (#972)Bug Fixes
- Fix writing
*http.Requestin the Logrus JSONFormatter. (#955)Misc
- Transaction
dataattributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
0.32.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.
Breaking Changes
- Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
- Setting any values on
span.Extrahas no effect anymore. UseSetData(name string, value interface{})instead. (#864)Features
- Add a
MockTransportandMockScope. (#972)Bug Fixes
- Fix writing
*http.Requestin the Logrus JSONFormatter. (#955)Misc
- Transaction
dataattributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.
Commits
530f74drelease: 0.32.0e068944Prepare 0.32.0 (#992)32c062fAddtransaction.datatocontexts.trace.data(#864)6019770Fix lint issues (#981)cfbfc6bExpose MockTransport, MockScope in root sentry package (#972)a4e0ea8Remove github token in lint (#982)031ec47build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (#975)bdbb6bebuild(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#974)3d8d0e1build(deps): bump actions/create-github-app-token from 1.11.2 to 1.11.5 (#973)e56ac30build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#962)- Additional commits viewable in compare view
Updates github.com/gorilla/csrf from 1.7.2 to 1.7.3
Release notes
Sourced from github.com/gorilla/csrf's releases.
v1.7.3
This Release fixes the following:
- CVE-2025-24358
Full Changelog: https://github.com/gorilla/csrf/compare/v1.7.2...v1.7.3
Commits
9dd6af1Merge commit from fork- See full diff in compare view
Updates github.com/nats-io/nats-server/v2 from 2.11.0 to 2.11.3
Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
Release v2.11.3
Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.24.2
Added
MQTT
- New
js_api_timeoutoption controls how long to wait for JetStream operations caused by MQTT calls (#6833)Improved
JetStream
- Reduced allocations in subject tree matching (#6837)
Fixed
General
- Fixed TLS 1.2 negotiation when using ECDSA certificates from the Windows certificate store (#6803)
JetStream
- Fix a regression introduced in v2.11.2 which can affect calculating consumer subject interest (#6845)
- Consumer state reporting of filtered consumers is now more consistent (#6835)
- Raft nodes will now correctly report to the upper layer when a preferred node does not become the leader, fixing some issues where multiple assets can believe they are the leader after a scale-up operation (#6851)
Monitoring
- The
connzendpoint will now return open connections correctly withstateset toall(#6849)Complete Changes
https://github.com/nats-io/nats-server/compare/v2.11.2...v2.11.3
Release v2.11.3-RC.2
Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.24.2
... (truncated)
Commits
a82cfdaRelease v2.11.3707f953TLS 1.2 Negotiation on Windows with ECDSA server certificate (#6803)47d3b26fix: TLS 1.2 negotiation on windows with ECDSA cert743429fAdd test to demonstrate TLS1.2 issue on Windows852a8ceRelease v2.11.3-RC.2433b200[ADDED] MQTT: allow custom timeout for JS API calls (#6833)5ddbdbd[FIXED] Monitoring: Issue with Connz filters "cid" and "state=all" (#6849)ba329b9NRG: Stepping down from preferred candidate (#6851)ea43d74NRG: Stepping down from preferred candidatec2042caRelease v2.11.3-RC.1- Additional commits viewable in compare view
Updates github.com/nats-io/nats.go from 1.41.0 to 1.41.2
Release notes
Sourced from github.com/nats-io/nats.go's releases.
Release v1.41.2
Changelog
ADDED
- Core NATS:
- Add
nc.RemoveStatusListener()method (#1856)FIXED
- Legacy JetStream:
- Fix
FetchandFetchBatchmemory leak (#1856)- Legacy KeyValue:
- Use context in when purging stream in
kv.PurgeDeletes()(#1858)- Bump golang.org/x/crypto to fix vulnerability (#1857)
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.41.1...v1.41.2
Release v1.41.1
Changelog
FIXED
- ObjectStore:
- Use default timeout for
ObjectStore.Getwhen no deadline is set on ctx (#1850)IMPROVED
- Remove
golang.org/x/textdependency (#1849)Complete Changes
https://github.com/nats-io/nats.go/compare/v1.41.0...v1.41.1
Commits
d1cdbf5Release v1.41.2 (#1859)ca54e50[FIXED] Bump golang.org/x/crypto to fix vulnerability (#1857)aeebc8d[FIXED] Use context in when purging stream in kv.PurgeDeletes() (#1858)7bfd96a[FIXED] Add RemoveStatusListener method and fixFetch memory leak (#1856)50e6153Release v1.41.1 (#1851)e04728e[FIXED] Use default timeout for ObjectStore.Get when no deadline is set on ct...8a2bd73[IMPROVED] Removegolang.org/x/textdependency (#1849)- See full diff in compare view
Updates github.com/prometheus/client_golang from 1.21.1 to 1.22.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.22.0 - 2025-04-07
:warning: This release contains potential breaking change if you use experimental
zstdsupport introduce in #1496 :warning:Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.e.g.:
import ( _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd" )
- [FEATURE] prometheus: Add new CollectorFunc utility #1724
- [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
- [FEATURE] api:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743- [CHANGE] :warning: promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
- build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by
@dependabotin prometheus/client_golang#1720- build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by
@dependabotin prometheus/client_golang#1719- Update RELEASE.md by
@bwplotkain prometheus/client_golang#1721- chore(docs): Add links for the upstream PRs by
@kakkoyunin prometheus/client_golang#1722- Added tips on releasing client and checking with k8s. by
@bwplotkain prometheus/client_golang#1723- feat: Add new CollectorFunc utility by
@Saumya40-codesin prometheus/client_golang#1724- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by
@dependabotin prometheus/client_golang#1725- build(deps): bump the github-actions group with 5 updates by
@dependabotin prometheus/client_golang#1726- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1727- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1731- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by
@dependabotin prometheus/client_golang#1739- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by
@dependabotin prometheus/client_golang#1740- Cleanup dependabot config by
@SuperQin prometheus/client_golang#1741- Upgrade Golang version v1.24 by
@dongjiang1989in prometheus/client_golang#1738- build(deps): bump the github-actions group with 2 updates by
@dependabotin prometheus/client_golang#1742- Merging 1.21 release back to main. by
@bwplotkain prometheus/client_golang#1744- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1745- Add support for undocumented query options for API by
@mahendrapaipuriin prometheus/client_golang#1743- exp/api: Add experimental exp module; Add remote API with write client and handler. by
@bwplotkain prometheus/client_golang#1658- exp/api: Add accepted msg type validation to handler by
@saswatamcodein prometheus/client_golang#1750- build(deps): bump the github-actions group with 5 updates by
@dependabotin prometheus/client_golang#1751- build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by
@dependabotin prometheus/client_golang#1752- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by
@dependabotin prometheus/client_golang#1753- exp: Reset snappy buf by
@saswatamcodein prometheus/client_golang#1756- Merge release 1.21.1 to main. by
@bwplotkain prometheus/client_golang#1762- exp: Add dependabot config by
@saswatamcodein prometheus/client_golang#1754- build(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in the github-actions group by
@dependabotin prometheus/client_golang#1764
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.22.0 / 2025-04-07
:warning: This release contains potential breaking change if you use experimental
zstdsupport introduce in #1496 :warning:Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.e.g.:
import ( _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd" )
- [FEATURE] prometheus: Add new CollectorFunc utility #1724
- [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
- [FEATURE] api:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743- [CHANGE] :warning: promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
d50be25Cut 1.22.0 (#1793)1043db7Cut 1.22.0-rc.0 (#1768)e575c9cpromhttp: Isolate zstd support and klauspost/compress library use to promhttp...f2276aaMerge pull request #1764 from prometheus/dependabot/github_actions/github-act...9df772cbuild(deps): bump peter-evans/create-pull-requesta3548c5Merge pull request #1754 from saswatamcode/exp-eh60fd2b0Remove go.work file for now8f9d0deexp: Add dependabot configc5cf981Merge pull request #1762 from prometheus/release-1.21e84c305exp: Reset snappy buf (#1756)- Additional commits viewable in compare view
Updates github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0
Release notes
Sourced from github.com/redis/go-redis/v9's releases.
v9.8.0
9.8.0 (2025-04-30)
🚀 Highlights
- Redis 8 Support: Full compatibility with Redis 8.0, including testing and CI integration
- Enhanced Hash Operations: Added support for new hash commands (
HGETDEL,HGETEX,HSETEX) andHSTRLENcommand- Search Improvements: Enabled Search DIALECT 2 by default and added
CountOnlyargument forFT.Search✨ New Features
- Added support for new hash commands:
HGETDEL,HGETEX,HSETEX(#3305)- Added
HSTRLENcommand for hash operations (#2843)- Added
Domethod for raw query by single connection frompool.Conn()(#3182)- Prevent false-positive marshaling by treating zero time.Time as empty in isEmptyValue (#3273)
- Added FailoverClusterClient support for Universal client (#2794)
- Added support for cluster mode with
IsClusterModeconfig parameter (#3255)- Added client name support in
HELLORESP handshake (#3294)- Enabled Search DIALECT 2 by default (#3213)
- Added read-only option for failover configurations (#3281)
- Added
CountOnlyargument forFT.Searchto useLIMIT 0 0(#3338)- Added
DBoption support inNewFailoverClusterClient(#3342)- Added
nilcheck for the options when creating a client (#3363)🐛 Bug Fixes
- Fixed
PubSubconcurrency safety issues (#3360)- Fixed panic caused when argument is
nil(#3353)- Improved error handling when fetching master node from sentinels (#3349)
- Fixed connection pool timeout issues and increased retries (#3298)
- Fixed context cancellation error leading to connection spikes on Primary instances (#3190)
- Fixed RedisCluster client to consider
MASTERDOWNa retriable error (#3164)- Fixed tracing to show complete commands instead of truncated versions (#3290)
- Fixed OpenTelemetry instrumentation to prevent multiple span reporting (#3168)
- Fixed
FT.SearchLimit argument and addedCountOnlyargument for limit 0 0 (#3338)- Fixed missing command in interface (#3344)
- Fixed slot calculation for
COUNTKEYSINSLOTcommand (#3327)- Updated PubSub implementation with correct context (#3329)
📚 Documentation
- Added hash search examples (#3357)
- Fixed documentation comments (#3351)
- Added
CountOnlysearch example (#3345)- Added examples for list commands:
LLEN,LPOP,LPUSH,LRANGE,RPOP,RPUSH(#3234)- Added
SADDandSMEMBERScommand examples (#3242)- Updated
README.mdto use Redis Discord guild (#3331)- Updated
HExpirecommand documentation (#3355)- Featured OpenTelemetry instrumentation more prominently (#3316)
- Updated
README.mdwith additional information (#310ce55)⚡ Performance and Reliability
... (truncated)
Commits
fba6decMerge branch 'master' into v9.846ede21chore(release): Update version to v9.8.02299211feat(options): panic when options are nil (#3363)8f58235chore(ci): Use redis 8 rc2 image. (#3361)09dc351migrate golangci-lint config to v2 format (#3354)cb2cfb0fix:PubSubisn't concurrency-safe (#3360)46d4b20feat: func isEmptyValue support time.Time (#3273)f9b0e70update HExpire command documentation (#3355)b28606cUpdate README.md, use redis discord guild (#3331)adb4798fix: Fix panic caused when arg is nil (#3353)- Additional commits viewable in compare view
Updates github.com/spf13/cast from 1.7.1 to 1.8.0
Release notes
Sourced from github.com/spf13/cast's releases.
v1.8.0
What's Changed
- Updates by
@sagikazarmarkin spf13/cast#237- Bump actions/setup-go from 4.0.1 to 4.1.0 by
@dependabotin spf13/cast#193- Generic by
@sagikazarmarkin spf13/cast#238- Add unsigned integer support in ToStringSliceE function by
@nicklaus-devin spf13/cast#200- Add function to cast
interface{}to[]float64by@ste93cryin spf13/cast#179- Add cast methods ToUintSlice by
@nmvalerain spf13/cast#236- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by
@dependabotin spf13/cast#240- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
@dependabotin spf13/cast#239- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
@dependabotin spf13/cast#242- Add ToInt64Slice() and ToInt64SliceE() by
@arui1628in spf13/cast#234New Contributors
@nicklaus-devmade their first contribution in spf13/cast#200@ste93crymade their first contribution in spf13/cast#179@nmvaleramade their first contribution in spf13/cast#236@arui1628made their first contribution in spf13/cast#234Full Changelog: https://github.com/spf13/cast/compare/v1.7.1...v1.8.0
Commits
01004f2Merge pull request #234 from arui1628/master4f997d9refactor: use generic toSlice for ToInt64SliceE76b8370Merge pull request #242 from spf13/dependabot/github_actions/github/codeql-ac...0af7fb9build(deps): bump github/codeql-action from 3.28.15 to 3.28.17929f138Add ToInt64Slice() and ToInt64SliceE()ac031efMerge pull request #239 from spf13/dependabot/github_actions/github/codeql-ac...79b62f3Merge pull request #240 from spf13/dependabot/github_actions/actions/dependen...1bd7e4fbuild(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.00c806f9build(deps): bump github/codeql-action from 2.13.4 to 3.28.15e929a71Merge pull request #236 from nmvalera/master- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.36.0 to 0.37.0
Commits
959f8f3go.mod: update golang.org/x dependencies769bcd6ssh: use the configured rand in kex initd0a798fcryptobyte: fix typo 'octects' into 'octets' for asn1.goacbcbefacme: remove unnecessary []byte conversion376eb14x509roots: support constrained rootsb369b72crypto/internal/poly1305: implement function update in assembly on loong646b853fbssh/knownhosts: check more than one key- See full diff in compare view
Updates golang.org/x/net from 0.38.0 to 0.40.0
Commits
7d6e62ago.mod: update golang.org/x dependenciesea0c1d9internal/timeseries: use built-in max/min to simplify the code3e7a445quic: skip packet numbers for optimistic ack defense3f563d3quic: use an enum for sentPacket statea3b6e77quic: don't re-lose packets when discarding keys22500a6quic: decode packet numbers >255 in testsdd0b200quic: remove go1.21 build constraintb8d8877go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/oauth2 from 0.28.0 to 0.30.0
Commits
cf14319oauth2: fix expiration time window check32d34efinternal: include clientID in auth style cache key2d34e30oauth2: replace a magic number with AuthStyleUnknown696f7b3all: modernize with doc links and any471209boauth2: drop dependency on go-cmp6968da2oauth2: sync Token.ExpiresIn from internal Tokend2c4e0aoauth2: context instead of golang.org/x/net/context in doc883dc3cendpoints: add various endpoints from stale CLs1c06e87all: make use of oauth.Token.ExpiresIn65c15a3oauth2: remove extra period- Additional commits viewable in compare view
Updates golang.org/x/sync from 0.12.0 to 0.14.0
Commits
506c70ferrgroup: propagate panic and Goexit through Wait396f3a0errgroup: document calling Go before Wait- See full diff in compare view
Updates google.golang.org/grpc from 1.71.1 to 1.72.0
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.72.0
Dependencies
- Minimum supported Go version is now 1.23 (#8108)
API Changes
- resolver: add experimental
AddressMapV2with generics to ultimately replaceAddressMap. DeprecateAddressMapfor deletion (#8187)- resolver: convert EndpointMap in place to use generics (#8189)
New Features
- xds: add
grpc.xds_client.server_failurecounter metric on xDS client to record connectivity errors (#8203)- balancer/rls: allow
maxAgeto exceed 5 minutes ifstaleAgeis set in the LB policy configuration (#8137)- ringhash: implement gRFC A76 improvements. (#8159)
- pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable
GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtofalse(case insensitive).Bug Fixes
- xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#8169, #8170)
- xds/cds: improve RPC error messages when resources are not found (#8122)
- balancer/priority: fix race that could leak balancers and goroutines during shutdown (#8095)
- stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#8237)
- balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#8227)
Behavior Changes
- transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#8071)
Documentation
- stats: clarify the expected sequence of events on a stats handler (#7885)
- Special Thanks:
@RyanBlaney
Commits
a43eba6Change version to 1.72.0 (#8218)48f48c1balancer/pickfirstleaf: Avoid reading Address.Metadata (#8227) (#8259)fd6f585Cherry-pick #8159 and #8243 to v1.72.x (#8255)79ca174stats/opentelemetry: fix trace attributes message sequence numbers to start f...57a2605xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for w...5edab9exdsclient: add grpc.xds_client.server_failure counter mertric (#8203)78ba661regenerate protos (#8208)6819ed7delegatingresolver: Stop calls into delegates once the parent resolver is clo...a51009dresolver: convert EndpointMap to use generics (#8189)b0d1203resolver: create AddressMapV2 with generics to replace AddressMap (#8187)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
github.com/prometheus/client_golang
go
1.21.1 → 1.22.0
Minor
github.com/redis/go-redis/v9
go
9.7.3 → 9.8.0
Minor
github.com/getsentry/sentry-go
go
0.31.1 → 0.32.0
Minor
github.com/nats-io/nats-server/v2
go
2.11.0 → 2.11.3
Patch
go
0.7.1 → 0.7.2
Patch
github.com/emersion/go-smtp
go
0.21.3 → 0.22.0
Minor
Technical Details
| ID: | 1086567 |
| UUID: | 3041063441 |
| Node ID: | PR_kwDOCdvj-c6VAzs- |
| Host: | GitHub |
| Repository: | TheThingsNetwork/lorawan-stack |