Releases: knight42/krelay
Releases · knight42/krelay
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)
v0.0.4
- 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