File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ All notable changes to this project will be documented in this file.
99- BREAKING: Don't parse ` /etc/resolv.conf ` to auto-detect the Kubernetes cluster domain in case it is not explicitly configured.
1010 Instead the operator will default to ` cluster.local ` . We revert this now after some concerns where raised, we will
1111 create a follow-up decision instead addressing how we will continue with this ([ #896 ] ).
12- - Update as much Rust dependencies as possible: ` kube ` to ` 0.96.0 ` , ` rstest ` to ` 0.23.0 ` and
13- ` tower-http ` to ` 0.6.1 ` . We are not able to update ` json-patch ` to ` 3.0.1 ` , because ` kube ` ` 0.97.0 `
14- has not been released yet and opentelemetry crates because of the Jaeger exporter support ([ #897 ] ).
12+ - Update Rust dependencies (Both ` json-patch ` and opentelemetry crates cannot be updated because of conflicts) ([ #897 ] ):
13+ - Bump ` kube ` to ` 0.96.0 ` ,
14+ - ` rstest ` to ` 0.23.0 ` and
15+ - ` tower-http ` to ` 0.6.1 `
1516
1617### Fixed
1718
You can’t perform that action at this time.
0 commit comments