Skip to content

Commit 3338c56

Browse files
committed
fix md lint
1 parent a5120a2 commit 3338c56

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

crates/stackable-operator/CHANGELOG.md

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

77
### Added
88

9-
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured ([#1068])<br>
9+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured ([#1068])
1010
This requires operators to have the RBAC permission to `get` `nodes/proxy` in the apiGroup "", an example RBAC rule could look like:
11+
1112
```yaml
1213
---
1314
apiVersion: rbac.authorization.k8s.io/v1
@@ -18,6 +19,7 @@ All notable changes to this project will be documented in this file.
1819
- apiGroups: [""]
1920
resources: [nodes/proxy]
2021
verbs: [get]
22+
```
2123
2224
### Changed
2325
@@ -164,7 +166,7 @@ All notable changes to this project will be documented in this file.
164166
### Added
165167

166168
- Add Deployments to `ClusterResource`s ([#992]).
167-
- Add `DeploymentConditionBuilder` ([#993]).
169+
- Add `DeploymentConditionBuilder` ([#993]).
168170

169171
### Changed
170172

@@ -385,7 +387,7 @@ All notable changes to this project will be documented in this file.
385387
### Fixed
386388

387389
- BREAKING: `KeyValuePairs::insert` (as well as `Labels::`/`Annotations::` via it) now overwrites
388-
the old value if the key already exists. Previously, `iter()` would return *both* values in
390+
the old value if the key already exists. Previously, `iter()` would return _both_ values in
389391
lexicographical order (causing further conversions like `Into<BTreeMap>` to prefer the maximum
390392
value) ([#888]).
391393

@@ -650,7 +652,7 @@ All notable changes to this project will be documented in this file.
650652

651653
### Changed
652654

653-
- Implement `PartialEq` for most *Snafu* Error enums ([#757]).
655+
- Implement `PartialEq` for most _Snafu_ Error enums ([#757]).
654656
- Update Rust to 1.77 ([#759])
655657

656658
### Fixed
@@ -1401,7 +1403,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
14011403
### Changed
14021404

14031405
- Objects are now streamed rather than polled when waiting for them to be deleted ([#452]).
1404-
- serde\_yaml 0.8.26 -> 0.9.9 ([#450])
1406+
- serde_yaml 0.8.26 -> 0.9.9 ([#450])
14051407

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

0 commit comments

Comments
 (0)