Skip to content

Commit 6af1dfd

Browse files
committed
changelog
1 parent 09f3d13 commit 6af1dfd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/stackable-webhook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ All notable changes to this project will be documented in this file.
88

99
- Don't pull in the `aws-lc-rs` crate, as this currently fails to build in `make run-dev` ([#1043]).
1010

11+
### Changed
12+
13+
- BREAKING: The constant `DEFAULT_IP_ADDRESS` has been renamed to `DEFAULT_LISTEN_ADDRESS` and binds to all
14+
interfaces (instead of only loopback) by default. This was changed because all the webhooks
15+
deployed to Kubernetes (e.g. conversion or mutating - which this crate targets) need to be
16+
accessible by it, which is not the case when only using loopback ([#1045]).
17+
1118
[#1043]: https://github.com/stackabletech/operator-rs/pull/1043
19+
[#1045]: https://github.com/stackabletech/operator-rs/pull/1045
1220

1321
## [0.3.1] - 2024-07-10
1422

0 commit comments

Comments
 (0)