Releases: kubeshop/kusk-gateway
Releases · kubeshop/kusk-gateway
v1.3.10
v1.3.9
v1.3.8
v1.3.5
v1.3.4
Changelog
- 1e355b2 776 - build deb artifacts (#860)
- 7e24cfa
make create-env
: Useminikube image load
(#854) - 6978217
skaffold.dev
: Use skaffold to run cluster in development mode (#861) - 9de0964 add quick links to installation, upgrade and helm installation (#858)
- 51daf2a add to the docs that we support OIDC (#862)
- c40198a added cmd/kusk/cmd/manifest_data.go to gitignore (#871)
- 3bc22fb added customized help command (#850)
- 10a5530 ensuring the error response is json (#857)
- 92d5676 extended kusk version (#852)
- e0d2fc8 fixing help content (#856)
- 2418321 if output is not terminal, strip version info (#853)
- 254dd6f making examples usable with the default installation (#851)
- 2547e10 update installation and upgrade guides
- bb43feb v1.3.4 (#872)
v1.3.3
v1.3.2-rc
Changelog
- 626fb20 Add Cloudentity integration guide (#818)
- 0f53b83 Custom copy behavior on docs (#821)
- e51e08f Disable OAuth2 on the root path (#836)
- 2a35b61 FIX: making sure there are no (#812)
- 3e754e0 Fix
.github/workflows/release.yaml
(#835) - 2e6d4ab Kusk ip fix (#808)
- 487c79f OAuth2: read
client_secret
from Kuberenets Secret (#840) - 9c9cd2a Revert "return message when there is no IP assigned"
- 8c2e2c7 Run
make manifests
(#820) - 5c710f4 Speed up builds: Use Alpine-based image (#832)
- 78b9b5a
cors
option was not working - #595 (#746) - 1d1e987 add datalayer analytics objecets (#839)
- 87c2b92 added checks for uninstall and upgrade (#824)
- dc485d7 change kusk mentions to Kusk (#827)
- 09306ac codeowners (#843)
- 80cd22e ensuring that image tag is passed to goreleaser (#814)
- 4e5cb5c improve codeblock and little fixes (#822)
- e2a1881 picking first available port (#825)
- 8dba0a9 return message when there is no IP assigned
- cb292e0 v1.3.2-rc (#844)
- 9b3a75a v1.3.2-rc (#845)
v1.3.1
v1.3.0
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 tokubectl
. 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
andkusk upgrade
have now moved tokusk cluster install/upgrade
. We have also removed the dependency onhelm
and we install Kusk directly usingkubectl
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.
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
- d4992d7 CLI: Mocking - allow local file external references (#774)
- 306779f Cleanup
cmd/kusk/Makefile
andMakefile
, and ensurecmd/kusk
is built in GitHub Workflow (#785) - bebb67e New upgrade (#765)
- b8dbc6c Update README.md (#762)
- d4fdd06
.github/workflows/release.yaml
: Use go1.19
(#794) - 3b6d7a8
make create-env
: should work (#780) - ed17230 add Google Tag Manager to docs from GA (#788)
- 4d38112 added color schema for deploy (#742)
- d5b6fb0 change how kusk manifests are applied to the cluster (#775)
- 3051847 fixed how validation errors are handled (#781)
- b23da40 fixes (#793)
- 4d60725 how to build CLI instructions (#771)
- 1218d8e installing from k8s manifests (#731)
- 4e985c9 tweaked install UI (#768)
- a25093e updated 'kusk install' to 'kusk cluster install' and 'kusk upgrade' to 'kusk cluster upgrade' (#761)
- e670213 updated dashboard image to v1.2.0 (#789)
- 069ecfd varous improvements to cluster uninstall kusk (#766)