Skip to content

Releases: knight42/krelay

v0.1.3

30 Aug 21:35
96d9152

Choose a tag to compare

🚨 Breaking Changes

The --server.namespace flag in krelay has been deprecated for several releases and was removed starting from v0.1.3.

You can specify the namespace of the server pod using the following command:

$ kubectl relay --patch '{"metadata":{"namespace":"kube-public"}}' ip/1.2.3.4 5000

# or using --patch-file
$ cat <<EOF > patch.yaml
metadata:
  namespace: kube-public
EOF

$ kubectl relay --patch-file patch.yaml ip/1.2.3.4 5000

What's Changed

  • feat: set klog's verbosity & update help info by @knight42 in #62
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #63
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #64
  • chore(deps): bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47 in the actions group by @dependabot[bot] in #65
  • chore(deps): bump the gomod group with 5 updates by @dependabot[bot] in #66
  • feat: update deps by @knight42 in #67
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #68
  • chore(deps): bump the gomod group with 5 updates by @dependabot[bot] in #69
  • chore(deps): bump the gomod group with 5 updates by @dependabot[bot] in #70
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group by @dependabot[bot] in #71
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #72
  • chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group by @dependabot[bot] in #74
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #75
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #76
  • chore(deps): bump golangci/golangci-lint-action from 6 to 7 in the actions group by @dependabot[bot] in #73
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #77
  • chore(deps): bump the gomod group with 4 updates by @dependabot[bot] in #78
  • fix: try to bind address first by @knight42 in #79

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Sep 13:56
ddbc982

Choose a tag to compare

What's Changed

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

v0.1.1

03 Sep 16:17
b7747c6

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

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

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

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

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

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

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

Choose a tag to compare

feat: add windows platform to krew manifest (#19)