Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 8bb01c6

Browse files
committed
release 24.11.1-rc2
Signed-off-by: Andrew Kenworthy <[email protected]>
1 parent 4d8a7cf commit 8bb01c6

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
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+
## [24.11.1-rc2] - 2024-12-12
8+
79
## [24.11.1-rc1] - 2024-12-06
810

911
## [24.11.0] - 2024-11-18

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 1 addition & 1 deletion
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"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "24.11.1-rc1"
6+
version = "24.11.1-rc2"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/hello-world-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: hello-world-operator
4-
version: "24.11.1-rc1"
5-
appVersion: "24.11.1-rc1"
4+
version: "24.11.1-rc2"
5+
appVersion: "24.11.1-rc2"
66
description: The Stackable Operator for Hello World
77
home: https://github.com/stackabletech/hello-world-operator
88
maintainers:

tests/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ releases:
77
description: Integration test
88
products:
99
hello-world:
10-
operatorVersion: 24.11.1-rc1
10+
operatorVersion: 24.11.1-rc2

0 commit comments

Comments
 (0)