v0.4.0
Installation
Binary
Download the appropriate binary for your platform from the assets below.
| Platform | Architecture | Binary |
|---|---|---|
| macOS | Intel | mcp-for-argo-workflows-darwin-amd64 |
| macOS | Apple Silicon | mcp-for-argo-workflows-darwin-arm64 |
| Linux | x86_64 | mcp-for-argo-workflows-linux-amd64 |
| Linux | ARM64 | mcp-for-argo-workflows-linux-arm64 |
| Windows | x86_64 | mcp-for-argo-workflows-windows-amd64.exe |
Docker
docker pull ghcr.io/pipekit/mcp-for-argo-workflows:v0.4.0Available tags:
ghcr.io/pipekit/mcp-for-argo-workflows:v0.4.0ghcr.io/pipekit/mcp-for-argo-workflows:latest
Verify checksums
sha256sum -c checksums.txtWhat's Changed
What's Changed
- chore(deps): update golang:1.26.5-bookworm docker digest to 1ecb7ed by @renovate[bot] in #197
- chore(deps): update gcr.io/distroless/base-debian12:nonroot docker digest to 6c80631 by @renovate[bot] in #196
- chore(deps): update actions/setup-go action to v7 by @renovate[bot] in #200
- fix(deps): update module google.golang.org/grpc to v1.82.1 by @renovate[bot] in #199
- feat(config): add read only mode by @Hariharasuthan99 in #198
- feat(tools): add kubectx-style multi-context support by @Joibel in #201
New Contributors
- @Hariharasuthan99 made their first contribution in #198
Full Changelog: v0.3.3...v0.4.0