diff --git a/CHANGELOG.md b/CHANGELOG.md index b76bae13..fe086547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [25.11.0-rc1] - 2025-11-06 + ### Added - New helm values for `csiProvisioner.priorityClassName` and `csiNodeDriver.priorityClassName` ([#334]). diff --git a/Cargo.lock b/Cargo.lock index 0870dea3..63c19bb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "csi-grpc" -version = "0.0.0-dev" +version = "25.11.0-rc1" dependencies = [ "prost", "prost-types", @@ -2506,7 +2506,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stackable-listener-operator" -version = "0.0.0-dev" +version = "25.11.0-rc1" dependencies = [ "anyhow", "built", @@ -2532,7 +2532,7 @@ dependencies = [ [[package]] name = "stackable-listener-operator-olm-deployer" -version = "0.0.0-dev" +version = "25.11.0-rc1" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 424e5eb5..1e148873 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -1416,7 +1416,7 @@ rec { }; "csi-grpc" = rec { crateName = "csi-grpc"; - version = "0.0.0-dev"; + version = "25.11.0-rc1"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/csi-grpc; }; libName = "csi_grpc"; @@ -8291,7 +8291,7 @@ rec { }; "stackable-listener-operator" = rec { crateName = "stackable-listener-operator"; - version = "0.0.0-dev"; + version = "25.11.0-rc1"; edition = "2021"; crateBin = [ { @@ -8398,7 +8398,7 @@ rec { }; "stackable-listener-operator-olm-deployer" = rec { crateName = "stackable-listener-operator-olm-deployer"; - version = "0.0.0-dev"; + version = "25.11.0-rc1"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index e3cc3315..41b6a7f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary", "rust/csi-grpc", "rust/olm-deployer"] resolver = "2" [workspace.package] -version = "0.0.0-dev" +version = "25.11.0-rc1" authors = ["Stackable GmbH "] license = "OSL-3.0" edition = "2021" diff --git a/deploy/helm/listener-operator/Chart.yaml b/deploy/helm/listener-operator/Chart.yaml index c89a40a8..0d960e80 100644 --- a/deploy/helm/listener-operator/Chart.yaml +++ b/deploy/helm/listener-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: listener-operator -version: "0.0.0-dev" -appVersion: "0.0.0-dev" +version: "25.11.0-rc1" +appVersion: "25.11.0-rc1" description: The Stackable Operator for Stackable Listener Operator home: https://github.com/stackabletech/listener-operator maintainers: diff --git a/deploy/helm/listener-operator/crds/crds.yaml b/deploy/helm/listener-operator/crds/crds.yaml index b6c9305b..ebf0781d 100644 --- a/deploy/helm/listener-operator/crds/crds.yaml +++ b/deploy/helm/listener-operator/crds/crds.yaml @@ -23,8 +23,8 @@ spec: properties: spec: description: |- - Defines a policy for how [Listeners](https://docs.stackable.tech/home/nightly/listener-operator/listener) should be exposed. - Read the [ListenerClass documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass) + Defines a policy for how [Listeners](https://docs.stackable.tech/home/25.11/listener-operator/listener) should be exposed. + Read the [ListenerClass documentation](https://docs.stackable.tech/home/25.11/listener-operator/listenerclass) for more information. properties: loadBalancerAllocateNodePorts: @@ -139,12 +139,12 @@ spec: 1. It uses a cluster-level policy object (ListenerClass) to define how exactly the exposure works 2. It has a consistent API for reading back the exposed address(es) of the service 3. The Pod must mount a Volume referring to the Listener, which also allows - ["sticky" scheduling](https://docs.stackable.tech/home/nightly/listener-operator/listener#_sticky_scheduling). + ["sticky" scheduling](https://docs.stackable.tech/home/25.11/listener-operator/listener#_sticky_scheduling). - Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly/listener-operator/listener). + Learn more in the [Listener documentation](https://docs.stackable.tech/home/25.11/listener-operator/listener). properties: className: - description: The name of the [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass). + description: The name of the [ListenerClass](https://docs.stackable.tech/home/25.11/listener-operator/listenerclass). nullable: true type: string extraPodSelectorLabels: diff --git a/docs/antora.yml b/docs/antora.yml index d522680b..5e6e6767 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,3 +1,4 @@ --- name: home -version: "nightly" +version: "25.11" +prerelease: false diff --git a/tests/release.yaml b/tests/release.yaml index 5fb9c72a..d0ed3cdb 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,6 +7,6 @@ releases: description: Integration test products: commons: - operatorVersion: 0.0.0-dev + operatorVersion: 25.11.0-rc1 listener: - operatorVersion: 0.0.0-dev + operatorVersion: 25.11.0-rc1