Releases: pixel-point/kube-forwarder
Releases · pixel-point/kube-forwarder
1.5.1
- Fix a freeze on a handshake. For example for MariaDB app.
1.5.0
-
If a port has an HTTP(S) connection, the number in the description becomes a link.
-
Automatically fill the opposite port in the ports forwarding table.
1.4.2
- Support a mapping for named ports (Related #23)
1.4.1
- Change button texts that feel a little clunky. #22
Thanks to @hsychla for the first PR!
1.4.0
This release automatically migrates internal data to the next format version (v2). You won't be able to use previous versions after the update.
- Feature: Set the path to a config file instead of copying the content. (Related #13)
- Feature: Open a file(s) with the system dialog while adding a new cluster. (Related #18)
1.3.2
- Fix the stuck on a cluster add. (#15, #16)
- Fix "command not found" for commands without an absolute path in config. (Related to #12)
- Implement a port mapping for Service. (Related to #17, #19)
- Improve error messages
1.3.0
- Works with Azure AKS, AWS EKS and Google Cloud (#12)
- Minor UI fixes.
1.2.0
- Namespace and resource autocompletition (#2)
- Connection verification (#4)
- On cluster creation
- Add a button "Check Connection" on cluster form
- Add support for Services as a resource kind (#10)
1.1.0
Changes:
- Added ~/.kube/config auto-detect functionality
- Minor bug fixes and improvements