Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@sunsided sunsided released this 22 Jul 12:02
· 18 commits to main since this release
f0e33cf

To install k8sfwd/0.3.0, run

cargo install k8sfwd --version 0.3.0

To install the latest version, run

cargo install k8sfwd

0.3.0

TL;DR: This release adds filtering support as well as hierarchical configuration merging.

Added

  • #4: Added support for configuration files in the user's home and config directories.
  • #5: Source files from the path hierarchy and special directories are now merged.
  • #7: Multiple config files can now be specified by repeating the --file argument.
  • #8: Added the --verbose command-line option for more detailed information on configuration sources.
  • #9: Added filter command-line arguments that allows to specify a prefix for the loaded targets. Only targets matching the prefix will be forwarded.

Changed

  • The path to the provided or detected source file(s) is now kept relative to the current working directory only if it is close. If the file is too many layers of nesting away, the canonical path is shown instead of a relative one.