5 Commits

Author SHA1 Message Date
176bf46d53 bump chart
All checks were successful
Build and Publish / check-chart (push) Successful in 10s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / go-binaries (push) Successful in 1m47s
Build and Publish / container-images (push) Successful in 2m16s
2025-08-27 17:10:02 -04:00
1de96f8714 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
2025-08-27 17:09:45 -04:00
a0b9177401 Merge branch 'development'
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 14s
Build and Publish / helm-release (push) Has been skipped
2025-08-27 17:08:42 -04:00
c539865eb8 Merge branch 'development'
All checks were successful
Build and Publish / check-chart (push) Successful in 38s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 2m35s
Build and Publish / go-binaries (push) Successful in 3m17s
2025-08-14 16:07:55 -04:00
ff2e489c97 Merge pull request 'development' (#3) from development into main
Some checks failed
Build and Publish / check-chart (push) Successful in 15s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / go-binaries (push) Successful in 3m17s
Build and Publish / container-images (push) Failing after 7m57s
Reviewed-on: #3
2025-08-14 20:00:13 +00:00
2 changed files with 8 additions and 2 deletions

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.

View File

@@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "v0.5.0" appVersion: "v0.6.0"
dependencies: dependencies:
- name: hull - name: hull