Releases: knight42/krelay
Releases · knight42/krelay
v0.1.3
🚨 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
v0.1.1
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
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
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
v0.0.8
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
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
- @ilpianista made their first contribution in #27
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
feat: add windows platform to krew manifest (#19)