Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .scripts/verify_crate_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -euo pipefail

# Eg: makes a list like this based on the latest release in the CHANGELOG.md files:
# config-utils-0.5.0
# containerdebug-0.4.1
# k8s-version-0.1.1
# stackable-certs-0.3.1
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Please see the relevant crate changelogs:

- [config-utils](./crates/config-utils/CHANGELOG.md)
- [containerdebug](./crates/containerdebug/CHANGELOG.md)
- [k8s-version](./crates/k8s-version/CHANGELOG.md)
- [stackable-certs](./crates/stackable-certs/CHANGELOG.md)
- [stackable-operator](./crates/stackable-operator/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.117.0] - 2026-09-03

### Added

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

### Changed

- 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]).
- 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]).

[#1264]: https://github.com/stackabletech/operator-rs/pull/1264
[#1269]: https://github.com/stackabletech/operator-rs/pull/1269
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stackable-operator"
description = "Stackable Operator Framework"
version = "0.116.0"
version = "0.117.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down