adds HTTP log exclusion regex paths, updates Go version and module dependencies, and bumps Helm chart version (#4)
All checks were successful
Build and Publish / check-chart (push) Successful in 13s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 1m7s
Build and Publish / go-binaries (push) Successful in 3m20s

Reviewed-on: #4
Co-authored-by: Ryan D McGuire <ryand_mcguire@sweetwater.com>
Co-committed-by: Ryan D McGuire <ryand_mcguire@sweetwater.com>
This commit is contained in:
2025-09-02 17:51:37 +00:00
committed by Ryan McGuire
parent 176bf46d53
commit c0a1631320
5 changed files with 75 additions and 77 deletions

View File

@@ -1,3 +1,8 @@
# v0.7.0
* feat: Add HTTP log exclusion regex paths to configuration schema.
* chore: Update Go version to 1.25.
* chore: Update module dependencies.
# v0.6.0
* feat: Introduce Model Context Protocol (MCP) server with a demo random fact tool.
* feat: Add MCP server configuration file (`contrib/mcpinspector.json`).