Skip to content

Releases: kubeshop/kusk-gateway

v1.3.10

20 Oct 09:59
Compare
Choose a tag to compare

Changelog

v1.3.9

19 Oct 22:24
Compare
Choose a tag to compare

Changelog

v1.3.8

19 Oct 21:23
Compare
Choose a tag to compare

Changelog

v1.3.5

19 Oct 12:28
540a101
Compare
Choose a tag to compare

Changelog

v1.3.4

13 Oct 15:46
bb43feb
Compare
Choose a tag to compare

Changelog

v1.3.3

07 Oct 13:52
380f257
Compare
Choose a tag to compare

Changelog

v1.3.2-rc

07 Oct 11:42
9b3a75a
Compare
Choose a tag to compare
v1.3.2-rc Pre-release
Pre-release

Changelog

v1.3.1

30 Sep 09:49
3f93e5c
Compare
Choose a tag to compare

Changelog

v1.3.0

29 Sep 16:28
d4fdd06
Compare
Choose a tag to compare

Summary

The Kusk team is proud to announce the v1.3 release of Kusk Gateway, which adds OAuth support, mocking of the API directly from the CLI and improved developer experience of the CLI! Read more to learn about these updates.

CLI improvements

  • New kusk deploy that allows you to deploy your OpenAPI definition to Kusk directly without needing to pipe it to kubectl. It also adds a watched that looks for changes in your OpenAPI file and re-applies them to the LoadBalancer.
  • New kusk ip command that returns the IP address of the default Kusk LoadBalancer so you can now pipe it to your favorite commands. curl $(kusk ip)/api
  • kusk install and kusk upgrade have now moved to kusk cluster install/upgrade. We have also removed the dependency on helm and we install Kusk directly using kubectl under-the-hood, this has vastly improved the speed of installation and upgrade of Kusk Gateway!
  • New kusk cluster uninstall command that uninstalls Kusk and all of its components from your Kubernetes clusters.

Dashboard Overhaul

We have redesigned Kusk Dashboard to make it easier to use and more familiar with the entire Kusk ecosystem. There are new guides and recommendations added that hat will help you navigate easier.

SCR-20221003-o1w

Improved Documentation

We’ve improved the experience and design of the documentation because we like amazing experiences everywhere 😎 Check out the new docs.kusk.io

Changelog

v1.2.5

21 Sep 11:47
7f66888
Compare
Choose a tag to compare

Changelog

  • 66e6257 691 - CLI: Allow external schema refs (#695)
  • 51bbaa2 changed warning message (#732)
  • 7f66888 pass in tls inspector config to fix issue where envoy couldnt find a registered implementation for tls_inspector with empty url (#758)
  • c05672d validation: checking if route already exists (#753)