0.3.1
All checks were successful
Run CI/CD... / main (push) Successful in 7m50s

This commit is contained in:
Your Name 2025-02-10 21:00:15 +00:00
parent b0c3131ce3
commit 72ce0354cf
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
kubectl-execws-0.3.0.tar.gz: 94e8dd797c205dce49360cf4e7bc86ffcd966c4a kubectl-execws-0.3.1.tar.gz: 69f38e68fe927eba78122b1b2c8b105bb58f0ab6

View file

@ -2,7 +2,7 @@
%define debug_package %nil %define debug_package %nil
Name: kubectl-execws Name: kubectl-execws
Version: 0.3.0 Version: 0.3.1
Release: 1 Release: 1
Summary: "Kubectl exec" that works over WebSocket connections Summary: "Kubectl exec" that works over WebSocket connections
URL: https://github.com/jpts/kubectl-execws URL: https://github.com/jpts/kubectl-execws
@ -27,6 +27,7 @@ be a stopgap until they do.
%setup -q %setup -q
%build %build
export GOPROXY=direct
go build -o ./bin/%{name} go build -o ./bin/%{name}
upx ./bin/%{name} upx ./bin/%{name}