Compare commits
5 Commits
47bcfa7dd5
...
v0.6.0
Author | SHA1 | Date | |
---|---|---|---|
176bf46d53 | |||
1de96f8714 | |||
a0b9177401 | |||
c539865eb8 | |||
ff2e489c97 |
@@ -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
|
||||
|
||||
* Added OpenTelemetry tracing for application startup.
|
||||
|
@@ -15,13 +15,13 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "v0.5.0"
|
||||
appVersion: "v0.6.0"
|
||||
|
||||
dependencies:
|
||||
- name: hull
|
||||
|
Reference in New Issue
Block a user