We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843820c commit 3ab7a5fCopy full SHA for 3ab7a5f
1 file changed
crates/stackable-operator/CHANGELOG.md
@@ -13,12 +13,14 @@ All notable changes to this project will be documented in this file.
13
14
- BREAKING: `ClusterResources` now requires the objects added to implement `DeepMerge`.
15
This is very likely a stackable-operator internal change, but technically breaking ([#1118]).
16
+- Add support for the SSH protocol for pulling git content ([#1121]).
17
18
### Removed
19
20
- BREAKING: `ClusterResources` no longer derives `Eq` ([#1118]).
21
22
[#1118]: https://github.com/stackabletech/operator-rs/pull/1118
23
+[#1121]: https://github.com/stackabletech/operator-rs/pull/1121
24
25
## [0.100.3] - 2025-10-31
26
0 commit comments