Skip to content

Releases: kubeshop/kusk

v1.2.2

25 Jul 16:42
7c6e3c2
Compare
Choose a tag to compare

Changelog

  • 7c6e3c2 Allow mocking of api from url + add internal file watcher (#54)
  • 4a50db4 separate handling of openapi parsing and validating errors such that a nice error on what failed validation is returned to the user. (#53)

v1.2.1

20 Jul 12:54
f52c4bd
Compare
Choose a tag to compare

Changelog

  • f52c4bd Mock - search for next available port to expose mock server on (#52)
  • 5573c79 wait for docker image download and discard the output. Before when we were closing the reader straight away, this didn't wait for the download to complete. by consuming all the output from the ImagePull reader, once there is no more content, we can be confident that the download process is complete (#51)

v1.2.0

19 Jul 15:41
1a63859
Compare
Choose a tag to compare

Changelog

v1.1.1

30 Jun 13:00
c963bed
Compare
Choose a tag to compare

Changelog

  • fa05fc1 Analytics: Pass TelemetryToken in Makefile (#47)
  • d8401c7 Merge pull request #46 from kubeshop/doc_generate
  • c963bed Merge pull request #48 from kubeshop/fix-install
  • ac279f4 added documentation reference
  • d3d3de7 fix kusk install command

v1.1.0

27 Jun 12:09
5874b96
Compare
Choose a tag to compare

Changelog

  • 5874b96 use stable release version of kusk-gateway (#45)

v1.1.0-rc3

27 Jun 09:47
458d744
Compare
Choose a tag to compare
v1.1.0-rc3 Pre-release
Pre-release

Changelog

  • 458d744 Merge pull request #44 from kubeshop/telemetry_disable
  • 0903c8a always set analytics.enabled value
  • e088161 passing env var ANALYTICS_ENABLED to 'kusk install' command
  • ddddb69 passing env var ANALYTICS_ENABLED to 'kusk install' command
  • cbab514 passing env var ANALYTICS_ENABLED to 'kusk install' command

v1.1.0-rc1

23 Jun 23:32
4b99fd4
Compare
Choose a tag to compare
v1.1.0-rc1 Pre-release
Pre-release

Changelog

  • 8cbb598 Merge pull request #42 from kubeshop/analytics_revert
  • 00d07db Upgrade command to make it easy to upgrade versions of installed Kusk components (#41)
  • 07ab2f7 Upgrade to go1.18 - partially closes kubeshop/kusk-gateway#432
  • 4b99fd4 github.com/kubeshop/kusk-gateway: Update to v1.1.0-rc1 (#43)
  • 71991ef updated reference to kusk-gateway/pkg/analytics/

v1.0.5-rc1

23 May 15:59
Compare
Choose a tag to compare
v1.0.5-rc1 Pre-release
Pre-release

Changelog

  • 0823db0 Kusk CLI version - Partially closes kubeshop/kusk-gateway#415 (#37)
  • 48363ee Kusk extension for VS-Code (#410):
  • 5e1ad79 Remove CodeQL: Delete .github/workflows/codeql-analysis.yml
  • bd72d08 Revert "Kusk extension for VS-Code (#410):"
  • 89c02da .github/workflows/codeql-analysis.yml: Configure CodeQL
  • d45ada5 .github/workflows/goreleaser.yml: Add VERSION variable which holds the current tag and pass this to goreleaser

v1.0.4

16 May 10:33
Compare
Choose a tag to compare

Changelog

  • c066510 Open dashboard in browser with kusk dashboard command (#34)
  • ac102c3 Pin goreleaser to version v1.8.3
  • 7fbbebb Process Change: Go module vendoring
  • ad106af Reverts #32 - We do not want to vendor the repository:
  • 37ae56a Tooling: Closes #28, #29 and #30
  • e8e524d installer script and misc changes:

v1.0.3

03 May 16:07
Compare
Choose a tag to compare

Changelog

  • 3a715ff remove -X -ldflags from goreleaser