Skip to content

v0.5.0

Latest

Choose a tag to compare

@Joibel Joibel released this 24 Aug 08:57
· 4 commits to main since this release
13e3d34

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

Available tags:

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

Verify checksums

sha256sum -c checksums.txt

What's Changed

What's Changed

  • chore(deps): update actions/checkout action to v7.0.1 by @renovate[bot] in #204
  • chore(deps): update gcr.io/distroless/base-debian12:nonroot docker digest to 63f52bd by @renovate[bot] in #203
  • chore: remove CodeRabbit integration by @Joibel in #202
  • fix(deps): update module github.com/stretchr/testify to v1.12.0 by @renovate[bot] in #214
  • chore(deps): update golang docker tag to v1.26.6 by @renovate[bot] in #213
  • chore(deps): update dependency go to v1.26.6 by @renovate[bot] in #212
  • chore(deps): update gcr.io/distroless/base-debian12:nonroot docker digest to b12529f by @renovate[bot] in #211
  • fix(deps): update module github.com/modelcontextprotocol/go-sdk to v1.7.0 by @renovate[bot] in #207
  • chore(deps): update docker/login-action action to v4.6.0 by @renovate[bot] in #206
  • fix(deps): update module google.golang.org/grpc to v1.83.1 by @renovate[bot] in #208
  • fix(deps): update module github.com/argoproj/argo-workflows/v4 to v4.1.1 by @renovate[bot] in #205
  • chore(deps): update dependency go to v1.26.7 by @renovate[bot] in #216
  • fix(deps): update module github.com/stretchr/testify to v1.12.1 by @renovate[bot] in #217
  • chore(deps): update docker/setup-buildx-action action to v4.3.0 by @renovate[bot] in #218
  • chore(renovate): run go mod tidy after dependency updates by @Joibel in #219
  • chore(deps): update dependency golangci-lint to v2.13.0 by @renovate[bot] in #221
  • fix(deps): update module github.com/testcontainers/testcontainers-go/modules/k3s to v0.44.0 by @renovate[bot] in #210
  • chore(deps): update golang docker tag to v1.27.0 by @renovate[bot] in #223
  • chore(deps): update dependency go to v1.27.0 by @renovate[bot] in #220
  • fix: keep Argo client metadata on HTTP transport requests by @ngkaizhe in #224
  • chore(deps): update dependency golangci-lint to v2.13.1 by @renovate[bot] in #225
  • chore(deps): update dependency golangci/golangci-lint to v2.13.1 by @renovate[bot] in #222
  • fix(deps): update module github.com/argoproj/argo-workflows/v4 to v4.1.2 by @renovate[bot] in #228
  • chore(deps): update gcr.io/distroless/base-debian12:nonroot docker digest to 7f0c72c by @renovate[bot] in #227
  • feat: add streamable HTTP transport by @ngkaizhe in #215
  • fix(examples): point the Kubernetes example at the streamable HTTP transport by @Joibel in #229

Full Changelog: v0.4.0...v0.5.0