Skip to content

v0.4.0

Choose a tag to compare

@Joibel Joibel released this 18 Jul 08:32
· 30 commits to main since this release
c69ea58

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.0

Available tags:

  • ghcr.io/pipekit/mcp-for-argo-workflows:v0.4.0
  • ghcr.io/pipekit/mcp-for-argo-workflows:latest

Verify checksums

sha256sum -c checksums.txt

What'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

Full Changelog: v0.3.3...v0.4.0