Skip to content

Releases: knight42/krelay

v0.1.2

08 Sep 13:56
ddbc982
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 Sep 16:17
b7747c6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the gomod group with 4 updates by @dependabot in #53
  • chore(deps): bump the gomod group with 4 updates by @dependabot in #57
  • feat: customize the krelay-server pod by @knight42 in #58

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Jul 15:08
d4113b7
Compare
Choose a tag to compare

What's Changed

  • doc: add install instruction for homebrew by @knight42 in #40
  • chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in #42
  • chore(deps): bump golangci/golangci-lint-action from 4 to 5 in the actions group by @dependabot in #44
  • chore(deps): bump the gomod group with 4 updates by @dependabot in #43
  • chore(deps): bump the gomod group with 4 updates by @dependabot in #45
  • chore(deps): bump golangci/golangci-lint-action from 5 to 6 in the actions group by @dependabot in #46
  • Mark krelay servers as safe to evict by the cluster autoscaler by @ilpianista in #51
  • chore(deps): bump the gomod group with 5 updates by @dependabot in #48
  • chore(deps): bump the actions group with 2 updates by @dependabot in #49
  • chore: upgrade default server image to v0.0.4 by @knight42 in #52

Full Changelog: v0.0.10...v0.1.0

v0.0.10

07 Apr 06:04
cd2cd79
Compare
Choose a tag to compare

What's Changed

  • feat: read targets from stdin by @knight42 in #35
  • chore(deps): bump the gomod group with 1 update by @dependabot in #38
  • refactor: replace klog with slog by @knight42 in #37
  • Harden the server pod & update the default server image by @knight42 in #39

Full Changelog: v0.0.9...v0.0.10

v0.0.9

26 Mar 16:53
0f439e3
Compare
Choose a tag to compare

What's Changed

  • feat: forward traffic to multiple target by @knight42 in #33
  • chore: update the description of krew plugin by @knight42 in #34

Full Changelog: v0.0.8...v0.0.9

v0.0.8

17 Mar 06:50
e9ff19e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #28
  • feat: configure dependabot by @knight42 in #29
  • chore(deps): bump the gomod group with 7 updates by @dependabot in #31
  • chore(deps): bump the actions group with 9 updates by @dependabot in #30
  • fix: ensure the server pod is deleted even if it is not running by @knight42 in #32

Full Changelog: v0.0.7...v0.0.8

v0.0.7

13 Mar 14:34
94c001e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #26
  • Add TopologySpreadConstraints to server pod by @ilpianista in #27

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

26 Aug 09:28
c942acd
Compare
Choose a tag to compare

What's Changed

  • [Feature] Update dependencies & workflows by @knight42 in #21
  • refactor: switch to shorter request id by @knight42 in #22
  • feat: make server acknowledge request by @knight42 in #23

Full Changelog: v0.0.5...v0.0.6

v0.0.5

31 Jul 17:21
7a5085f
Compare
Choose a tag to compare
feat: add windows platform to krew manifest (#19)

v0.0.4

13 Apr 13:25
Compare
Choose a tag to compare
  • Add a new flag --server.namespace to set the namespace of krelay-server pod
  • Rename flag --server-image to --server.image to make name convention consistent
  • Automatically remove the krelay-server pod by default
  • Hide some klog flags to make the help page less verbose