Skip to content

Releases: siderolabs/discovery-service

v1.0.2

28 May 17:26
Compare
Choose a tag to compare

discovery-service 1.0.2 (2024-05-28)

Welcome to the v1.0.2 release of discovery-service!

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

Contributors

  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Utku Ozdemir

Changes

5 commits

  • 417251c fix: fix the panic in loading state from storage
  • 10c83d2 release(v1.0.1): prepare release
  • 196c609 fix: use shared gRPC buffers, lower buffer size
  • a2217bd chore: migrate from wrapped sync.Pool to HashTrieMap
  • 8a7a0d4 chore: bump deps

Changes since v1.0.1

1 commit

  • 417251c fix: fix the panic in loading state from storage

Dependency Changes

  • github.com/siderolabs/gen v0.4.8 -> v0.5.0

Previous release can be found at v1.0.0

v1.0.1

28 May 13:48
v1.0.1
10c83d2
Compare
Choose a tag to compare

discovery-service 1.0.1 (2024-05-28)

Welcome to the v1.0.1 release of discovery-service!

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

Contributors

  • Andrey Smirnov
  • Dmitriy Matrenichev

Changes

4 commits

  • 10c83d2 release(v1.0.1): prepare release
  • 196c609 fix: use shared gRPC buffers, lower buffer size
  • a2217bd chore: migrate from wrapped sync.Pool to HashTrieMap
  • 8a7a0d4 chore: bump deps

Dependency Changes

  • github.com/siderolabs/gen v0.4.8 -> v0.5.0

Previous release can be found at v1.0.0

v1.0.0

22 May 10:36
Compare
Choose a tag to compare

discovery-service 1.0.0 (2024-05-22)

Welcome to the v1.0.0 release of discovery-service!

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

Contributors

  • Andrey Smirnov
  • Seán C McCord
  • Alexey Palazhchenko
  • Andrey Smirnov
  • Rohit Dandamudi
  • Alex Lubbock
  • Artem Chernyshev
  • Dennis Marttinen
  • Noel Georgi
  • Philipp Sauter
  • Rohit Dandamudi
  • Utku Ozdemir

Changes

45 commits

  • ea8b8f1 feat: implement state storage
  • c551426 feat: migrate grpc-middleware to v2, update deps
  • 6af92b5 feat: add support for arm64 builds
  • 952dc54 refactor: update dependencies, small cleanups
  • 4cf4b6e fix: update Go to 1.21.3
  • c939fef chore: fix typo on landing page
  • 12d9689 chore: update dependencies, rekres
  • 912943a test: add test on client redirect
  • 8db8ef3 feat: add an option to redirect all clients to a fixed endpoint
  • b34803b test: add a client test with affiliate deletion
  • 69ac844 refactor: replace netaddr with netip/netipx
  • d5d0ff5 chore: rekres
  • 9baca2e chore: bump prometheus/client_golang
  • a20b27d feat: rate limiting
  • aab9f1f docs: update kubespan link
  • 52b44de feat: implement inspect page
  • 4906c98 docs: update initial README docs
  • d85ea91 feat: extract peer address from nginx headers
  • a0e6313 chore: relicense under BSL-1.1
  • 5960cd2 feat: improve version parsing
  • d4a4ec2 chore: move api and client out of the repository
  • 95593b8 feat: implement landing page for the discovery service
  • b579076 fix: update affiliate state correctly when they get deleted
  • 49e53b1 fix: cluster with some subscriptions isn't empty
  • 9b5eeae chore: add go-debug
  • 1655040 chore: improve state logging
  • ee4b2a4 fix: retry on Hello failures
  • ab9c7c9 chore: add Prometheus metrics
  • b2e2079 fix: properly encrypt IPv6 endpoints
  • e9d5dfa fix: enable connections to endpoints with public certs
  • 509e9b2 feat: implement client wrapper around discovery service API
  • 6195466 feat: enable vtprotobuf, watch batching, more limits
  • 7174ec1 feat: implement new discovery service
  • 1a43970 feat: add node and cluster validation
  • 6454cfc refactor: kresify, fix linter and rename to Kubespan manager
  • d782452 add redis database backend
  • 924fed4 refactor to flexible addresses
  • cd02b5a revert to string IDs
  • 576288f add self-reported IPs
  • 6ad15ca strong typing and known endpoint API
  • 3437ff2 fixes from testing
  • d3fd1f3 add Name to Node
  • eb0e8ba add simple client pkg
  • 5e0c1df add cluster hash grouping
  • f982696 initial commit

Dependency Changes

This release has no dependency changes

v0.1.3

12 Jan 15:10
v0.1.3
952dc54
Compare
Choose a tag to compare

discovery-service 0.1.3 (2024-01-12)

Welcome to the v0.1.3 release of discovery-service!

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

