Skip to content

Releases: amimof/multikube

v1.0.0-beta.1

24 Apr 09:03
52d312b
Compare
Choose a tag to compare

First beta release 🎉

  • Makefile is completely rewritten (#27)
  • RS256 validation middleware now uses RSA keys instead of x509 certificates (#18)
  • Logging middleware now logs response times, status code and if response is cached (#19)
  • Added flag --cache-ttl to cmd (#20)
  • The pkg/proxy handler makes use of httputil.ReverseProxy instead of our own implementation using request.go (#21)
  • Improved how middlewares are used using new functions Proxy.Use Proxy.Apply and Proxy.Chain (#23)
  • New prometheus metrics (#23)
  • Transports for backend are created in Proxy.New

v1.0.0-alpha.10

06 Sep 14:04
95cf0ab
Compare
Choose a tag to compare
  • New cmd flag --oidc-ca-file and --oidc-insecure-skip-verify #14
  • Updated documentation with Kubernetes examples #15
  • Fixed OIDC provider discovery URL from being incorrectly parsed #16

v1.0.0-alpha.9

04 Sep 13:32
29da1d3
Compare
Choose a tag to compare
  • Allow Multikube to be run without JWT validation #10
  • Documentation #8
  • GitHub to GitLab migration and CI stuff