Skip to content

Commit a609ce8

Browse files
Techassisbernauer
andauthored
chore: Release workspace members for 26.7.0 (#1240)
* chore(containerdebug): Release 0.4.1 * chore(certs): Release 0.4.1 * chore(operator): Release 0.113.1 * chore(shared): Release 0.1.2 * chore(telemetry): Release 0.6.5 * chore(versioned): Release 0.11.1 * chore(webhook): Release 0.9.2 * chore: Add containerdebug as comment to verify script * chore: Fix pre-commit doc commands * fix: Set the env var the correct way * chore: Update release dates --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent ce78136 commit a609ce8

18 files changed

Lines changed: 52 additions & 19 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+
# containerdebug-0.4.1
67
# k8s-version-0.1.1
78
# stackable-certs-0.3.1
89
# stackable-operator-0.70.0

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/containerdebug/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.1] - 2026-07-06
8+
9+
Note: There are only dependency bumps in this release.
10+
711
## [0.4.0] - 2026-05-19
812

913
### Changed

crates/containerdebug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerdebug"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition.workspace = true
55

66
[dependencies]

crates/stackable-certs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.1] - 2026-07-06
8+
9+
Note: There are only dependency bumps in this release.
10+
711
## [0.4.0] - 2025-07-10
812

913
### Added

crates/stackable-certs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-certs"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-operator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.113.1] - 2026-07-06
8+
79
### Added
810

911
- Support the annotation `secrets.stackable.tech/backend.autotls.cert.domain-components-in-subject-dn`

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.113.0"
4+
version = "0.113.1"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-shared/CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.1.2] - 2026-07-06
8+
9+
Note: There are only dependency bumps in this release.
10+
711
## [0.1.1] - 2026-06-03
812

9-
Note: There are only dependency bumps in this release
13+
Note: There are only dependency bumps in this release.
1014

1115
## [0.1.0] - 2025-10-06
1216

crates/stackable-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-shared"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)