Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

103 lines (73 loc) · 4.14 KB

Welcome to the v0.2.0 release of kube-service-exposer!

Please try out the release binaries and report any issues at https://github.com/siderolabs/kube-service-exposer/issues.

Contributors

  • Utku Ozdemir

Changes

1 commit

  • a09759e fix: prevent the goroutine leak from lb health checks

Dependency Changes

  • golang.org/x/sync v0.7.0 -> v0.8.0
  • k8s.io/api v0.30.2 -> v0.30.3
  • k8s.io/client-go v0.30.3 new
  • k8s.io/utils fe8a2dddb1d0 -> 18e509b52bc8
  • sigs.k8s.io/controller-runtime v0.18.4 -> v0.18.5

Previous release can be found at v0.1.4

Welcome to the v0.1.3 release of kube-service-exposer!

Please try out the release binaries and report any issues at https://github.com/siderolabs/kube-service-exposer/issues.

Contributors

  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Artem Chernyshev
  • Spencer Smith

Changes

3 commits

  • 03f8b87 fix: bump healthcheck timeouts to 1 second in the loadbalancer
  • b26b137 chore: enable github actions with rekres
  • a69cf80 chore: add no-op github workflow

Changes from siderolabs/gen

5 commits

  • 7654108 chore: add hashtriemap implementation
  • 8485864 chore: optimize maps.Values and maps.Keys
  • 238baf9 chore: add typesafe SyncMap and bump stuff
  • efca710 chore: add FilterInPlace method to maps and update module
  • 36a3ae3 feat: update module

Changes from siderolabs/go-loadbalancer

2 commits

Changes from siderolabs/go-retry

1 commit

  • 23b6fc2 fix: provider modern error unwrapping

Dependency Changes

  • github.com/go-logr/zapr v1.2.4 -> v1.3.0
  • github.com/siderolabs/gen v0.4.5 -> v0.5.0
  • github.com/siderolabs/go-loadbalancer v0.3.2 -> v0.3.4
  • github.com/siderolabs/go-retry v0.3.2 -> v0.3.3
  • github.com/spf13/cobra v1.7.0 -> v1.8.1
  • github.com/stretchr/testify v1.8.4 -> v1.9.0
  • go.uber.org/zap v1.24.0 -> v1.27.0
  • golang.org/x/sync v0.3.0 -> v0.7.0
  • k8s.io/api v0.27.3 -> v0.30.2
  • k8s.io/apimachinery v0.27.3 -> v0.30.2
  • k8s.io/utils a36077c30491 -> fe8a2dddb1d0
  • sigs.k8s.io/controller-runtime v0.15.0 -> v0.18.4

Previous release can be found at v0.1.2