v0.2.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/joibel/mcp-for-argo-workflows:v0.2.0Available tags:
ghcr.io/joibel/mcp-for-argo-workflows:v0.2.0ghcr.io/joibel/mcp-for-argo-workflows:latest
Verify checksums
sha256sum -c checksums.txtWhat's Changed
What's Changed
- Update README with Argo v4 compatibility details by @Joibel in #141
- chore(deps): update codecov/codecov-action digest to 75cd116 by @renovate[bot] in #142
- feat: add --argo-http1 flag for HTTP/1.1 REST mode by @ngkaizhe in #153
- chore(deps): update actions/upload-artifact digest to 043fb46 by @renovate[bot] in #155
- chore(deps): update softprops/action-gh-release digest to 3bb1273 by @renovate[bot] in #157
- chore(deps): update docker/build-push-action digest to bcafcac by @renovate[bot] in #156
- chore(deps): update actions/setup-go digest to 4a36011 by @renovate[bot] in #147
- fix(deps): update module google.golang.org/grpc to v1.80.0 by @renovate[bot] in #148
- chore(deps): update docker/login-action digest to 4907a6d by @renovate[bot] in #149
- chore(deps): update golang:1.26-bookworm docker digest to 4f4ab2c by @renovate[bot] in #150
- chore(deps): update dependency go to v1.26.2 by @renovate[bot] in #151
- chore(deps): update codecov/codecov-action action to v6 by @renovate[bot] in #146
- chore(deps): update dependency golangci-lint to v2.11.4 by @renovate[bot] in #144
- fix(deps): update module github.com/argoproj/argo-workflows/v4 to v4.0.4 by @renovate[bot] in #143
- chore(deps): update gcr.io/distroless/base-debian12:nonroot docker digest to 956eee1 by @renovate[bot] in #154
- chore(deps): update softprops/action-gh-release action to v3 by @renovate[bot] in #158
- chore(deps): update dependency golangci/golangci-lint to v2.11.4 - autoclosed by @renovate[bot] in #145
- fix(deps): update module github.com/modelcontextprotocol/go-sdk to v1.5.0 by @renovate[bot] in #152
- fix(deps): update module github.com/testcontainers/testcontainers-go/modules/k3s to v0.42.0 by @renovate[bot] in #128
New Contributors
Full Changelog: v0.1.4...v0.2.0