Skip to content

Commit 2f3b3a9

Browse files
Bump github.com/nats-io/nats-server/v2 from 2.10.23 to 2.10.24 in /cli (#100)
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.23 to 2.10.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/nats-server/releases">github.com/nats-io/nats-server/v2's releases</a>.</em></p> <blockquote> <h2>Release v2.10.24</h2> <h2>Changelog</h2> <p>Refer to the <a href="https://docs.nats.io/release-notes/whats_new/whats_new_210">2.10 Upgrade Guide</a> for backwards compatibility notes with 2.9.x.</p> <h3>CVEs</h3> <ul> <li>Vulnerability check warnings for <a href="https://github.com/advisories/GHSA-v778-237x-gjrc">CVE-2024-45337</a> are addressed by the dependency update to <code>x/crypto</code>, although the NATS Server does not use the affected functionality and is therefore not vulnerable</li> </ul> <h3>Go Version</h3> <ul> <li>1.23.4</li> </ul> <h3>Dependencies</h3> <ul> <li>golang.org/x/crypto v0.31.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6246">#6246</a>)</li> <li>github.com/nats-io/jwt/v2 v2.7.3 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6256">#6256</a>)</li> <li>github.com/nats-io/nkeys v0.4.9 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6255">#6255</a>)</li> </ul> <h3>Fixed</h3> <p>General</p> <ul> <li>Request/reply tracking with <code>allow_responses</code> permission is now pruned more regularly, fixing performance issues that can get worse over time (<a href="https://redirect.github.com/nats-io/nats-server/issues/6064">#6064</a>)</li> </ul> <p>JetStream</p> <ul> <li>Revert a change introduced in 2.10.23 that could potentially cause a consumer info call to fail if it takes place immediately after the consumer was created in some large or heavily-loaded clustered setups (<a href="https://redirect.github.com/nats-io/nats-server/issues/6250">#6250</a>)</li> <li>Minor fixes to subject state tracking (<a href="https://redirect.github.com/nats-io/nats-server/issues/6244">#6244</a>)</li> <li>Minor fixes to <code>healthz</code> and healthchecks (<a href="https://redirect.github.com/nats-io/nats-server/issues/6247">#6247</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/6248">#6248</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/6232">#6232</a>)</li> <li>A calculation used to determine if exceeding limits has been corrected (<a href="https://redirect.github.com/nats-io/nats-server/issues/6264">#6264</a>)</li> <li>Raft groups will no longer spin when truncating the log fails, i.e. during shutdown (<a href="https://redirect.github.com/nats-io/nats-server/issues/6271">#6271</a>)</li> </ul> <p>WebSockets</p> <ul> <li>A WebSocket close frame will no longer incorrectly include a status code when not needed (<a href="https://redirect.github.com/nats-io/nats-server/issues/6260">#6260</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats-server/compare/v2.10.23...v2.10.24">https://github.com/nats-io/nats-server/compare/v2.10.23...v2.10.24</a></p> <h2>Release v2.10.24-RC.3</h2> <h2>Changelog</h2> <p>Refer to the <a href="https://docs.nats.io/release-notes/whats_new/whats_new_210">2.10 Upgrade Guide</a> for backwards compatibility notes with 2.9.x.</p> <h3>Go Version</h3> <ul> <li>1.23.4</li> </ul> <h3>Fixed</h3> <p>JetStream</p> <ul> <li>A calculation used to determine if exceeding limits has been corrected (<a href="https://redirect.github.com/nats-io/nats-server/issues/6264">#6264</a>)</li> </ul> <p>WebSockets</p> <ul> <li>A WebSocket close frame will no longer incorrectly include a status code when not needed (<a href="https://redirect.github.com/nats-io/nats-server/issues/6260">#6260</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats-server/commit/1d6f7eaf0bd966dd02c95b8d5f624868f1a62544"><code>1d6f7ea</code></a> Release v2.10.24</li> <li><a href="https://github.com/nats-io/nats-server/commit/e031e658f52f1384263993a8d8a94b253cf74e6b"><code>e031e65</code></a> Cherry-picks for 2.10.24 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6273">#6273</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/166596a8a87c2d61cbf8ddf02746b065051e645d"><code>166596a</code></a> NRG: Only continue if aligned with pindex/pterm</li> <li><a href="https://github.com/nats-io/nats-server/commit/bbe3e9b393052f7f1c2a694e5d5cff799c68b0ee"><code>bbe3e9b</code></a> De-flake TestJetStreamClusterConsumerAckSyncReporting</li> <li><a href="https://github.com/nats-io/nats-server/commit/bf90cfb151c580f39fbc993c79c646f0224806bc"><code>bf90cfb</code></a> Bump to 2.10.24-RC.3</li> <li><a href="https://github.com/nats-io/nats-server/commit/4e7b79b73c01c98d10f52d6498943fad2c84ff44"><code>4e7b79b</code></a> Cherry-picks for 2.10.24-RC.3 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6268">#6268</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/34bb9830d53429b4fec0580721560428985c34e0"><code>34bb983</code></a> De-flake TestNRGSimple</li> <li><a href="https://github.com/nats-io/nats-server/commit/90ca361c8e4a00e1501900fb0e3efff9c67cfe7d"><code>90ca361</code></a> De-flake RAFT adder tests</li> <li><a href="https://github.com/nats-io/nats-server/commit/ec1a7b4710a090d128f5980dad8d4b7704b1d625"><code>ec1a7b4</code></a> [FIXED] JetStream would exceed limits calculation</li> <li><a href="https://github.com/nats-io/nats-server/commit/dc96b755fb63b01fe92dce24e7e3e4d1f55627b0"><code>dc96b75</code></a> Adds a number of helper structs for z responses</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.10.23...v2.10.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/nats-server/v2&package-manager=go_modules&previous-version=2.10.23&new-version=2.10.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ba1696 commit 2f3b3a9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

cli/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require github.com/dunglas/frankenphp v1.3.3
66

77
require github.com/nats-io/nats.go v1.37.0
88

9-
require github.com/nats-io/nats-server/v2 v2.10.23
9+
require github.com/nats-io/nats-server/v2 v2.10.24
1010

1111
require github.com/teris-io/cli v1.0.1
1212

@@ -35,8 +35,8 @@ require (
3535
github.com/maypok86/otter v1.2.4 // indirect
3636
github.com/minio/highwayhash v1.0.3 // indirect
3737
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
38-
github.com/nats-io/jwt/v2 v2.5.8 // indirect
39-
github.com/nats-io/nkeys v0.4.8 // indirect
38+
github.com/nats-io/jwt/v2 v2.7.3 // indirect
39+
github.com/nats-io/nkeys v0.4.9 // indirect
4040
github.com/nats-io/nuid v1.0.1 // indirect
4141
github.com/oapi-codegen/runtime v1.1.1 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect

cli/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
4040
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
4141
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
4242
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
43-
github.com/nats-io/jwt/v2 v2.5.8 h1:uvdSzwWiEGWGXf+0Q+70qv6AQdvcvxrv9hPM0RiPamE=
44-
github.com/nats-io/jwt/v2 v2.5.8/go.mod h1:ZdWS1nZa6WMZfFwwgpEaqBV8EPGVgOTDHN/wTbz0Y5A=
45-
github.com/nats-io/nats-server/v2 v2.10.23 h1:jvfb9cEi5h8UG6HkZgJGdn9f1UPaX3Dohk0PohEekJI=
46-
github.com/nats-io/nats-server/v2 v2.10.23/go.mod h1:hMFnpDT2XUXsvHglABlFl/uroQCCOcW6X/0esW6GpBk=
43+
github.com/nats-io/jwt/v2 v2.7.3 h1:6bNPK+FXgBeAqdj4cYQ0F8ViHRbi7woQLq4W29nUAzE=
44+
github.com/nats-io/jwt/v2 v2.7.3/go.mod h1:GvkcbHhKquj3pkioy5put1wvPxs78UlZ7D/pY+BgZk4=
45+
github.com/nats-io/nats-server/v2 v2.10.24 h1:KcqqQAD0ZZcG4yLxtvSFJY7CYKVYlnlWoAiVZ6i/IY4=
46+
github.com/nats-io/nats-server/v2 v2.10.24/go.mod h1:olvKt8E5ZlnjyqBGbAXtxvSQKsPodISK5Eo/euIta4s=
4747
github.com/nats-io/nats.go v1.37.0 h1:07rauXbVnnJvv1gfIyghFEo6lUcYRY0WXc3x7x0vUxE=
4848
github.com/nats-io/nats.go v1.37.0/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8=
49-
github.com/nats-io/nkeys v0.4.8 h1:+wee30071y3vCZAYRsnrmIPaOe47A/SkK/UBDPdIV70=
50-
github.com/nats-io/nkeys v0.4.8/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc=
49+
github.com/nats-io/nkeys v0.4.9 h1:qe9Faq2Gxwi6RZnZMXfmGMZkg3afLLOtrU+gDZJ35b0=
50+
github.com/nats-io/nkeys v0.4.9/go.mod h1:jcMqs+FLG+W5YO36OX6wFIFcmpdAns+w1Wm6D3I/evE=
5151
github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=
5252
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
5353
github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro=

0 commit comments

Comments
 (0)