Contributors

  • Andrey Smirnov
  • Seán C McCord
  • Alexey Palazhchenko
  • Rohit Dandamudi
  • Andrey Smirnov
  • Alex Lubbock
  • Artem Chernyshev
  • Noel Georgi
  • Philipp Sauter
  • Rohit Dandamudi

Changes

42 commits

  • 952dc54 refactor: update dependencies, small cleanups
  • 4cf4b6e fix: update Go to 1.21.3
  • c939fef chore: fix typo on landing page
  • 12d9689 chore: update dependencies, rekres
  • 912943a test: add test on client redirect
  • 8db8ef3 feat: add an option to redirect all clients to a fixed endpoint
  • b34803b test: add a client test with affiliate deletion
  • 69ac844 refactor: replace netaddr with netip/netipx
  • d5d0ff5 chore: rekres
  • 9baca2e chore: bump prometheus/client_golang
  • a20b27d feat: rate limiting
  • aab9f1f docs: update kubespan link
  • 52b44de feat: implement inspect page
  • 4906c98 docs: update initial README docs
  • d85ea91 feat: extract peer address from nginx headers
  • a0e6313 chore: relicense under BSL-1.1
  • 5960cd2 feat: improve version parsing
  • d4a4ec2 chore: move api and client out of the repository
  • 95593b8 feat: implement landing page for the discovery service
  • b579076 fix: update affiliate state correctly when they get deleted
  • 49e53b1 fix: cluster with some subscriptions isn't empty
  • 9b5eeae chore: add go-debug
  • 1655040 chore: improve state logging
  • ee4b2a4 fix: retry on Hello failures
  • ab9c7c9 chore: add Prometheus metrics
  • b2e2079 fix: properly encrypt IPv6 endpoints
  • e9d5dfa fix: enable connections to endpoints with public certs
  • 509e9b2 feat: implement client wrapper around discovery service API
  • 6195466 feat: enable vtprotobuf, watch batching, more limits
  • 7174ec1 feat: implement new discovery service
  • 1a43970 feat: add node and cluster validation
  • 6454cfc refactor: kresify, fix linter and rename to Kubespan manager
  • d782452 add redis database backend
  • 924fed4 refactor to flexible addresses
  • cd02b5a revert to string IDs
  • 576288f add self-reported IPs
  • 6ad15ca strong typing and known endpoint API
  • 3437ff2 fixes from testing
  • d3fd1f3 add Name to Node
  • eb0e8ba add simple client pkg
  • 5e0c1df add cluster hash grouping
  • f982696 initial commit

Changes since v0.1.2

1 commit

  • 952dc54 refactor: update dependencies, small cleanups

Dependency Changes

This release has no dependency changes

v0.1.2

11 Oct 11:40
v0.1.2
4cf4b6e
Compare
Choose a tag to compare

discovery-service 0.1.2 (2023-10-11)

Welcome to the v0.1.2 release of discovery-service!

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

Contributors

  • Andrey Smirnov
  • Seán C McCord
  • Alexey Palazhchenko
  • Rohit Dandamudi
  • Alex Lubbock
  • Andrey Smirnov
  • Artem Chernyshev
  • Noel Georgi
  • Philipp Sauter
  • Rohit Dandamudi

Changes

41 commits

  • 4cf4b6e fix: update Go to 1.21.3
  • c939fef chore: fix typo on landing page
  • 12d9689 chore: update dependencies, rekres
  • 912943a test: add test on client redirect
  • 8db8ef3 feat: add an option to redirect all clients to a fixed endpoint
  • b34803b test: add a client test with affiliate deletion
  • 69ac844 refactor: replace netaddr with netip/netipx
  • d5d0ff5 chore: rekres
  • 9baca2e chore: bump prometheus/client_golang
  • a20b27d feat: rate limiting
  • aab9f1f docs: update kubespan link
  • 52b44de feat: implement inspect page
  • 4906c98 docs: update initial README docs
  • d85ea91 feat: extract peer address from nginx headers
  • a0e6313 chore: relicense under BSL-1.1
  • 5960cd2 feat: improve version parsing
  • d4a4ec2 chore: move api and client out of the repository
  • 95593b8 feat: implement landing page for the discovery service
  • b579076 fix: update affiliate state correctly when they get deleted
  • 49e53b1 fix: cluster with some subscriptions isn't empty
  • 9b5eeae chore: add go-debug
  • 1655040 chore: improve state logging
  • ee4b2a4 fix: retry on Hello failures
  • ab9c7c9 chore: add Prometheus metrics
  • b2e2079 fix: properly encrypt IPv6 endpoints
  • e9d5dfa fix: enable connections to endpoints with public certs
  • 509e9b2 feat: implement client wrapper around discovery service API
  • 6195466 feat: enable vtprotobuf, watch batching, more limits
  • 7174ec1 feat: implement new discovery service
  • 1a43970 feat: add node and cluster validation
  • 6454cfc refactor: kresify, fix linter and rename to Kubespan manager
  • d782452 add redis database backend
  • 924fed4 refactor to flexible addresses
  • cd02b5a revert to string IDs
  • 576288f add self-reported IPs
  • 6ad15ca strong typing and known endpoint API
  • 3437ff2 fixes from testing
  • d3fd1f3 add Name to Node
  • eb0e8ba add simple client pkg
  • 5e0c1df add cluster hash grouping
  • f982696 initial commit

