Skip to content

v1.2.4

Compare
Choose a tag to compare
@kubeshop-bot kubeshop-bot released this 19 Sep 21:24
· 152 commits to main since this release
73c6c82

Changelog

  • af9168c Add correct Content-Type on mock results - #719 (#740)
  • 92be3fc CLI: Move kusk api generate to kusk generate - #667 (#730)
  • c9467ba CLI: Report errors to telemetry - #645 (#722)
  • 15bdc83 Docs updates (#728)
  • 44202c2 Fixed rate_Limit example in docs (#735)
  • 73c6c82 add aloglia search (#748)
  • c940f9b added version check warning for all commands but 'generate' (#727)
  • 853657e fix issue where if no releases existed, running kusk upgrade --install would crash. This is because kusk was trying to look up the installed version of charts that weren't installed. Also removed incorrect version display where it would say upgrading to the version that was already installed (#747)
  • b45e9d8 grouped install and upgrade under cluster subcommand (#726)
  • 83102cc return an error if no upstream service or host defined rather than just assuming that if service isn't specified that host is which causes a panic if neither are defined (#738)
  • 416b69f returning content-type application/json on validation error (#741)
  • e0fa100 update envoy image to v1.23.1 (#739)
  • 54f6e96 update getting started section (#729)