Skip to content

Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats - #350

Merged
knadh merged 1 commit into
masterfrom
dependabot/go_modules/providers/nats/github.com/nats-io/nats-server/v2-2.10.27
Apr 16, 2025
Merged

Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats#350
knadh merged 1 commit into
masterfrom
dependabot/go_modules/providers/nats/github.com/nats-io/nats-server/v2-2.10.27

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 15, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27.

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.10.27

Changelog

Go Version

  • 1.24.1

CVEs

  • This release contains fixes for CVE-2025-30215, a CRITICAL severity vulnerability affecting all NATS Server versions from v2.2.0, prior to v2.11.1 or v2.10.27.

Fixed

JetStream

  • Correctly validate the calling account on a number of system API calls
  • Check system and account limits when processing a stream restore
  • Fixed a performance regression when using max messages per subject of 1 (#6688)

Complete Changes

nats-io/nats-server@v2.10.26...v2.10.27

Release v2.10.27-binary

Changelog

Go Version

  • 1.24.1

CVEs

  • This is a binary-only release containing fixes for CVE-2025-30215, a CRITICAL severity vulnerability affecting all NATS Server versions from v2.2.0, prior to v2.11.1 or v2.10.27. Public disclosure of the details, including the source code, will be made available no sooner than a week from the release date. All environments should update as soon as possible. For workflows that rely on building from source, we recommend using the binary in the interim.

Release v2.10.26

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

Dependencies

  • github.com/nats-io/nats.go v1.39.1 (#6574)
  • golang.org/x/crypto v0.34.0 (#6574)
  • golang.org/x/sys v0.30.0 (#6487)
  • golang.org/x/time v0.10.0 (#6487)
  • github.com/nats-io/nkeys v0.4.10 (#6494)

... (truncated)

Commits
  • 6b830a9 Release v2.10.27
  • c6bbff7 Release v2.10.27-binary
  • 4b0e2ca Test subject state optimization
  • d984613 Optimize removeSeqPerSubject() for MaxMsgPerSubject == 1
  • 406f836 Improved request account validation
  • 372d7c5 Check server and account limits on stream restore
  • 20019bf Import GitHub Actions, goreleaser and golangci-lint workflow changes from main
  • 14fa949 Release v2.10.26
  • 50ee75c Release v2.10.26-RC.7
  • 723dca8 Fix for data race for c.out
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 15, 2025
@knadh
knadh merged commit 081e8b1 into master Apr 16, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/providers/nats/github.com/nats-io/nats-server/v2-2.10.27 branch April 16, 2025 09:21
Maks1mS pushed a commit to stplr-dev/stplr that referenced this pull request May 10, 2026
….2.1 (#429)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [github.com/knadh/koanf/parsers/toml/v2](https://github.com/knadh/koanf) | require | patch | `v2.2.0` → `v2.2.1` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/knadh/koanf/badge)](https://securityscorecards.dev/viewer/?uri=github.com/knadh/koanf) |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/23) for more information.

---

### Release Notes

<details>
<summary>knadh/koanf (github.com/knadh/koanf/parsers/toml/v2)</summary>

### [`v2.2.1`](https://github.com/knadh/koanf/releases/tag/v2.2.1)

[Compare Source](knadh/koanf@v2.2.0...v2.2.1)

#### What's Changed

- Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;350](knadh/koanf#350)
- Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;351](knadh/koanf#351)
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;353](knadh/koanf#353)
- changing cliflagv2 to support variadic forcedinclude parameter by [@&#8203;kooroo](https://github.com/kooroo) in [#&#8203;357](knadh/koanf#357)
- adds urfave/cli/v3 parser by [@&#8203;n0cloud](https://github.com/n0cloud) in [#&#8203;361](knadh/koanf#361)
- add toggle to split nats kv on "." delimiter by [@&#8203;nickchomey](https://github.com/nickchomey) in [#&#8203;355](knadh/koanf#355)

#### New Contributors

- [@&#8203;kooroo](https://github.com/kooroo) made their first contribution in [#&#8203;357](knadh/koanf#357)
- [@&#8203;n0cloud](https://github.com/n0cloud) made their first contribution in [#&#8203;361](knadh/koanf#361)
- [@&#8203;nickchomey](https://github.com/nickchomey) made their first contribution in [#&#8203;355](knadh/koanf#355)

**Full Changelog**: <knadh/koanf@v2.2.0...v2.2.1>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`)
  - Only on Sunday and Saturday (`* * * * 0,6`)
- 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzIuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEzMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL0RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: https://altlinux.space/stapler/stplr/pulls/429
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant