@@ -11,9 +11,12 @@ All notable changes to this project will be documented in this file.
1111
1212### Changed
1313
14+ - BREAKING: Add support for the SSH protocol for pulling git content ([ #1121 ] ).
15+ This is a user-facing breaking change and should also be highlighted by operators using this functionality.
1416- Revert and pin k8s-openapi to 0.26.0 ([ #1135 ] ).
1517- BREAKING: ` ListenerSpec ` no longer derives ` Eq ` ([ #1136 ] ).
1618
19+ [ #1121 ] : https://github.com/stackabletech/operator-rs/pull/1121
1720[ #1135 ] : https://github.com/stackabletech/operator-rs/pull/1135
1821[ #1136 ] : https://github.com/stackabletech/operator-rs/pull/1136
1922[ #1139 ] : https://github.com/stackabletech/operator-rs/pull/1139
@@ -46,8 +49,6 @@ All notable changes to this project will be documented in this file.
4649- Bump stackable-webhook to 0.8.0, refer to its [ changelog] ( ../stackable-webhook/CHANGELOG.md ) ([ #1117 ] ).
4750- BREAKING: ` ClusterResources ` now requires the objects added to implement ` DeepMerge ` .
4851 This is very likely a stackable-operator internal change, but technically breaking ([ #1118 ] ).
49- - BREAKING: Add support for the SSH protocol for pulling git content ([ #1121 ] ).
50- This is a user-facing breaking change and should also be highlighted by operators using this functionality.
5152- Depend on the patched version of kube-rs available at < https://github.com/stackabletech/kube-rs > ,
5253 ensuring the operators automatically benefit from the fixes ([ #1124 ] ).
5354
@@ -56,7 +57,6 @@ All notable changes to this project will be documented in this file.
5657- BREAKING: ` ClusterResources ` no longer derives ` Eq ` ([ #1118 ] ).
5758
5859[ #1118 ] : https://github.com/stackabletech/operator-rs/pull/1118
59- [ #1121 ] : https://github.com/stackabletech/operator-rs/pull/1121
6060[ #1124 ] : https://github.com/stackabletech/operator-rs/pull/1124
6161
6262## [ 0.100.3] - 2025-10-31
0 commit comments