Skip to content

Releases: kubeshop/kuskgateway-api-server

v1.5.4

09 Feb 14:38
a54bad3
Compare
Choose a tag to compare

Changelog

v1.2.2

07 Dec 14:44
05f3b67
Compare
Choose a tag to compare

Changelog

  • 05f3b67 Merge pull request #84 from kubeshop/version_update
  • ff23e9e Tag images with https://ttl.sh (Anonymous & ephemeral Docker image registry)
  • 66e28c6 Update github.com/kubeshop/kusk-gateway to v1.5.0
  • 3f0d57c updated kgw to v1.5.0

v1.2.1

25 Nov 11:24
90669df
Compare
Choose a tag to compare

Changelog

  • 90669df Merge pull request #82 from kubeshop/kylehodgetts/ci/get-api-websocket-image-meta
  • b7815d6 fetch api websocket image meta separately

v1.2.0

25 Nov 10:58
8146f39
Compare
Choose a tag to compare

Changelog

  • 7494b1a Add default tail parameter in case one is not defined
  • 8146f39 Merge pull request #80 from kubeshop/kylehodgetts/feature/stream-logs-websocket
  • 654fb03 accept write,pong wait seconds and max message size as flag params
  • 995e9fb add correct endpoint to api spec
  • d6e061e add gorilla websocket dependency
  • 7c0e4b2 add healthz endpoint
  • dc3f3d3 add port flag to specify port to listen on
  • 1fc898f add rewrite policy to websocket log endpoint
  • 9a135e0 add websocket service to docker-compose
  • b323731 add websocket service to test kubernetes manifest file
  • 81b6538 check for errors when adding to k8s runtime scheme
  • 0344ef6 correct path params to query params
  • 871185c correctly tag docker images
  • 6029e5e initial websocket commit
  • 8bef725 initial websocket commit
  • 1950f76 move api server and create websocket dockerfiles in build directory
  • 92e1c2c pass in tail log line count param for specifying how many log lines to tail
  • db09353 pass wait params to client
  • c5c42d5 update build target
  • 2dd3181 update ci pipelines to build websocket as well as API server

v1.1.10

21 Oct 10:29
a680639
Compare
Choose a tag to compare

Changelog

  • a680639 Merge pull request #77 from kubeshop/kylehodgetts/update-kgw-dependency
  • 8d21e4b correct package names and replace GIT_USER_ID and GIT_REPO placeholders with proper values
  • 0b88b4c update kusk gateway to branch version with new policies
  • e8a274b update to [email protected]

v1.1.8

26 Sep 12:48
5f2a208
Compare
Choose a tag to compare

Changelog

  • 5f2a208 Merge pull request #74 from kubeshop/deps_update
  • 5acab0a fixed go version in dockerfile
  • 7a0ad48 updated analytics library

v1.1.7

26 Sep 12:41
f3f0d86
Compare
Choose a tag to compare

Changelog

  • 9e2dd55 Implement PUT method on /staticroutes/{namespace}/{name} route to allow for updating existing staticroutes
  • f3f0d86 Merge pull request #72 from kubeshop/kylehodgetts/feature/734-staticroute-put

v1.1.6

13 Sep 11:11
f3f0d86
Compare
Choose a tag to compare

Changelog

  • 9e2dd55 Implement PUT method on /staticroutes/{namespace}/{name} route to allow for updating existing staticroutes
  • f3f0d86 Merge pull request #72 from kubeshop/kylehodgetts/feature/734-staticroute-put

v1.1.5

07 Sep 22:14
0191745
Compare
Choose a tag to compare

Changelog

  • b4f866a Add version variable during build time
  • b427eb9 Merge pull request #67 from kubeshop/add-version-flag
  • 1117dd0 Merge pull request #68 from kubeshop/kylehodgetts/bug/663-get-apis-fix
  • 0191745 Merge pull request #69 from kubeshop/create_fleet_fix
  • 6a9e37e correct order of parameters so get can query by fleet name and namespace
  • 35272f3 removed status field as required
  • 544404e various fixes: 1. changed required fields for createfleet 2. added minor changes to comply with staticheck

v1.1.4

01 Sep 15:00
a9e4cbc
Compare
Choose a tag to compare

Changelog

  • 2ce74e5 Merge pull request #64 from kubeshop/fix-500
  • a9e4cbc Merge pull request #65 from kubeshop/error_handling
  • a7f7e7d fix GET endpoints return 500 on not found
  • 61fab9e i mproved error handling of k8s errors