Skip to content

Commit 6d12c3c

Browse files
committed
Clarify that #445 was not released in 0.25.3 (#493)
## Description Looks like the merge went slightly awry... Co-authored-by: Teo Klestrup Röijezon <[email protected]>
1 parent c62bdb8 commit 6d12c3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- Added new Fragment (partial configuration) machinery ([#445]).
10+
711
### Changed
812

913
- kube-rs: 0.74.0 -> 0.75.0 ([#490]).
1014
- BREAKING: `Client` methods now take the namespace as a `&str` (for namespaced resources) or
1115
`&()` (for cluster-scoped resources), rather than always taking an `Option<&str>` ([#490]).
1216

17+
[#445]: https://github.com/stackabletech/operator-rs/pull/445
1318
[#490]: https://github.com/stackabletech/operator-rs/pull/490
1419

1520
## [0.25.3] - 2022-10-13
1621

1722
### Added
1823

1924
- Extended `ClusterResource` with `Secret`, `ServiceAccount` and `RoleBinding` ([#485]).
20-
- Added new Fragment (partial configuration) machinery ([#445]).
2125

2226
[#485]: https://github.com/stackabletech/operator-rs/pull/485
23-
[#445]: https://github.com/stackabletech/operator-rs/pull/445
2427

2528
## [0.25.2] - 2022-09-27
2629

0 commit comments

Comments
 (0)