Skip to content

Commit 4547445

Browse files
committed
changelog
1 parent 963faec commit 4547445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/stackable-operator/CHANGELOG.md

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

99
- Update as much Rust dependencies as possible: `kube` to `0.96.0`, `rstest` to `0.23.0` and
1010
`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]).
1212

1313
### Fixed
1414

1515
- Fix Kubernetes cluster domain parsing from resolv.conf, e.g. on AWS EKS.
1616
We now only consider Kubernetes services domains instead of all domains (which could include non-Kubernetes domains) ([#895]).
1717

1818
[#895]: https://github.com/stackabletech/operator-rs/pull/895
19+
[#897]: https://github.com/stackabletech/operator-rs/pull/897
1920

2021
## [0.79.0] - 2024-10-18
2122

0 commit comments

Comments
 (0)