File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- Update as much Rust dependencies as possible: ` kube ` to ` 0.96.0 ` , ` rstest ` to ` 0.23.0 ` and
10
10
` tower-http ` to ` 0.6.1 ` . We are not able to update ` json-patch ` to ` 3.0.1 ` , because ` kube ` ` 0.97.0 `
11
- has not been released yet and opentelemetry crates because of the Jaeger exporter support ([ #XXX ] ).
11
+ has not been released yet and opentelemetry crates because of the Jaeger exporter support ([ #897 ] ).
12
12
13
13
### Fixed
14
14
15
15
- Fix Kubernetes cluster domain parsing from resolv.conf, e.g. on AWS EKS.
16
16
We now only consider Kubernetes services domains instead of all domains (which could include non-Kubernetes domains) ([ #895 ] ).
17
17
18
18
[ #895 ] : https://github.com/stackabletech/operator-rs/pull/895
19
+ [ #897 ] : https://github.com/stackabletech/operator-rs/pull/897
19
20
20
21
## [ 0.79.0] - 2024-10-18
21
22
You can’t perform that action at this time.
0 commit comments