Skip to content

build(deps): bump the go-deps group across 1 directory with 6 updates - #421

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-ff4ffea0c1
Open

build(deps): bump the go-deps group across 1 directory with 6 updates#421
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-ff4ffea0c1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 5 updates in the / directory:

Package From To
github.com/nats-io/nats-server/v2 2.14.3 2.14.4
github.com/prometheus/client_golang 1.24.0 1.24.1
google.golang.org/grpc 1.82.1 1.83.0
k8s.io/api 0.35.6 0.35.7
k8s.io/client-go 0.35.6 0.35.7

Updates github.com/nats-io/nats-server/v2 from 2.14.3 to 2.14.4

Release notes

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

Release v2.14.4

Changelog

Refer to the 2.14 Upgrade Guide for backwards compatibility notes with 2.12.x. Please note that the 2.13.x version was skipped.

Go Version

Dependencies

  • github.com/klauspost/compress v1.19.0 (#8385)
  • golang.org/x/crypto v0.54.0 (#8385)
  • golang.org/x/sys v0.47.0 (#8385)
  • github.com/antithesishq/antithesis-sdk-go v0.7.2-default-no-op (#8385)

Improved

JetStream

  • The Raft transport layer has been decoupled, improves testing but does not change server behaviour (#8181)
  • The disk concurrency semaphore has been increased to 4096 slots, up from the previous CPU-scaled count (#8336)
  • The disk concurrency semaphore can now be configured with the max_concurrent_io option in the jetstream config block (#8336)
  • Filestore underlying block cache buffers are now recycled to the pool when the weak reference is collected by the GC, which should smooth out memory usage with some usage patterns (#8395)
  • Calculating and looking up sequences in delete maps for file-backed streams with large numbers of interior deletes is now faster and holds locks for less time (#8403)
  • Inserts, iterations and deletes in AVL sequence sets are now faster in many cases, which speeds up the tracking of interior deletes (#8406)
  • Stream snapshots now attempt to determine the correct encode buffer size up front, avoiding many unnecessary allocations on streams with large numbers of interior deletes (#8405)
  • Reduced memory usage of the structure that is used to track subjects within a stream (#8412)

Fixed

General

  • allow_non_tls will no longer log an incorrect message at startup claiming that TLS is required (#8420)
  • Combining no_auth_user with auth callouts will no longer skip authentication checks when no CONNECT message is sent
  • JWT validation no longer crashes the server with whitespace-only permissions
  • Several paths that enforce the permissions of queue subscriptions no longer treat the whole permission as a subject literal
  • Several JetStream and MQTT endpoints now correctly guard against null values in JSON
  • Fixed an authentication bypass with TLS verify_and_map authenticating users with blank passwords

Monitoring

  • The healthz endpoint will now skip and no longer report on expired JWT accounts (#8379, thanks to @​ByapakSigdel)
  • The varz endpoint will now correctly report JetStream limits after they were changed via a config reload (#8394)

JetStream

  • Malformed cluster replicated acks or delivered updates are now correctly rejected by the decoder (#8284, thanks to @​uwezkhan)
  • Malformed cluster replicated skip or reset updates are now correctly rejected by the decoder (#8345, thanks to @​uwezkhan)
  • Empty cluster replicated entries are now correctly ignored (#8347, thanks to @​uwezkhan)

... (truncated)

Commits
  • bbd6dc5 Release v2.14.4
  • 7d26d07 Update to Go 1.26.5/1.25.12
  • c7163b2 Release v2.14.4-RC.4
  • ee56a6c Cherry-picks for 2.14.4-RC.4 (#147)
  • 725f008 [FIXED] Certificate users authenticatable by username on other listeners
  • 566e772 [FIXED] Block MQTT subscriptions to internal MQTT subjects
  • 43607c4 [FIXED] Consumer assignment proposed without a raft group
  • 3b90b2c [FIXED] Panic setting up a stream source/mirror on malformed create response
  • f44c537 [FIXED] Panic decoding MQTT retained messages, sessions and JS API replies
  • c6c7061 [FIXED] Panic decoding counter source with null entry
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.24.0 to 1.24.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.24.1 / 2026-07-23

Small bugfix release for promhttp.

What's Changed

[BUGFIX] promhttp: Fix panic on requests with nil URL. #2065

Full Changelog: prometheus/client_golang@v1.24.0...v1.24.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.24.1 / 2026-07-23

  • [BUGFIX] promhttp: Fix panic on requests with nil URL. #2065
Commits

Updates google.golang.org/grpc from 1.82.1 to 1.83.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.0

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)
  • xds: Add support for contains_match in route header matchers. (#9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#9255)
Commits
  • 4c226da Change version to 1.83.0 (#9228)
  • c198988 Cherrypick 9223 into v1.83.x (#9279)
  • 8ce3ebf Cherrypick PR 9255 into v1.83.x (#9263)
  • e393849 Cherry-pick recent changes from master (#9240)
  • 2a112a8 authz: add onPolicyUpdate callback to authz file watcher (#9142)
  • 1a80fca vet: adds a check to disallow usage of regex.Compile in xDS code (#9216)
  • 26ffdb3 [tls] Add safety check in custom cert verification that peer cert chain is no...
  • 5013974 internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162)
  • bd58bc0 internal/transport: increase test timeout locally in TestAccountCheckWindowSi...
  • 484f150 httpfilter/extproc: add check to ensure that response trailer mode must be SE...
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.35.6 to 0.35.7

Commits
  • cfdecb5 Update dependencies to v0.35.7 tag
  • 42f2945 Merge pull request #139666kmala/automated-cherry-pick-of-#137451
  • 9a35aac Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.35.6 to 0.35.7

Commits
  • 3e341b5 Merge pull request #139666kmala/automated-cherry-pick-of-#137451
  • 539f8c5 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
  • See full diff in compare view

Updates k8s.io/client-go from 0.35.6 to 0.35.7

Commits
  • d2a9618 Update dependencies to v0.35.7 tag
  • c9748d3 Merge pull request #140030 from kmala/release-1.35
  • 74724a2 Merge pull request #139666kmala/automated-cherry-pick-of-#137451
  • e7f41b7 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
  • 7b15567 Fix vet error
  • See full diff 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the go-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.14.3` | `2.14.4` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.24.0` | `1.24.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.6` | `0.35.7` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.6` | `0.35.7` |



Updates `github.com/nats-io/nats-server/v2` from 2.14.3 to 2.14.4
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/RELEASES.md)
- [Commits](nats-io/nats-server@v2.14.3...v2.14.4)

Updates `github.com/prometheus/client_golang` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.24.0...v1.24.1)

Updates `google.golang.org/grpc` from 1.82.1 to 1.83.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.1...v1.83.0)

Updates `k8s.io/api` from 0.35.6 to 0.35.7
- [Commits](kubernetes/api@v0.35.6...v0.35.7)

Updates `k8s.io/apimachinery` from 0.35.6 to 0.35.7
- [Commits](kubernetes/apimachinery@v0.35.6...v0.35.7)

Updates `k8s.io/client-go` from 0.35.6 to 0.35.7
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.6...v0.35.7)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/api
  dependency-version: 0.35.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2026
@dependabot
dependabot Bot requested a review from yaront1111 as a code owner August 4, 2026 16:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2026
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Lighthouse CI — /login

Lighthouse CI artifacts unavailable: ENOENT: no such file or directory, open 'dashboard/.lighthouseci/manifest.json'

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Bundle size report

Soft thresholds (warn-only): initial ≤ 400 KB raw / 120 KB gzip; total ≤ 3100 KB raw / 950 KB gzip.

Kind Chunk Raw Gzip Brotli
initial ⚙ index-Jb9L6A9u.js 611.4 KB 186.6 KB 161.8 KB
route generateCategoricalChart-SLMRVlg8.js 353.0 KB 91.5 KB 75.4 KB
route WorkflowStudioPage-DobrrzSF.js 286.1 KB 81.5 KB 70.7 KB
route types-DCNV9-kY.js 95.2 KB 25.7 KB 23.3 KB
route DataTable-BahjyA9u.js 72.7 KB 19.7 KB 17.8 KB
route client-Pacv2hUg.js 71.5 KB 22.0 KB 19.6 KB
route HomePage-DZrUifiL.js 59.3 KB 16.1 KB 14.5 KB
route ApprovalsPage-DdQCIRY7.js 45.7 KB 10.7 KB 9.5 KB
route PolicyOverviewPage-DyL22322.js 44.8 KB 11.1 KB 9.7 KB
route BundleDetailPage-Bfxny2bR.js 42.0 KB 11.7 KB 10.4 KB
route AgentDetailPage-BxbE-Yqm.js 38.7 KB 9.2 KB 8.2 KB
route createLucideIcon-CEcuTTRr.js 37.1 KB 12.5 KB 11.0 KB
route JobDetailPage-DqAbtp6y.js 34.8 KB 9.1 KB 8.2 KB
route EdgeSessionDetailPage-zbRchr5Q.js 34.5 KB 9.3 KB 8.3 KB
route RunDetailPage-cC2SgVKY.js 28.1 KB 8.6 KB 7.7 KB
route InputRuleEditorDrawer-gPMcMLZf.js 25.1 KB 6.8 KB 6.0 KB
route JobsPage-Bk6Y2x33.js 23.4 KB 7.0 KB 6.2 KB
route SettingsSSOPage-Di22Ul7F.js 23.2 KB 6.3 KB 5.6 KB
route AuditLogPage-cvuZsFMG.js 23.1 KB 6.9 KB 6.2 KB
route OutputRulesPage-CqdTFkGv.js 23.1 KB 6.1 KB 5.4 KB
route VelocityRulesPage-BzInD6zk.js 22.8 KB 6.3 KB 5.6 KB
route SettingsNotificationsPage-C5bCLxaK.js 21.7 KB 5.4 KB 4.7 KB
route AgentsPage-C7FA2uGq.js 21.2 KB 5.6 KB 5.1 KB
route SettingsUsersPage-CgMZb9sj.js 19.5 KB 5.3 KB 4.7 KB
route LicensePage-jS3dpEkh.js 19.0 KB 5.5 KB 4.9 KB
+ 143 more chunks
Total 168 chunks 2581.4 KB 766.4 KB n/a
Initial index-Jb9L6A9u.js 611.4 KB 186.6 KB 161.8 KB

⚠ Soft-threshold warnings

  • initial chunk raw 611.4 KB > 400 KB threshold
  • initial chunk gzip 186.6 KB > 120 KB threshold

Warn-only: this PR is not blocked. Audit the regression before merging.

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.

0 participants