Skip to content

Releases: ViBiOh/kmux

v0.0.15

12 Sep 17:05
Compare
Choose a tag to compare

Features

  • (log) Adding label filtering support 97ac2b2

Miscellaneous

  • (log) Using selector long flag for kubectl compatibility 69c1286
  • Updating version in the doc b31f763

v0.0.14

09 Sep 21:43
Compare
Choose a tag to compare

Fixes

  • Format with sprintf only if there are args 6256e4c

Miscellaneous

  • (deps) bump github.com/spf13/viper from 1.12.0 to 1.13.0 0cfc1be
  • Updating version in documentation 2174e31

v0.0.13

03 Sep 22:02
Compare
Choose a tag to compare

Features

  • (log) Adding regexp support for containers name 50a0943

Miscellaneous

  • Fixing field alignment in memory 2fa8f79

v0.0.12

02 Sep 15:52
Compare
Choose a tag to compare

Fixes

  • (forward) Closing the chan if the listener doesn't start 5b91985

Miscellaneous

  • (deps) Bumping peer depedencies dc01c96

v0.0.11

30 Aug 20:52
Compare
Choose a tag to compare

Features

  • Adding dry-run feature for port-forward d0258e8

Miscellaneous

  • Road to 0.0.11 b9b1d10
  • Changing dependabot interval 8184e91
  • (deps) bump k8s.io/client-go from 0.24.4 to 0.25.0 19443b6
  • Updating message when forwarding port c80e98d

v0.0.10

22 Aug 20:38
Compare
Choose a tag to compare

Features

  • (forward) Parsing the service port in the same way as kubectl 25d9885

Miscellaneous

  • Prepare to 0.0.10 80a81a6
  • Adding documentation about port-forward a043e23
  • Updating install script dcf5e09

v0.0.9

21 Aug 19:29
Compare
Choose a tag to compare

Features

  • (forward) Adding support for named port a743196

v0.0.8

21 Aug 09:24
Compare
Choose a tag to compare

Features

  • (forward) Checking for readiness state 1f61753
  • (forward) Forward to a random available port 5ad2b1d
  • (forward) Adding a tcp load-balancer to forward on other backend 9a823c2
  • Adding first version of port-forwarding 148f6be
  • (watch) Adding more status to the colors mapping 6735398
  • (version) Adding version command a30a32f

Fixes

Miscellaneous

  • Adding test and simplifying main loop for tcp pool a069ac6
  • (deps) bump k8s.io/client-go from 0.24.3 to 0.24.4 4e6f629
  • Adding github code of conduct and issue template d4fe5d4
  • Adding github configuration for open repository db6c5cd

v0.0.7

18 Aug 11:43
Compare
Choose a tag to compare

Features

  • (log) Making dry-run show container and exit 9191b9b
  • (logs) add pods by name 75b1f0e

Fixes

  • Fixing cast of cancel func 0b70905
  • Adding error status in the red color bc89136

Miscellaneous

  • Splitting getter and watcher to prepare better dry run ba25860
  • Using a dedicated func to compute field selector c4abc8d
  • fixing api changes for context flag 92a3923
  • Avoid using fatal by returning an error 9317c27
  • Fixing some linter output 9cc0263

v0.0.6

17 Aug 12:12
Compare
Choose a tag to compare

Features

  • (watch) Increasing column width for phase to satisfy completed 5494575

Fixes

  • (log) Fixing concurrent map writes 2bd43e6