Skip to content

Releases: siderolabs/kube-service-exposer

v0.2.0

14 Aug 15:29
v0.2.0
926413a
Compare
Choose a tag to compare

kube-service-exposer 0.2.0 (2024-08-14)

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

2 commits

  • 926413a release(v0.2.0): prepare release
  • 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

v0.1.4

14 Aug 10:57
v0.1.4
f582988
Compare
Choose a tag to compare

kube-service-exposer 0.1.4 (2024-07-25)

Welcome to the v0.1.4 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
  • Artem Chernyshev
  • Andrey Smirnov
  • Spencer Smith

Changes

5 commits

  • f582988 fix: enable arm64 builds
  • ddfa1bc release(v0.1.3): prepare release
  • 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 since v0.1.3

1 commit

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

v0.1.3

14 Aug 10:56
v0.1.3
ddfa1bc
Compare
Choose a tag to compare

kube-service-exposer 0.1.3 (2024-06-21)

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
  • Artem Chernyshev
  • Andrey Smirnov
  • Spencer Smith

Changes

4 commits

  • ddfa1bc release(v0.1.3): prepare release
  • 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

v0.1.2

14 Aug 16:44
Compare
Choose a tag to compare

kube-service-exposer 0.1.2 (2023-08-14)

Welcome to the v0.1.2 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

5 commits

  • 0a85d44 chore: rekres, improve tests
  • ad8d5b2 chore: enable arm64 images, disable arm/v7 builds
  • d257592 chore: add release information
  • e75a6ba feat: add initial implementation
  • f052815 docs: add README

Changes since v0.1.1

1 commit

  • 0a85d44 chore: rekres, improve tests

Dependency Changes

This release has no dependency changes

v0.1.1

10 Jul 14:40
Compare
Choose a tag to compare

kube-service-exposer 0.1.1 (2023-07-10)

Welcome to the v0.1.1 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

4 commits

  • ad8d5b2 chore: enable arm64 images, disable arm/v7 builds
  • d257592 chore: add release information
  • e75a6ba feat: add initial implementation
  • f052815 docs: add README

Changes since v0.1.0

1 commit

  • ad8d5b2 chore: enable arm64 images, disable arm/v7 builds

Dependency Changes

This release has no dependency changes

v0.1.0

07 Jul 10:12
Compare
Choose a tag to compare

kube-service-exposer 0.1.0 (2023-07-07)

Welcome to the v0.1.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

3 commits

  • d257592 chore: add release information
  • e75a6ba feat: add initial implementation
  • f052815 docs: add README

Dependency Changes

This release has no dependency changes