Skip to content

Commit f7b4bf8

Browse files
authored
chore: Release 25.7.0 (#322)
Signed-off-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent 9705b3c commit f7b4bf8

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

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+
## [25.7.0] - 2025-07-23
8+
79
## [25.7.0-rc1] - 2025-07-18
810

911
### Added

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["rust/operator-binary", "rust/csi-grpc", "rust/olm-deployer"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "25.7.0-rc1"
6+
version = "25.7.0"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/listener-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: listener-operator
4-
version: "25.7.0-rc1"
5-
appVersion: "25.7.0-rc1"
4+
version: "25.7.0"
5+
appVersion: "25.7.0"
66
description: The Stackable Operator for Stackable Listener Operator
77
home: https://github.com/stackabletech/listener-operator
88
maintainers:

tests/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 25.7.0-rc1
10+
operatorVersion: 25.7.0
1111
listener:
12-
operatorVersion: 25.7.0-rc1
12+
operatorVersion: 25.7.0

0 commit comments

Comments
 (0)