Skip to content

Commit 79736d9

Browse files
committed
chore: fixed changelog entry
1 parent 0edc5a8 commit 79736d9

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
### Changed
8-
9-
- BREAKING: Append a dot to the default cluster domain and allow a trailing dot in `DomainName` ([#939]).
10-
11-
[#939]: https://github.com/stackabletech/operator-rs/pull/939
12-
137
### Added
148

159
- BREAKING: Aggregate emitted Kubernetes events on the CustomResources thanks to the new
@@ -26,6 +20,9 @@ All notable changes to this project will be documented in this file.
2620

2721
- BREAKING: Bump Rust dependencies to enable Kubernetes 1.32 (via `kube` 0.98.0 and `k8s-openapi`
2822
0.23.0) ([#867]).
23+
- BREAKING: Append a dot to the default cluster domain and allow a trailing dot in `DomainName` ([#939]).
24+
25+
[#939]: https://github.com/stackabletech/operator-rs/pull/939
2926

3027
## [0.83.0] - 2024-12-03
3128

@@ -322,7 +319,7 @@ All notable changes to this project will be documented in this file.
322319

323320
[#808]: https://github.com/stackabletech/operator-rs/pull/808
324321

325-
## [0.69.1] 2024-06-10
322+
## [0.69.1] - 2024-06-10
326323

327324
### Added
328325

@@ -385,7 +382,7 @@ All notable changes to this project will be documented in this file.
385382

386383
### Changed
387384

388-
- Implement `PartialEq` for most _Snafu_ Error enums ([#757]).
385+
- Implement `PartialEq` for most *Snafu* Error enums ([#757]).
389386
- Update Rust to 1.77 ([#759])
390387

391388
### Fixed
@@ -1136,7 +1133,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
11361133
### Changed
11371134

11381135
- Objects are now streamed rather than polled when waiting for them to be deleted ([#452]).
1139-
- serde_yaml 0.8.26 -> 0.9.9 ([#450])
1136+
- serde\_yaml 0.8.26 -> 0.9.9 ([#450])
11401137

11411138
[#450]: https://github.com/stackabletech/operator-rs/pull/450
11421139
[#452]: https://github.com/stackabletech/operator-rs/pull/452

0 commit comments

Comments
 (0)