Marc Nuri
61eaecc38f
chore(docs): added missing tools to README.md (make update-readme-tools) ( #358 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-10-07 11:42:19 +02:00
dependabot[bot]
028c6b08c2
build(deps): bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.2 ( #361 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.1...v0.22.2 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-version: 0.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 10:45:51 +02:00
dependabot[bot]
e8ba1fa0bf
build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.2 to 4.1.3 ( #357 )
...
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.2...v4.1.3 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-version: 4.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 12:06:46 +02:00
dependabot[bot]
e86d314ae2
build(deps): bump github.com/coreos/go-oidc/v3 from 3.15.0 to 3.16.0 ( #356 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.15.0...v3.16.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-version: 3.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 12:06:42 +02:00
Calum Murray
a2d16e9f41
feat: Multi Cluster Support ( #348 )
...
* feat: add cluster provider for kubeconfig
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: move server to use ClusterProvider interface
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: authentication middleware works with cluster provider
Signed-off-by: Calum Murray <cmurray@redhat.com >
* fix: unit tests work after cluster provider changes
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: add tool mutator to add cluster parameter
Signed-off-by: Calum Murray <cmurray@redhat.com >
* test: handle cluster parameter
Signed-off-by: Calum Murray <cmurray@redhat.com >
* fix: handle lazy init correctly
Signed-off-by: Calum Murray <cmurray@redhat.com >
* refactor: move to using multi-strategy ManagerProvider
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: add contexts_list tool
Signed-off-by: Calum Murray <cmurray@redhat.com >
* refactor: make tool mutator generic between cluster/context naming
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: introduce tool filter
Signed-off-by: Calum Murray <cmurray@redhat.com >
* refactor: use new ManagerProvider/mutator/filter within mcp server
Signed-off-by: Calum Murray <cmurray@redhat.com >
* fix(test): tests expect context parameter in tool defs
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: auth handles multi-cluster case correctly
Signed-off-by: Calum Murray <cmurray@redhat.com >
* fix: small changes from local testing
Signed-off-by: Calum Murray <cmurray@redhat.com >
* chore: fix enum test
Signed-off-by: Calum Murray <cmurray@redhat.com >
* review: Multi Cluster support (#1 )
* nit: rename contexts_list to configuration_contexts_list
Besides the conventional naming, it helps LLMs understand the context of the tool by providing a certain level of hierarchy.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* fix(mcp): ToolMutator doesn't rely on magic strings
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* refactor(api): don't expose ManagerProvider to toolsets
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* test(mcp): configuration_contexts_list basic tests
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* test(toolsets): revert edge-case test
This test should not be touched.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* test(toolsets): add specific metadata tests for multi-cluster
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* fix(mcp): ToolFilter doesn't rely on magic strings (partially)
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* test(api): IsClusterAware and IsTargetListProvider default values
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* test(mcp): revert unneeded changes in mcp_tools_test.go
Signed-off-by: Marc Nuri <marc@marcnuri.com >
---------
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* fix: always include configuration_contexts_list if contexts > 1
Signed-off-by: Calum Murray <cmurray@redhat.com >
* feat: include server urls in configuration_contexts_list
Signed-off-by: Calum Murray <cmurray@redhat.com >
---------
Signed-off-by: Calum Murray <cmurray@redhat.com >
Signed-off-by: Marc Nuri <marc@marcnuri.com >
Co-authored-by: Marc Nuri <marc@marcnuri.com >
2025-10-06 12:01:16 +02:00
Matthias Wessendorf
c447bf819f
fix(auth): move 401 response handling to a common helper func ( #353 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com >
2025-10-02 10:42:19 +02:00
dependabot[bot]
07b1ebc05e
build(deps): bump github.com/mark3labs/mcp-go from 0.41.0 to 0.41.1 ( #352 )
...
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go ) from 0.41.0 to 0.41.1.
- [Release notes](https://github.com/mark3labs/mcp-go/releases )
- [Commits](https://github.com/mark3labs/mcp-go/compare/v0.41.0...v0.41.1 )
---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
dependency-version: 0.41.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 09:14:30 +02:00
dependabot[bot]
adc1044615
build(deps): bump github.com/mark3labs/mcp-go from 0.40.0 to 0.41.0 ( #349 )
...
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go ) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/mark3labs/mcp-go/releases )
- [Commits](https://github.com/mark3labs/mcp-go/compare/v0.40.0...v0.41.0 )
---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
dependency-version: 0.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 15:35:27 +02:00
Marc Nuri
b55f28b36e
feat(mcp): events_list returns parseable YAML output ( #346 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-26 11:01:21 +02:00
Marc Nuri
d3723804ed
chore(security): try to fix snyk security issues ( #345 )
...
* chore(docs): update tools in README.md
Previous update wasn't made automatically.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* chore(security): try to fix snyk security issues
Even after the fix, Snyk seems to be reporting false positives.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
---------
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-26 09:29:34 +02:00
Marc Nuri
792d2f5b80
chore(lint): fix linting issues ( #344 )
...
* chore(lint): fix linting issues
Signed-off-by: Marc Nuri <marc@marcnuri.com >
* feat(ci): add linting to build and build-all-platforms target
Signed-off-by: Marc Nuri <marc@marcnuri.com >
---------
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-26 06:56:48 +02:00
Marc Nuri
c69e90c70d
fix(mcp): InputSchema schema with empty properties for no-arg tools ( #341 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-25 11:54:07 +02:00
iamsudip
053fb2e31c
feat(pods): add optional tail parameter to pod logs retrieval ( #335 )
...
* feat(pods): add tailLines parameter to pod logs retrieval with default 256 lines
Signed-off-by: iamsudip <sudip.maji@harness.io >
* address review comments
Signed-off-by: iamsudip <sudip.maji@harness.io >
* test(pods): add tailLines parameter to pod logs retrieval with default 256 lines
Signed-off-by: Marc Nuri <marc@marcnuri.com >
---------
Signed-off-by: iamsudip <sudip.maji@harness.io >
Signed-off-by: Marc Nuri <marc@marcnuri.com >
Co-authored-by: Marc Nuri <marc@marcnuri.com >
2025-09-25 09:17:53 +02:00
dependabot[bot]
8e666d4c67
build(deps): bump github.com/google/jsonschema-go from 0.2.3 to 0.3.0 ( #338 )
...
Bumps [github.com/google/jsonschema-go](https://github.com/google/jsonschema-go ) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/google/jsonschema-go/releases )
- [Commits](https://github.com/google/jsonschema-go/compare/v0.2.3...v0.3.0 )
---
updated-dependencies:
- dependency-name: github.com/google/jsonschema-go
dependency-version: 0.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 10:50:34 +02:00
Andrew Block
4c5bce1b65
feat(container): added non-privileged image user ( #336 )
...
Signed-off-by: Andrew Block <andy.block@gmail.com >
2025-09-22 10:30:15 +02:00
dependabot[bot]
2b72f5f9ab
build(deps): bump github.com/mark3labs/mcp-go from 0.39.1 to 0.40.0 ( #337 )
...
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go ) from 0.39.1 to 0.40.0.
- [Release notes](https://github.com/mark3labs/mcp-go/releases )
- [Commits](https://github.com/mark3labs/mcp-go/compare/v0.39.1...v0.40.0 )
---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 10:28:32 +02:00
Marc Nuri
5b33e1a065
chore(doc): fix cursor link ( #334 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-18 17:11:44 +02:00
Marc Nuri
8af889bc8f
test(mcp): refactor helm toolset tests ( #333 )
...
Refactor tests to new approach before adding more functionality.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-18 16:08:53 +02:00
dependabot[bot]
76e22321f5
build(deps): bump helm.sh/helm/v3 from 3.18.6 to 3.19.0 ( #321 )
...
Bumps [helm.sh/helm/v3](https://github.com/helm/helm ) from 3.18.6 to 3.19.0.
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.18.6...v3.19.0 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 07:13:31 +02:00
Marc Nuri
6e29a2ada5
feat(pods): update metrics to comply with new API
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-18 07:07:46 +02:00
dependabot[bot]
22de31d04d
build(deps): bump k8s.io/kubectl from 0.33.4 to 0.34.1
...
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl ) from 0.33.4 to 0.34.1.
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.33.4...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/kubectl
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-18 07:07:46 +02:00
dependabot[bot]
97236a7bcd
build(deps): bump golang.org/x/net from 0.42.0 to 0.44.0 ( #332 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.42.0 to 0.44.0.
- [Commits](https://github.com/golang/net/compare/v0.42.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 06:08:51 +02:00
Marc Nuri
94baad6570
fix(cmd): disable klog in STDIO mode ( #331 )
...
Prevents protocol issues with some clients.
Kubernetes tooling uses klog to log messages.
Some of these messages end up logged in the stderr or stdout which breaks some of the clients that expect jsonrpc messages.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 17:03:40 +02:00
Marc Nuri
e16114dfc5
test(mcp): refactor core toolset tests (namespaces) ( #330 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 15:48:57 +02:00
Marc Nuri
2bf6c549fe
test(mcp): remove side-effects from toolsets tests ( #329 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 12:06:33 +02:00
Marc Nuri
d6936f42d3
test(mcp): refactor events toolset tests ( #328 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 11:48:35 +02:00
Marc Nuri
f496c643e7
test(mcp): refactor configuration toolset tests ( #327 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 11:11:50 +02:00
Marc Nuri
d9d35b9834
test(toolsets): toolset specific metadata tests ( #326 )
...
- Refactor tests to use testify (more clarity+composability for complex tests)
- Tests for default toolsets
- Tests for configured, granular toolsets
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 11:06:17 +02:00
Marc Nuri
48cf204a89
feat(toolsets): add support for multiple toolsets in configuration ( #323 )
...
Users can now enable or disable different toolsets either by providing
a command-line flag or by setting the toolsets array field in the TOML
configuration.
Downstream Kubernetes API developers can declare toolsets for their
APIs by creating a new nested package in pkg/toolsets and registering
it in pkg/mcp/modules.go
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-17 10:53:56 +02:00
dependabot[bot]
3fc4fa49bb
build(deps): bump github.com/google/jsonschema-go from 0.2.2 to 0.2.3 ( #324 )
...
Bumps [github.com/google/jsonschema-go](https://github.com/google/jsonschema-go ) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/google/jsonschema-go/releases )
- [Commits](https://github.com/google/jsonschema-go/compare/v0.2.2...v0.2.3 )
---
updated-dependencies:
- dependency-name: github.com/google/jsonschema-go
dependency-version: 0.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 06:19:58 +02:00
Marc Nuri
209e8434d5
feat(mcp): toolset definitions completely agnostic from underlying MCP impl ( #322 )
...
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-12 11:56:22 +02:00
Marc Nuri
2b6c886d95
refactor(mcp): toolset Tools definition is agnostic of MCP impl ( #319 )
...
Initial PR to make the toolsets agnostic of the usd MCP implementation (migration to go-sdk).
The decoupling will also be needed to move the different toolsets to separate nested packages (toolsets).
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-12 09:58:54 +02:00
dependabot[bot]
4361a9e7d8
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 ( #320 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-12 06:02:41 +02:00
Marc Nuri
ea641e6796
test(mcp): toolset metadata assertion ( #318 )
...
This test ensures that any tool definition refactoring
preserves the current behavior.
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-11 10:31:39 +02:00
Samuel Masuy
6c573f31c8
feat(kubernetes): add support for previousPod container logs ( #256 )
...
Add 'previous' parameter to pods_log tool to retrieve logs from terminated containers, equivalent to kubectl logs --previous functionality.
This enables debugging of containers that have restarted due to crashes or updates.
Signed-off-by: Samuel Masuy <samuel.masuy@goto.com >
Co-authored-by: opencode <noreply@opencode.ai >
2025-09-11 09:29:51 +02:00
Marc Nuri
10c82f7bff
refactor(toolsets): renamed Profile to Toolset ( #309 )
...
As a prior step to providing support for toolsets
this change repurposes the current work in profiles
which partially aligns with the toolsets expected features
Signed-off-by: Marc Nuri <marc@marcnuri.com >
2025-09-11 09:25:09 +02:00
dependabot[bot]
467e7e6757
build(deps): bump k8s.io/apiextensions-apiserver from 0.34.0 to 0.34.1 ( #317 )
...
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver ) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases )
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.34.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 05:57:17 +02:00
dependabot[bot]
a8b6041dbf
build(deps): bump k8s.io/cli-runtime from 0.34.0 to 0.34.1 ( #314 )
...
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime ) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.34.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/cli-runtime
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 05:50:05 +02:00
dependabot[bot]
193ac1f239
build(deps): bump k8s.io/metrics from 0.34.0 to 0.34.1 ( #312 )
...
Bumps [k8s.io/metrics](https://github.com/kubernetes/metrics ) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/metrics/compare/v0.34.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/metrics
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 05:42:58 +02:00
dependabot[bot]
25033531bd
build(deps): bump k8s.io/api from 0.34.0 to 0.34.1 ( #311 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/api/compare/v0.34.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 05:42:28 +02:00
dependabot[bot]
36bb0b9e51
build(deps): bump github.com/spf13/afero from 1.14.0 to 1.15.0 ( #307 )
...
Bumps [github.com/spf13/afero](https://github.com/spf13/afero ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/spf13/afero/releases )
- [Commits](https://github.com/spf13/afero/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/afero
dependency-version: 1.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 19:19:50 +02:00
dependabot[bot]
a6904999d0
build(deps): bump sigs.k8s.io/controller-runtime from 0.22.0 to 0.22.1 ( #306 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.0...v0.22.1 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-version: 0.22.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 19:19:18 +02:00
dependabot[bot]
6bfa127841
build(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 ( #302 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 10:56:45 +02:00
dependabot[bot]
18005a33b4
build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 ( #303 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sync/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 09:36:40 +02:00
dependabot[bot]
f2a6b90d24
build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 ( #301 )
...
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag ) from 1.0.7 to 1.0.10.
- [Release notes](https://github.com/spf13/pflag/releases )
- [Commits](https://github.com/spf13/pflag/compare/v1.0.7...v1.0.10 )
---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
dependency-version: 1.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 11:36:48 +02:00
dependabot[bot]
a8b3f546fe
build(deps): bump github.com/mark3labs/mcp-go from 0.38.0 to 0.39.1 ( #300 )
...
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go ) from 0.38.0 to 0.39.1.
- [Release notes](https://github.com/mark3labs/mcp-go/releases )
- [Commits](https://github.com/mark3labs/mcp-go/compare/v0.38.0...v0.39.1 )
---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
dependency-version: 0.39.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-04 16:58:39 +02:00
dependabot[bot]
406279cac6
build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 ( #299 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.9.1 to 1.10.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-version: 1.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 14:55:27 +02:00
dependabot[bot]
2dbaf2be70
build(deps): bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0 ( #293 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-version: 0.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-29 06:02:54 +02:00
dependabot[bot]
25f82ef62c
build(deps): bump k8s.io/metrics from 0.33.4 to 0.34.0 ( #286 )
...
Bumps [k8s.io/metrics](https://github.com/kubernetes/metrics ) from 0.33.4 to 0.34.0.
- [Commits](https://github.com/kubernetes/metrics/compare/v0.33.4...v0.34.0 )
---
updated-dependencies:
- dependency-name: k8s.io/metrics
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 08:14:25 +02:00
dependabot[bot]
7fb1740a87
build(deps): bump k8s.io/cli-runtime from 0.33.4 to 0.34.0 ( #287 )
...
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime ) from 0.33.4 to 0.34.0.
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.33.4...v0.34.0 )
---
updated-dependencies:
- dependency-name: k8s.io/cli-runtime
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 07:16:03 +02:00