Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v0.1.2 of mexec #4171

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/mexec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: mexec
spec:
version: "v0.1.1"
version: "v0.1.2"
homepage: https://github.com/major1201/kubectl-mexec
shortDescription: "Execute on multiple pods in parallel"
description: A fast way to run kubectl exec/cp on multiple pods in parallel.
Expand All @@ -15,8 +15,8 @@ spec:
values:
- darwin
- linux
uri: https://github.com/major1201/kubectl-mexec/archive/refs/tags/v0.1.1.tar.gz
sha256: 7839aa8918fd433542d1a0b194a549b9d3a5bcdafa93f35cf8dfcf14da4e8817
uri: https://github.com/major1201/kubectl-mexec/archive/refs/tags/v0.1.2.tar.gz
sha256: 02a83b157705d5df26ca1263270786f82dee9f73487fffb71d394dca201b613e
files:
- from: "kubectl-mexec-*/kubectl-mexec"
to: "."
Expand Down
Loading