v0.2.1
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/joibel/mcp-for-argo-workflows:v0.2.1Available tags:
ghcr.io/joibel/mcp-for-argo-workflows:v0.2.1ghcr.io/joibel/mcp-for-argo-workflows:latest
Verify checksums
sha256sum -c checksums.txtWhat's Changed
What's Changed
- chore(deps): update golang:1.26-bookworm docker digest to 47ce563 by @renovate[bot] in #160
- fix(deps): update module github.com/argoproj/argo-workflows/v4 to v4.0.5 by @renovate[bot] in #161
- Use explicit 3-part Go version tag in Dockerfile by @Copilot in #162
- feat(tools): add ReadOnlyHint and DestructiveHint annotations by @Joibel in #163
New Contributors
- @Copilot made their first contribution in #162
Full Changelog: v0.2.0...v0.2.1