Skip to content

Commit b01da45

Browse files
authored
Generate NodePort address listings from PersistentVolume reservations (#231)
* Silence unactionable Clippy warnings * Generate NodePort address listings from PersistentVolume reservations Fixes #220, fixes #229. * Changelog * Update Cargo.nix * Reintroduce Endpoints-based fallback * Add watch on ListenerClass to the Listener controller * Changelog * Spit the hairy node lookup logic into a separate function * Formatting * Update futures, disable unused compat
1 parent 7c8e54a commit b01da45

File tree

8 files changed

+291
-103
lines changed

8 files changed

+291
-103
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Listener.status.addresses for NodePort listeners now includes replicas that are currently unavailable ([#231]).
10+
11+
### Fixed
12+
13+
- Listener.status.addresses is now de-duplicated ([#231]).
14+
- Listener controller now listens for ListenerClass updates ([#231]).
15+
16+
[#231]: https://github.com/stackabletech/listener-operator/pull/231
17+
718
## [24.7.0] - 2024-07-24
819

920
### Added

Cargo.lock

Lines changed: 23 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 33 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)