Skip to content

Commit c8bccc1

Browse files
authored
fix!: Default ListenerClass externalTrafficPolicy to null (#347)
* fix!: Default ListenerClass externalTrafficPolicy to null * changelog * Update nix
1 parent e02b444 commit c8bccc1

File tree

7 files changed

+195
-215
lines changed

7 files changed

+195
-215
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ All notable changes to this project will be documented in this file.
2929
- Bump csi-provisioner to `v5.3.0` ([#338]).
3030
- We now default to the `ephemeral-nodes` helm preset. Read on the [issue](https://github.com/stackabletech/issues/issues/770) for details ([#340]).
3131
- olm-deployer: update to align with new operator configuration ([#344]).
32-
- Bump stackable-operator to `0.100.1` ([#346]).
32+
- Bump stackable-operator to `0.100.2` ([#346], [#347]).
33+
34+
### Fixed
35+
36+
- BREAKING: Default ListenerClass `.spec.externalTrafficPolicy` to `null` so that LoadBalancers work everywhere ([#347]).
3337

3438
[#334]: https://github.com/stackabletech/listener-operator/pull/334
3539
[#337]: https://github.com/stackabletech/listener-operator/pull/337
@@ -38,6 +42,7 @@ All notable changes to this project will be documented in this file.
3842
[#340]: https://github.com/stackabletech/listener-operator/pull/340
3943
[#344]: https://github.com/stackabletech/listener-operator/pull/344
4044
[#346]: https://github.com/stackabletech/listener-operator/pull/346
45+
[#347]: https://github.com/stackabletech/listener-operator/pull/347
4146

4247
## [25.7.0] - 2025-07-23
4348

Cargo.lock

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

0 commit comments

Comments
 (0)