Skip to content

Commit f035997

Browse files
authored
chore(stackable-operator): Release 0.87.5 (#990)
1 parent 8612d80 commit f035997

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.87.5] - 2025-03-19
8+
79
### Fixed
810

911
- Enable the `kube/ring` feature to use ring as the crypto provider for `rustls`. This will
@@ -13,6 +15,12 @@ All notable changes to this project will be documented in this file.
1315

1416
## [0.87.4] - 2025-03-17
1517

18+
### Changed
19+
20+
- Bump `kube` to 0.99.0 and `json-patch` to 4.0.0 ([#982]).
21+
22+
[#982]: https://github.com/stackabletech/operator-rs/pull/982
23+
1624
## [0.87.3] - 2025-03-14
1725

1826
### Added

crates/stackable-operator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.87.4"
4+
version = "0.87.5"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)