Skip to content

chore: Release stackable-operator 0.89.0, stackable-telemetry 0.4.0 #997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
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
4 changes: 2 additions & 2 deletions Cargo.lock

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

24 changes: 15 additions & 9 deletions crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.88.0] - 2025-04-02
## [0.89.0] - 2025-04-02

### Added

Expand All @@ -14,13 +14,6 @@ All notable changes to this project will be documented in this file.
- `--rolling-logs-period`: Sets the time period after which log files are rolled over
- `--otlp-traces`: Enables exporting of traces via OTLP
- `--otlp-logs`: Enables exporting of logs via OTLP
- Add Deployments to `ClusterResource`s ([#992]).
- Add `DeploymentConditionBuilder` ([#993]).

### Changed

- Deprecate `stackable_operator::logging::initialize_logging()`.
It's recommended to use `stackable-telemetry` or `#[allow(deprecated)]` instead ([#950], [#989]).

### Removed

Expand All @@ -29,8 +22,21 @@ All notable changes to this project will be documented in this file.
- BREAKING: Remove `initialize_logging` helper function from `stackable_operator::logging` ([#977]).
- Remove `opentelemetry-jaeger` dependency ([#977]).

[#950]: https://github.com/stackabletech/operator-rs/pull/950
[#977]: https://github.com/stackabletech/operator-rs/pull/977

## [0.88.0] - 2025-04-02

### Added

- Add Deployments to `ClusterResource`s ([#992]).
- Add `DeploymentConditionBuilder` ([#993]).

### Changed

- Deprecate `stackable_operator::logging::initialize_logging()`.
It's recommended to use `stackable-telemetry` or `#[allow(deprecated)]` instead ([#950], [#989]).

[#950]: https://github.com/stackabletech/operator-rs/pull/950
[#989]: https://github.com/stackabletech/operator-rs/pull/989
[#992]: https://github.com/stackabletech/operator-rs/pull/992
[#993]: https://github.com/stackabletech/operator-rs/pull/993
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.88.0"
version = "0.89.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/stackable-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.0] - 2025-04-02

### Added

- BREAKING: Allow customization of the rolling file appender [#995].
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-telemetry"
version = "0.3.0"
version = "0.4.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down