File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- Don't pull in the ` aws-lc-rs ` crate, as this currently fails to build in ` make run-dev ` ([ #1043 ] ).
10
10
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
+
11
18
[ #1043 ] : https://github.com/stackabletech/operator-rs/pull/1043
19
+ [ #1045 ] : https://github.com/stackabletech/operator-rs/pull/1045
12
20
13
21
## [ 0.3.1] - 2024-07-10
14
22
You can’t perform that action at this time.
0 commit comments