Changes since v0.1.1

17 commits

  • 4cf4b6e fix: update Go to 1.21.3
  • c939fef chore: fix typo on landing page
  • 12d9689 chore: update dependencies, rekres
  • 912943a test: add test on client redirect
  • 8db8ef3 feat: add an option to redirect all clients to a fixed endpoint
  • b34803b test: add a client test with affiliate deletion
  • 69ac844 refactor: replace netaddr with netip/netipx
  • d5d0ff5 chore: rekres
  • 9baca2e chore: bump prometheus/client_golang
  • a20b27d feat: rate limiting
  • aab9f1f docs: update kubespan link
  • 52b44de feat: implement inspect page
  • 4906c98 docs: update initial README docs
  • d85ea91 feat: extract peer address from nginx headers
  • a0e6313 chore: relicense under BSL-1.1
  • 5960cd2 feat: improve version parsing
  • d4a4ec2 chore: move api and client out of the repository

Dependency Changes

This release has no dependency changes

v0.1.1

11 Oct 20:45
v0.1.1
95593b8
Compare
Choose a tag to compare

discovery-service 0.1.1 (2021-10-11)

Welcome to the v0.1.1 release of discovery-service!

Please try out the release binaries and report any issues at
https://github.com/talos-systems/discovery-service/issues.

Contributors

  • Seán C McCord
  • Andrey Smirnov
  • Alexey Palazhchenko
  • Artem Chernyshev

Changes

24 commits

  • 95593b8 feat: implement landing page for the discovery service
  • b579076 fix: update affiliate state correctly when they get deleted
  • 49e53b1 fix: cluster with some subscriptions isn't empty
  • 9b5eeae chore: add go-debug
  • 1655040 chore: improve state logging
  • ee4b2a4 fix: retry on Hello failures
  • ab9c7c9 chore: add Prometheus metrics
  • b2e2079 fix: properly encrypt IPv6 endpoints
  • e9d5dfa fix: enable connections to endpoints with public certs
  • 509e9b2 feat: implement client wrapper around discovery service API
  • 6195466 feat: enable vtprotobuf, watch batching, more limits
  • 7174ec1 feat: implement new discovery service
  • 1a43970 feat: add node and cluster validation
  • 6454cfc refactor: kresify, fix linter and rename to Kubespan manager
  • d782452 add redis database backend
  • 924fed4 refactor to flexible addresses
  • cd02b5a revert to string IDs
  • 576288f add self-reported IPs
  • 6ad15ca strong typing and known endpoint API
  • 3437ff2 fixes from testing
  • d3fd1f3 add Name to Node
  • eb0e8ba add simple client pkg
  • 5e0c1df add cluster hash grouping
  • f982696 initial commit

Changes since v0.1.0

5 commits

  • 95593b8 feat: implement landing page for the discovery service
  • b579076 fix: update affiliate state correctly when they get deleted
  • 49e53b1 fix: cluster with some subscriptions isn't empty
  • 9b5eeae chore: add go-debug
  • 1655040 chore: improve state logging

Dependency Changes

This release has no dependency changes

v0.1.0

30 Sep 19:12
v0.1.0
ee4b2a4
Compare
Choose a tag to compare

discovery-service 0.1.0 (2021-09-30)

Welcome to the v0.1.0 release of discovery-service!

Please try out the release binaries and report any issues at
https://github.com/talos-systems/discovery-service/issues.

Contributors

  • Seán C McCord
  • Andrey Smirnov
  • Alexey Palazhchenko
  • Artem Chernyshev

Changes

19 commits

  • ee4b2a4 fix: retry on Hello failures
  • ab9c7c9 chore: add Prometheus metrics
  • b2e2079 fix: properly encrypt IPv6 endpoints
  • e9d5dfa fix: enable connections to endpoints with public certs
  • 509e9b2 feat: implement client wrapper around discovery service API
  • 6195466 feat: enable vtprotobuf, watch batching, more limits
  • 7174ec1 feat: implement new discovery service
  • 1a43970 feat: add node and cluster validation
  • 6454cfc refactor: kresify, fix linter and rename to Kubespan manager
  • d782452 add redis database backend
  • 924fed4 refactor to flexible addresses
  • cd02b5a revert to string IDs
  • 576288f add self-reported IPs
  • 6ad15ca strong typing and known endpoint API
  • 3437ff2 fixes from testing
  • d3fd1f3 add Name to Node
  • eb0e8ba add simple client pkg
  • 5e0c1df add cluster hash grouping
  • f982696 initial commit

Dependency Changes

This release has no dependency changes