8000 Release v0.0.48 · stacklok/toolhive · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.0.48

Compare
Choose a tag to compare
@dmjb dmjb released this 24 Jun 10:47
· 38 commits to main since this release
c6a9eed

Key changes include:

  1. Initial support for network isolation using ingress and egress proxies.
  2. Support for the Streamable HTTP protocol for MCP servers.
  3. Various new endpoints and improvements for our beta API.
  4. New MCP servers added to our registry, and deprecated ones removed.
  5. New and improved secret provider setup process.

What's Changed

  • Streamline the README by @danbarr in #717
  • Fix the Operator example for GitHub by @danbarr in #720
  • Update the version check message by @rdimitrov in #719
  • Update registry with latest stars and pulls by @github-actions in #722
  • spin egress container for each mcp server by @yrobla in #457
  • Implement an API for unregistering clients by @rdimitrov in #725
  • Fix the ldflags for building via the task targets by @rdimitrov in #727
  • fix(deps): update module github.com/google/go-containerregistry to v0.20.6 by @renovate in #732
  • Update registry with latest stars and pulls by @github-actions in #731
  • chore(deps): update anchore/sbom-action action to v0.20.1 - autoclosed by @renovate in #730
  • Update registry with latest stars and pulls by @github-actions in #733
  • feat: allow for tokens to expire/refresh by @yrobla in #726
  • Update registry with latest stars and pulls by @github-actions in #734
  • Add an explicit BuildType build variable by @rdimitrov in #723
  • Add all param to spec for workloads endpoint by @eleftherias in #735
  • Fix CI and set BuildType by @eleftherias in #737
  • Make stop operation async, add stop all operation by @dmjb in #729
  • Add a new explicit secret provider setup and force its use by @lujunsan in #708
  • fix: decouple operator from internal secrets providers by @danbarr in #721
  • chore(deps): update docker/setup-buildx-action action to v3.11.0 by @renovate in #739
  • Fix typo in readme by @eleftherias in #743
  • Format log messages for thv log by @eleftherias in #742
  • Update registry with latest stars and pulls by @github-actions in #749
  • feat: generate documentation for k8s operator by @yrobla in #740
  • fix(deps): update module github.com/cedar-policy/cedar-go to v1.2.2 by @renovate in #748
  • Make workload deletion asynchronous by @dmjb in #738
  • Force OS keyring for encrypted provider by @lujunsan in #741
  • Update Grafana MCP to SSE mode in registry by @danbarr in #750
  • Update Redis and Perplexity MCPs by @danbarr in #755
  • chore(deps): update sigstore/cosign-installer action to v3.9.0 by @renovate in #753
  • feat(regup): add --server flag to regup command for targeted server updates by @danbarr in #757
  • Update registry with latest stars and pulls by @github-actions in #760
  • feat: only isolate container network when desired by @yrobla in #762
  • Add the MongoDB MCP to the registry by @danbarr in #759
  • chore(deps): update docker/setup-buildx-action action to v3.11.1 by @renovate in #763
  • Move squid code into its own file by @dmjb in #766
  • Remove VerifyImage from runtime interface by @dmjb in #767
  • Add the Playwright MCP server to the registry by @danbarr in #768
  • Add the Notion MCP server to the registry by @danbarr in #769
  • Update the Atlassian MCP in the registry by @danbarr in #776
  • Secrets management API integration by @lujunsan in #761
  • fix(deps): update module github.com/cedar-policy/cedar-go to v1.2.3 by @renovate in #779
  • Move image pull/check/build out of runtime interface by @dmjb in #775
  • Update registry with latest stars and pulls by @github-actions in #778
  • Delete secrets management api test causing intermittent errors by @lujunsan in #782
  • Make restart an async operation by @dmjb in #781
  • feat: use different port for ingress proxy by @yrobla in #783
  • fix(deps): update golang.org/x/exp/jsonrpc2 digest to b7579e2 by @renovate in #786
  • Update registry with latest stars and pulls by @github-actions in #785
  • fix(deps): update kubernetes packages to v0.33.2 by @renovate in #784
  • Fix no exposed ports specified in options.ExposedPorts bug by @dmjb in #798
  • chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 by @dependabot in #799
  • Update network permission profiles in the registry by @danbarr in #801
  • Update registry with latest stars and pulls by @github-actions in #802
  • fix: use our egress image by default by @yrobla in #805
  • feat: add support for streamable http clients by @yrobla in #804
  • Rename registry.Server to registry.ImageMetadata by @dmjb in #807
  • Fix Windows build error by @danbarr in #812
  • Update registry with latest stars and pulls by @github-actions in #816
  • chore(deps): update sigstore/cosign-installer action to v3.9.1 by @renovate in #813
  • Implement new bulk API workload endpoints by @lujunsan in #809
  • Ensure proxy process is killed during workload delete by @dmjb in #818

Full Changelog: v0.0.47...v0.0.48

0