Skip to content

fix(deps): update module github.com/stacklok/toolhive-core to v0.0.38 - #1391

Merged
rdimitrov merged 2 commits into
mainfrom
renovate/github.com-stacklok-toolhive-core-0.x
Aug 10, 2026
Merged

fix(deps): update module github.com/stacklok/toolhive-core to v0.0.38#1391
rdimitrov merged 2 commits into
mainfrom
renovate/github.com-stacklok-toolhive-core-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/stacklok/toolhive-core v0.0.30v0.0.38 age confidence

Release Notes

stacklok/toolhive-core (github.com/stacklok/toolhive-core)

v0.0.38

Compare Source

  • mcpcompat: let resource handlers return _meta (#​211)
  • Dependency updates (aws-sdk-go-v2, go-containerregistry, sigstore-go, prometheus-client_golang, opentelemetry-go)

v0.0.37

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.36...v0.0.37

v0.0.36

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.35...v0.0.36

v0.0.35

Compare Source

Highlights

audit: RFC 8693 act delegation-chain support (#​196) — audit events can now capture the actor identity and full delegation chain of a delegated token ("Alice's agent did X on her behalf"), not just the terminal sub. Typed {iss, sub} per hop; extra per-hop claims are structurally unloggable (in-memory only, guarded across JSON, slog.LogValuer, and fmt.Stringer); never-failing record-and-flag parsing with explicit truncated/omitted/malformed + low-cardinality malformedReason; identical slog and JSON wire shapes. This is the canonical schema for the ToolHive ecosystem — toolhive's pkg/audit migrates to it next.

go-sdk v1.7.0 final (#​200) — moves off the v1.7.0-pre.3 pre-release pin now that go-sdk final shipped with MCP protocol 2026-07-28 support, so downstream consumers no longer inherit a pre-release requirement via MVS.

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.34...v0.0.35

v0.0.34

Compare Source

v0.0.33

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.32...v0.0.33

v0.0.32

Compare Source

Completions, resource templates, resource subscribe/unsubscribe handlers, per-session server->client notification relay, and sampling — enabling the ToolHive vMCP aggregator to be MCP-conformant. See #​174.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on friday"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated

Details:

Package Change
github.com/go-logr/logr v1.4.3 -> v1.4.4
github.com/go-openapi/analysis v0.25.2 -> v0.25.5
github.com/go-openapi/jsonpointer v0.23.1 -> v1.0.0
github.com/go-openapi/jsonreference v0.21.6 -> v1.0.0
github.com/go-openapi/loads v0.24.0 -> v0.25.0
github.com/go-openapi/runtime v0.32.4 -> v0.33.0
github.com/go-openapi/spec v0.22.6 -> v0.22.9
github.com/go-openapi/strfmt v0.26.4 -> v0.27.0
github.com/go-openapi/swag/cmdutils v0.26.1 -> v0.27.0
github.com/go-openapi/swag/conv v0.27.0 -> v0.27.3
github.com/go-openapi/swag/fileutils v0.26.1 -> v0.27.3
github.com/go-openapi/swag/jsonutils v0.26.1 -> v0.27.3
github.com/go-openapi/swag/loading v0.26.1 -> v0.27.3
github.com/go-openapi/swag/mangling v0.26.1 -> v0.27.3
github.com/go-openapi/swag/netutils v0.26.1 -> v0.27.0
github.com/go-openapi/swag/stringutils v0.26.1 -> v0.27.3
github.com/go-openapi/swag/typeutils v0.27.0 -> v0.27.3
github.com/go-openapi/swag/yamlutils v0.26.1 -> v0.27.3
github.com/go-openapi/validate v0.26.0 -> v0.26.1
github.com/sigstore/sigstore-go v1.2.2 -> v1.3.0
github.com/sigstore/timestamp-authority/v2 v2.1.2 -> v2.1.3
go.opentelemetry.io/otel v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/trace v1.44.0 -> v1.45.0
google.golang.org/genproto/googleapis/api v0.0.0-20260630182238-925bb5da69e7 -> v0.0.0-20260803160001-6ac0973c030d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260630182238-925bb5da69e7 -> v0.0.0-20260803160001-6ac0973c030d
google.golang.org/grpc v1.82.1 -> v1.83.0

@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Registry Build Preview

All registries built successfully!

Registry: official

  • Total Servers: 85
    • Container-based: 53
    • Remote: 32
  • Skills: 0
  • File Size: 2.5M
  • Last Updated: 2026-08-10T09:46:37Z

Registry: toolhive

  • Total Servers: 110
    • Container-based: 78
    • Remote: 32
  • Skills: 194
  • File Size: 3.1M
  • Last Updated: 2026-08-10T09:46:37Z

@renovate
renovate Bot force-pushed the renovate/github.com-stacklok-toolhive-core-0.x branch from 16d9b3b to 85c62b7 Compare July 25, 2026 18:01
@renovate renovate Bot changed the title fix(deps): update module github.com/stacklok/toolhive-core to v0.0.33 fix(deps): update module github.com/stacklok/toolhive-core to v0.0.34 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stacklok-toolhive-core-0.x branch from 85c62b7 to ba6c409 Compare July 28, 2026 17:44
@renovate renovate Bot changed the title fix(deps): update module github.com/stacklok/toolhive-core to v0.0.34 fix(deps): update module github.com/stacklok/toolhive-core to v0.0.35 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stacklok-toolhive-core-0.x branch from ba6c409 to d846372 Compare July 30, 2026 18:57
@renovate renovate Bot changed the title fix(deps): update module github.com/stacklok/toolhive-core to v0.0.35 fix(deps): update module github.com/stacklok/toolhive-core to v0.0.37 Jul 30, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stacklok-toolhive-core-0.x branch from d846372 to 602ce6f Compare August 4, 2026 13:40
@renovate renovate Bot changed the title fix(deps): update module github.com/stacklok/toolhive-core to v0.0.37 fix(deps): update module github.com/stacklok/toolhive-core to v0.0.38 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stacklok-toolhive-core-0.x branch from 602ce6f to 8055e5e Compare August 10, 2026 09:43
@renovate
renovate Bot force-pushed the renovate/github.com-stacklok-toolhive-core-0.x branch from 8055e5e to 266a3e1 Compare August 10, 2026 09:45
@renovate

renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@rdimitrov
rdimitrov merged commit 6a79489 into main Aug 10, 2026
4 checks passed
@rdimitrov
rdimitrov deleted the renovate/github.com-stacklok-toolhive-core-0.x branch August 10, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant