Skip to content

Commit 84df2f1

Browse files
authored
chore(operator): Release 0.117.0 (#1270)
1 parent b544158 commit 84df2f1

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

.scripts/verify_crate_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -euo pipefail
44

55
# Eg: makes a list like this based on the latest release in the CHANGELOG.md files:
6+
# config-utils-0.5.0
67
# containerdebug-0.4.1
78
# k8s-version-0.1.1
89
# stackable-certs-0.3.1

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Please see the relevant crate changelogs:
44

5+
- [config-utils](./crates/config-utils/CHANGELOG.md)
6+
- [containerdebug](./crates/containerdebug/CHANGELOG.md)
57
- [k8s-version](./crates/k8s-version/CHANGELOG.md)
68
- [stackable-certs](./crates/stackable-certs/CHANGELOG.md)
79
- [stackable-operator](./crates/stackable-operator/CHANGELOG.md)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.117.0] - 2026-09-03
8+
79
### Added
810

911
- Add the Cargo features `kube-http-proxy` and `kube-socks5` that enable the `http-proxy` and `socks5` features on the `kube` crate ([#1269]).
1012

1113
### Changed
1214

13-
- BREAKING: `ClusterResources` now warns about `objectOverrides` entries that did not match any of the objects it created. To enable this, the signatures of `apply_deep_merge` and `ObjectOverrides::apply_to` needed to be adjusted ([#1264]).
15+
- BREAKING: `ClusterResources` now warns about `objectOverrides` entries that did not match any of the objects it created.
16+
To enable this, the signatures of `apply_deep_merge` and `ObjectOverrides::apply_to` needed to be adjusted ([#1264]).
1417

1518
[#1264]: https://github.com/stackabletech/operator-rs/pull/1264
1619
[#1269]: https://github.com/stackabletech/operator-rs/pull/1269

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.116.0"
4+
version = "0.117.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)