Commit 2f3b3a9
authored
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 />
[](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
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments