Kube-Router - v1.5.0


What's Changed

  • go.mod: Update containerd to 1.5.9 by @mrueg in https://github.com/cloudnativelabs/kube-router/pull/1231
  • build(deps): bump github.com/aws/aws-sdk-go from 1.42.31 to 1.42.35 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1234
  • build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1236
  • build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1241
  • build(deps): bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1242
  • change to account for internet headers also when setting MSS by @noillir in https://github.com/cloudnativelabs/kube-router/pull/1232
  • Refactor ExternalIP Service Handling by @aauren in https://github.com/cloudnativelabs/kube-router/pull/1246
  • Added multiarch image build support for s390x by @guirish in https://github.com/cloudnativelabs/kube-router/pull/1250
  • build(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.1 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1243
  • Update dependencies by @mrueg in https://github.com/cloudnativelabs/kube-router/pull/1255
  • build(deps): bump github.com/aws/aws-sdk-go from 1.43.2 to 1.43.8 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1258
  • Update containerd 1.5.10 & golang by @mrueg in https://github.com/cloudnativelabs/kube-router/pull/1259
  • doc: update kube-proxy cleanup commands by @aauren in https://github.com/cloudnativelabs/kube-router/pull/1260
  • start peering connection to neighbors from node's advertise-ip by @tamihiro in https://github.com/cloudnativelabs/kube-router/pull/777
  • skip binding device to ipip tunnel if node's interface is loopback by @tamihiro in https://github.com/cloudnativelabs/kube-router/pull/779
  • fix(NPC): make code more understandable by @lx1036 in https://github.com/cloudnativelabs/kube-router/pull/1261
  • Add Route Sync Routine by @aauren in https://github.com/cloudnativelabs/kube-router/pull/1262
  • build(deps): bump github.com/containernetworking/plugins from 1.0.1 to 1.1.1 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1264
  • build(deps): bump google.golang.org/grpc from 1.44.0 to 1.45.0 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1269
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1270
  • build(deps): bump k8s.io/klog/v2 from 2.40.1 to 2.60.1 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1271
  • build(deps): bump github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1272
  • build(deps): bump github.com/aws/aws-sdk-go from 1.43.8 to 1.43.23 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1273
  • feat(bgp): add custom BGP import rejection policy support via node annotation by @lucasmundim in https://github.com/cloudnativelabs/kube-router/pull/1153
  • build(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1274
  • build(deps): bump github.com/docker/docker from 20.10.13+incompatible to 20.10.14+incompatible by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1275
  • build(deps): bump github.com/aws/aws-sdk-go from 1.43.23 to 1.43.30 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1276
  • fix(NPC): add missing quotes by @aauren in https://github.com/cloudnativelabs/kube-router/pull/1278
  • build(deps): bump github.com/aws/aws-sdk-go from 1.43.30 to 1.43.33 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1279
  • build(deps): bump github.com/aws/aws-sdk-go from 1.43.33 to 1.43.45 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1284
  • build(deps): bump google.golang.org/grpc from 1.45.0 to 1.46.0 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1287
  • build(deps): bump github.com/containernetworking/cni from 1.0.1 to 1.1.0 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1288
  • build(deps): bump github.com/aws/aws-sdk-go from 1.43.45 to 1.44.10 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1291
  • build(deps): bump github.com/docker/docker from 20.10.14+incompatible to 20.10.16+incompatible by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1295
  • build(deps): bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1296
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.10 to 1.44.14 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1297
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.14 to 1.44.22 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1301
  • build(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1304
  • fix(constant): use constant from resourcelock package by @lx1036 in https://github.com/cloudnativelabs/kube-router/pull/1298
  • Bump golang / k8s / goreleaser by @mrueg in https://github.com/cloudnativelabs/kube-router/pull/1306
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.22 to 1.44.24 by @dependabot in https://github.com/cloudnativelabs/kube-router/pull/1307

New Contributors

  • @noillir made their first contribution in https://github.com/cloudnativelabs/kube-router/pull/1232

Full Changelog: https://github.com/cloudnativelabs/kube-router/compare/v1.4.0...v1.5.0


Details

date
May 30, 2022, 6:44 p.m.
name
v1.5.0
type
Minor
👇
Register or login to:
  • 🔍View and search all Kube-Router releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or