Releases: TakeScoop/kubectl-exec-forward
Releases · TakeScoop/kubectl-exec-forward
v0.0.1
Changelog
- 44ceac3 Update missed renames (#33)
- 01e445f Rename to kubectl-exec-forward (#32)
- 4dac2e2 Log errors (#31)
- 98dcf4a Add user agent to kubernetes client (#30)
- 1b94369 Add release workflow (#29)
- 4dc0ef8 Override main command hook (#27)
- bd76bcb Remove option to pass multiple ports (#28)
- 19508c0 Set local ports on the config (#25)
- 93d1f4b fix: Overrides not applied when annotations do not exist (#24)
- 4954974 Update kubernetes packages to v0.23.1 (#23)
- b4cf773 Update module github.com/spf13/cobra to v1.3.0 (#20)
- 31f636c Add an integration test (#22)
- 6233120 Template inputs into commands (#21)
- 40e235c rm namespace (#19)
- 6f233e8 Remove PortForwardingOpts in favor of vanilla client (#17)
- 4918133 Read annotations from pod (#13)
- 990f385 Update module k8s.io/kubectl to v0.23.0 (#16)
- bd0ade7 Update module k8s.io/client-go to v0.23.0 (#15)
- d9ebd96 Ensure tunnel stays open until closed by user (#9)
- 169b6f7 Add linters (#6)
- ff32941 Add renovate.json (#5)
- a510f7f Add command base (#4)
- 160b1ca Adds base settings and files for the repo (#3)
- 3226c7d first commit