Skip to content

kubefwd-v1.22.4 craig

Compare
Choose a tag to compare
@cjimti cjimti released this 13 Sep 20:09
· 27 commits to master since this release
8eca9de

Changelog

  • 5b720ae * only alphanumeric chars and dash are allowed, everything else is replaced with dash * leading and trailing dashes are stripped * added test #240
  • df9078d Create SECURITY.md
  • dedd745 Delete ukraine.jpeg
  • d622054 Remove reference to snap
  • 32e940d Update README.md
  • 4d398f1 add a sanitized version of the hostname (replace any character matching [^a-zA-Z0-9\-.] with underscore) fixes #240
  • b0d86c9 delete minor unreachable code caused by log.Fatal