update changelog
All checks were successful
Build and Publish / go-binaries (push) Has been skipped
Build and Publish / container-images (push) Has been skipped
Build and Publish / check-chart (push) Successful in 4s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
2025-08-27 17:09:45 -04:00
parent a0b9177401
commit 1de96f8714

View File

@@ -1,3 +1,9 @@
# 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`).
* deps: Update Go module dependencies, including `bufbuild/protovalidate`, `go-app`, `grpc-gateway`, `googleapis/api`, `grpc`, `protobuf`, `golang.org/x/exp`, and `googleapis/rpc`.
* deps: Add new Go module dependencies: `modelcontextprotocol/go-sdk` and `k8s.io/utils`.
# v0.5.0 # v0.5.0
* Added OpenTelemetry tracing for application startup. * Added OpenTelemetry tracing for application startup.