Skip to content
Open
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:
# containerdebug-0.4.1
# k8s-version-0.1.1
# stackable-certs-0.3.1
# stackable-operator-0.70.0
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/containerdebug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.1] - 2026-07-02

Note: There are only dependency bumps in this release.

## [0.4.0] - 2026-05-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion crates/containerdebug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerdebug"
version = "0.4.0"
version = "0.4.1"
edition.workspace = true

[dependencies]
Expand Down
4 changes: 4 additions & 0 deletions crates/stackable-certs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.1] - 2026-07-02

Note: There are only dependency bumps in this release.

## [0.4.0] - 2025-07-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-certs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-certs"
version = "0.4.0"
version = "0.4.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/stackable-operator/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.113.1] - 2026-07-02

### Added

- Support the annotation `secrets.stackable.tech/backend.autotls.cert.domain-components-in-subject-dn`
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.113.0"
version = "0.113.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 5 additions & 1 deletion crates/stackable-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.2] - 2027-07-02

Note: There are only dependency bumps in this release.

## [0.1.1] - 2026-06-03

Note: There are only dependency bumps in this release
Note: There are only dependency bumps in this release.

## [0.1.0] - 2025-10-06

Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-shared"
version = "0.1.1"
version = "0.1.2"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 5 additions & 1 deletion crates/stackable-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.5] - 2026-06-03

Note: There are only dependency bumps in this release.

## [0.6.4] - 2026-06-03

Note: There are only dependency bumps in this release
Note: There are only dependency bumps in this release.

## [0.6.3] - 2026-03-30

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.6.4"
version = "0.6.5"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-versioned-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-versioned-macros"
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
8 changes: 7 additions & 1 deletion crates/stackable-versioned/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
K8S_OPENAPI_ENABLED_VERSION: "1.36"
entry: cargo doc --no-deps --document-private-items --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
K8S_OPENAPI_ENABLED_VERSION: "1.36"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
K8S_OPENAPI_ENABLED_VERSION: "1.36"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -39,7 +45,7 @@ repos:
files: .*\.rs$|Cargo\.toml

- id: cargo-test-all-features
name: cargo-test-no-default-features
name: cargo-test-all-default-features
language: system
entry: cargo test --all-features --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
Expand Down
4 changes: 4 additions & 0 deletions crates/stackable-versioned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.11.1] - 2027-07-02

Note: There are only dependency bumps in this release.

## [0.11.0] - 2026-06-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-versioned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-versioned"
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions crates/stackable-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.9.2] - 2026-07-02

Note: There are only dependency bumps in this release.

## [0.9.1] - 2026-04-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-webhook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-webhook"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
Loading